Added mod overlay

This commit is contained in:
Roland Rabien 2026-01-10 17:06:49 -08:00
commit 4977698b19
5 changed files with 16 additions and 4 deletions

View file

@ -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