update Grande commit and add new modules (#479)

This commit is contained in:
dreamer 2023-01-12 00:46:11 +01:00 committed by GitHub
parent f02bc421cd
commit 53b38f0c2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3d6524320ce33569e3553a53571c45425ba5d078
Subproject commit bc7ef8157f6ad1284d7c4706eb89132f59555ca1

View file

@ -1990,6 +1990,7 @@ static void initStatic__GrandeModular()
if (spl.ok())
{
p->addModel(modelClip);
p->addModel(modelCompare3);
p->addModel(modelLFO3);
p->addModel(modelLFO4);
p->addModel(modelLogic);
@ -2009,6 +2010,7 @@ static void initStatic__GrandeModular()
p->addModel(modelScale);
p->addModel(modelSplit8);
p->addModel(modelTails);
p->addModel(modelTails4);
p->addModel(modelVarSampleDelays);
p->addModel(modelVCA3);
p->addModel(modelVCA4);