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