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
|
|
@ -1 +1 @@
|
|||
Subproject commit 2b165b45036e0d33f63f7c95c3eeb2287023cd2f
|
||||
Subproject commit 04c963753e3b61fa206dcc9a34fd50b95ec35471
|
||||
|
|
@ -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