Added mod matrix

This commit is contained in:
Roland Rabien 2023-09-08 17:11:50 -07:00
commit 4421c1e9b9
7 changed files with 31 additions and 3 deletions

View file

@ -155,7 +155,7 @@ public:
{
UIParams() = default;
gin::Parameter::Ptr activeLFO, activeENV;
gin::Parameter::Ptr activeLFO, activeENV, activeMOD;
void setup (WavetableAudioProcessor& p);