Update Fundamental (save&load wavetable), disable Credit module
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
730cee0029
commit
d13dcde0f5
3 changed files with 7 additions and 3 deletions
|
|
@ -1212,13 +1212,16 @@ static void initStatic__ChowDSP()
|
|||
p->addModel(modelChowDer);
|
||||
p->addModel(modelWarp);
|
||||
p->addModel(modelWerner);
|
||||
p->addModel(modelCredit);
|
||||
p->addModel(modelChowPulse);
|
||||
p->addModel(modelChowTapeCompression);
|
||||
p->addModel(modelChowTapeChew);
|
||||
p->addModel(modelChowTapeDegrade);
|
||||
p->addModel(modelChowTapeLoss);
|
||||
p->addModel(modelChowChorus);
|
||||
|
||||
// Credit crashes on save, see https://github.com/DISTRHO/Cardinal/issues/98
|
||||
// p->addModel(modelCredit);
|
||||
spl.removeModule("Credit");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue