Umsci
Upmix Spatial Control Interface — OCA/OCP.1 spatial audio utility
Loading...
Searching...
No Matches
UmsciDiscoveringHintComponent.h
Go to the documentation of this file.
1/* Copyright (c) 2026, Christian Ahrens
2 *
3 * This file is part of Umsci <https://github.com/ChristianAhrens/Umsci>
4 *
5 * This tool is free software; you can redistribute it and/or modify it under
6 * the terms of the GNU Lesser General Public License version 3.0 as published
7 * by the Free Software Foundation.
8 *
9 * This tool is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
12 * details.
13 *
14 * You should have received a copy of the GNU Lesser General Public License
15 * along with this tool; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 */
18
19#pragma once
20
21#include <JuceHeader.h>
22
23
33class UmsciDiscoveringHintComponent : public juce::Component
34{
35public:
38
39 //==============================================================================
40 void paint(Graphics&) override;
41 void resized() override;
42
43private:
44 //==============================================================================
45 std::unique_ptr<juce::Label> m_hintLabel;
46
47 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (UmsciDiscoveringHintComponent)
48};
49
Fullscreen overlay shown when no DS100 connection has been configured yet.