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

2
carla

@ -1 +1 @@
Subproject commit c37d53a4216654118e711fa41e88e7e801d5bd9b
Subproject commit e39f04d2d8587327e741ad881617c427f5014d48

2
dpf

@ -1 +1 @@
Subproject commit 470c5b7a77091bbea2154cd1d96d3cb1be737aa3
Subproject commit 5446300eac8f0480d6b2a2967d7dec2f227fe1bd

@ -1 +1 @@
Subproject commit d3ad6c6732cee8a80197aa351dd9efef9c278d4c
Subproject commit b24e1c373c7c54871d33247d40216e311dc00849

View file

@ -551,7 +551,7 @@ MINIPLUGIN_FILES += BaconPlugs/src/Style.cpp
# --------------------------------------------------------------
# Befaco
PLUGIN_FILES += $(filter-out Befaco/src/plugin.cpp,$(wildcard Befaco/src/*.cpp))
PLUGIN_FILES += $(filter-out Befaco/src/plugin.cpp Befaco/src/MidiThing.cpp,$(wildcard Befaco/src/*.cpp))
PLUGIN_FILES += $(wildcard Befaco/src/noise-plethora/*/*.cpp)
# modules/types which are present in other plugins

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

View file

@ -464,6 +464,7 @@ static const struct {
{ kModeBefaco, "/Befaco/res/panels/SpringReverb.svg" },
{ kModeBefaco, "/Befaco/res/panels/StereoStrip.svg" },
{ kModeBefaco, "/Befaco/res/panels/Voltio.svg" },
{ kModeBefaco, "/Befaco/res/panels/Octaves.svg" },
// GPLv3+
{ kModeCardinal, "/Cardinal/res/AudioFile.svg" },
{ kModeCardinal, "/Cardinal/res/AudioToCVPitch.svg" },