Update carla and dpf submodules, update Befaco plugin

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2024-09-21 15:00:54 +02:00
parent ae610b3352
commit 1c659cbd67
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 9 additions and 4 deletions

View file

@ -1590,9 +1590,13 @@ static void initStatic__Befaco()
p->addModel(modelMotionMTR);
p->addModel(modelBurst);
p->addModel(modelVoltio);
p->addModel(modelOctaves);
#undef modelADSR
#undef modelMixer
#undef modelBurst
// NOTE disabled in Cardinal due to MIDI usage
spl.removeModule("MidiThingV2");
}
}