Update GrandeModular, adds LFO3 and VCA3
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
84d1bdc0fb
commit
1ed062d677
2 changed files with 3 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 2541a8796a0410a2ee8e9d59f71e8112e7e32085
|
||||
Subproject commit 40a197698496030a30ead69658b1484eca2ae299
|
|
@ -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…
Add table
Add a link
Reference in a new issue