Update Befaco, adds PonyVCO

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-12-01 22:07:05 +00:00
parent 55c87c2ed8
commit 5b85e61d9b
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 4 additions and 2 deletions

@ -1 +1 @@
Subproject commit dcd9a59ea785d7efebd39ea5564823c72f2fdddf
Subproject commit adcc9203245dae35ffc5a73020bdcc07ff90f557

View file

@ -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

View file

@ -1468,6 +1468,7 @@ static void initStatic__Befaco()
p->addModel(modelMex);
p->addModel(modelNoisePlethora);
p->addModel(modelChannelStrip);
p->addModel(modelPonyVCO);
#undef modelADSR
#undef modelMixer
}