UI tweaks

This commit is contained in:
Roland Rabien 2023-09-07 20:46:00 -07:00
commit f46798e5c8
4 changed files with 7 additions and 2 deletions

View file

@ -24,6 +24,8 @@ private:
WavetableAudioProcessor& vaProc;
gin::TriggeredScope scope { vaProc.scopeFifo };
gin::SynthesiserUsage usage { vaProc };
Editor editor { vaProc };
#if JUCE_DEBUG