2
0
Fork 0

Layout GUI in landscape and add tooltip text for many items.

This commit is contained in:
Bruce Sutherland 2015-01-01 17:13:03 +09:00
parent 962e27c6f6
commit 03cada5102
2 changed files with 354 additions and 334 deletions

File diff suppressed because it is too large Load Diff

View File

@ -94,6 +94,7 @@ private:
static const uint32 COLOUR_RECORDING = 0xffff0000;
JuceOplvstiAudioProcessor* processor;
std::array<ScopedPointer<ImageButton>, Hiopl::CHANNELS> channels;
TooltipWindow tooltipWindow;
//[/UserVariables]
//==============================================================================