Update Befaco, adds PonyVCO
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
55c87c2ed8
commit
5b85e61d9b
4 changed files with 4 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit dcd9a59ea785d7efebd39ea5564823c72f2fdddf
|
||||
Subproject commit adcc9203245dae35ffc5a73020bdcc07ff90f557
|
|
@ -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
|
||||
|
|
|
@ -1468,6 +1468,7 @@ static void initStatic__Befaco()
|
|||
p->addModel(modelMex);
|
||||
p->addModel(modelNoisePlethora);
|
||||
p->addModel(modelChannelStrip);
|
||||
p->addModel(modelPonyVCO);
|
||||
#undef modelADSR
|
||||
#undef modelMixer
|
||||
}
|
||||
|
|
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue