mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Add panic button
This commit is contained in:
parent
bf8f8d8ec6
commit
b466218cbd
6 changed files with 15 additions and 11 deletions
|
|
@ -21,12 +21,12 @@ public:
|
|||
void showAboutInfo() override;
|
||||
|
||||
private:
|
||||
WavetableAudioProcessor& vaProc;
|
||||
WavetableAudioProcessor& wtProc;
|
||||
|
||||
gin::TriggeredScope scope { vaProc.scopeFifo };
|
||||
gin::SynthesiserUsage usage { vaProc };
|
||||
gin::TriggeredScope scope { wtProc.scopeFifo };
|
||||
gin::SynthesiserUsage usage { wtProc };
|
||||
|
||||
Editor editor { vaProc };
|
||||
Editor editor { wtProc };
|
||||
|
||||
#if JUCE_DEBUG
|
||||
std::unique_ptr<melatonin::Inspector> inspector;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue