mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
More UI
This commit is contained in:
parent
8a591b3ab0
commit
3dbcbf73e5
10 changed files with 60 additions and 29 deletions
|
|
@ -16,10 +16,16 @@ public:
|
|||
void paint (juce::Graphics&) override;
|
||||
void resized() override;
|
||||
|
||||
void showAboutInfo() override;
|
||||
|
||||
private:
|
||||
WavetableAudioProcessor& vaProc;
|
||||
|
||||
Editor editor { vaProc };
|
||||
|
||||
#if JUCE_DEBUG
|
||||
std::unique_ptr<melatonin::Inspector> inspector;
|
||||
#endif
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (WavetableAudioProcessorEditor)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue