Layout GUI in landscape and add tooltip text for many items.
This commit is contained in:
parent
962e27c6f6
commit
03cada5102
2 changed files with 354 additions and 334 deletions
File diff suppressed because it is too large
Load diff
|
@ -94,6 +94,7 @@ private:
|
||||||
static const uint32 COLOUR_RECORDING = 0xffff0000;
|
static const uint32 COLOUR_RECORDING = 0xffff0000;
|
||||||
JuceOplvstiAudioProcessor* processor;
|
JuceOplvstiAudioProcessor* processor;
|
||||||
std::array<ScopedPointer<ImageButton>, Hiopl::CHANNELS> channels;
|
std::array<ScopedPointer<ImageButton>, Hiopl::CHANNELS> channels;
|
||||||
|
TooltipWindow tooltipWindow;
|
||||||
//[/UserVariables]
|
//[/UserVariables]
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
Loading…
Reference in a new issue