diff --git a/plugins/Befaco b/plugins/Befaco index dcd9a59..adcc920 160000 --- a/plugins/Befaco +++ b/plugins/Befaco @@ -1 +1 @@ -Subproject commit dcd9a59ea785d7efebd39ea5564823c72f2fdddf +Subproject commit adcc9203245dae35ffc5a73020bdcc07ff90f557 diff --git a/plugins/Makefile b/plugins/Makefile index bfd8065..7370c47 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -519,7 +519,7 @@ PLUGIN_FILES += $(wildcard Befaco/src/noise-plethora/*/*.cpp) PLUGIN_BINARIES += Befaco/src/SpringReverbIR.pcm # modules/types which are present in other plugins -BEFACO_CUSTOM = ADSR Mixer +BEFACO_CUSTOM = ADSR Mixer chowdsp # -------------------------------------------------------------- # Bidoo diff --git a/plugins/plugins.cpp b/plugins/plugins.cpp index 3ad486e..0658e7a 100644 --- a/plugins/plugins.cpp +++ b/plugins/plugins.cpp @@ -1468,6 +1468,7 @@ static void initStatic__Befaco() p->addModel(modelMex); p->addModel(modelNoisePlethora); p->addModel(modelChannelStrip); + p->addModel(modelPonyVCO); #undef modelADSR #undef modelMixer } diff --git a/src/custom/dep.cpp b/src/custom/dep.cpp index 34c971e..bac3bf3 100644 --- a/src/custom/dep.cpp +++ b/src/custom/dep.cpp @@ -475,6 +475,7 @@ static const struct { { kModeBefaco, "/Befaco/res/panels/Muxlicer.svg" }, { kModeBefaco, "/Befaco/res/panels/NoisePlethora.svg" }, { kModeBefaco, "/Befaco/res/panels/Percall.svg" }, + { kModeBefaco, "/Befaco/res/panels/PonyVCO.svg" }, { kModeBefaco, "/Befaco/res/panels/Rampage.svg" }, { kModeBefaco, "/Befaco/res/panels/STMix.svg" }, { kModeBefaco, "/Befaco/res/panels/SamplingModulator.svg" },