Update GrandeModular, adds LFO3 and VCA3

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-02-01 21:41:58 +00:00
parent 84d1bdc0fb
commit 1ed062d677
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 3 additions and 1 deletions

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

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);
}
}