mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Added mod overlay
This commit is contained in:
parent
463433752e
commit
4977698b19
5 changed files with 16 additions and 4 deletions
|
|
@ -26,7 +26,8 @@ private:
|
|||
gin::TriggeredScope scope { wtProc.scopeFifo };
|
||||
gin::SynthesiserUsage usage { wtProc };
|
||||
gin::ModulationOverview modOverview { wtProc.modMatrix };
|
||||
|
||||
gin::ModOverlay modOverlay { wtProc.modMatrix };
|
||||
|
||||
Editor editor { wtProc };
|
||||
|
||||
#if JUCE_DEBUG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue