Browse Source

Update Befaco, adds PonyVCO

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.12
falkTX 2 years ago
parent
commit
5b85e61d9b
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 4 additions and 2 deletions
  1. +1
    -1
      plugins/Befaco
  2. +1
    -1
      plugins/Makefile
  3. +1
    -0
      plugins/plugins.cpp
  4. +1
    -0
      src/custom/dep.cpp

+ 1
- 1
plugins/Befaco

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

+ 1
- 1
plugins/Makefile 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


+ 1
- 0
plugins/plugins.cpp 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
}


+ 1
- 0
src/custom/dep.cpp View File

@@ -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…
Cancel
Save