Update Fundamental (save&load wavetable), disable Credit module

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-18 13:10:36 +00:00
parent 730cee0029
commit d13dcde0f5
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 7 additions and 3 deletions

View file

@ -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");
}
}