Fix ChowDSP Credit module
Closes #98 Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
8931eaf899
commit
a82af5aff8
3 changed files with 3 additions and 7 deletions
|
@ -1471,16 +1471,13 @@ 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