Add fundamental scope, tweak build cache
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
c9f303e459
commit
6167d6bf13
4 changed files with 11 additions and 6 deletions
|
|
@ -893,6 +893,7 @@ static void initStatic__Fundamental()
|
|||
if (spl.ok())
|
||||
{
|
||||
p->addModel(model_8vert);
|
||||
p->addModel(modelScope);
|
||||
p->addModel(modelVCF);
|
||||
|
||||
spl.removeModule("ADSR");
|
||||
|
|
@ -934,9 +935,6 @@ static void initStatic__Fundamental()
|
|||
spl.removeModule("Random");
|
||||
// p->addModel(modelRandom);
|
||||
|
||||
spl.removeModule("Scope");
|
||||
// p->addModel(modelScope);
|
||||
|
||||
spl.removeModule("SEQ3");
|
||||
// p->addModel(modelSEQ3);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue