Browse Source

Update GrandeModular, adds LFO3 and VCA3

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
1ed062d677
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      plugins/GrandeModular
  2. +2
    -0
      plugins/plugins.cpp

+ 1
- 1
plugins/GrandeModular

@@ -1 +1 @@
Subproject commit 2541a8796a0410a2ee8e9d59f71e8112e7e32085
Subproject commit 40a197698496030a30ead69658b1484eca2ae299

+ 2
- 0
plugins/plugins.cpp View File

@@ -1489,6 +1489,7 @@ static void initStatic__GrandeModular()
if (spl.ok())
{
p->addModel(modelClip);
p->addModel(modelLFO3);
p->addModel(modelMerge8);
p->addModel(modelMergeSplit4);
p->addModel(modelMicrotonalChords);
@@ -1504,6 +1505,7 @@ static void initStatic__GrandeModular()
p->addModel(modelSplit8);
p->addModel(modelTails);
p->addModel(modelVarSampleDelays);
p->addModel(modelVCA3);
}
}



Loading…
Cancel
Save