Add fundamental VCO
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
6167d6bf13
commit
56569d9d35
2 changed files with 2 additions and 4 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 04c963753e3b61fa206dcc9a34fd50b95ec35471
|
||||
Subproject commit d9bd1a6c35c3908ead341320d5fb75a52313fa1d
|
|
@ -895,6 +895,7 @@ static void initStatic__Fundamental()
|
|||
p->addModel(model_8vert);
|
||||
p->addModel(modelScope);
|
||||
p->addModel(modelVCF);
|
||||
p->addModel(modelVCO);
|
||||
|
||||
spl.removeModule("ADSR");
|
||||
// p->addModel(modelADSR);
|
||||
|
@ -959,9 +960,6 @@ static void initStatic__Fundamental()
|
|||
spl.removeModule("VCA-1");
|
||||
// p->addModel(modelVCA_1);
|
||||
|
||||
spl.removeModule("VCO");
|
||||
// p->addModel(modelVCO);
|
||||
|
||||
spl.removeModule("VCO2");
|
||||
// p->addModel(modelVCO2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue