Browse Source

update Grande commit and add new modules (#479)

tags/23.02
dreamer GitHub 2 years ago
parent
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
    -1
      plugins/GrandeModular
  2. +2
    -0
      plugins/plugins.cpp

+ 1
- 1
plugins/GrandeModular

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

+ 2
- 0
plugins/plugins.cpp 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);


Loading…
Cancel
Save