Skip to content

Commit

Permalink
Merge pull request DISTRHO#630 from Wasted-Audio/update/befaco_v250
Browse files Browse the repository at this point in the history
update Befaco
  • Loading branch information
dromer authored Mar 31, 2024
2 parents 6b9e32a + 8b39438 commit c181538
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ PLUGIN_FILES += $(filter-out Befaco/src/plugin.cpp,$(wildcard Befaco/src/*.cpp))
PLUGIN_FILES += $(wildcard Befaco/src/noise-plethora/*/*.cpp)

# modules/types which are present in other plugins
BEFACO_CUSTOM = ADSR Mixer chowdsp
BEFACO_CUSTOM = ADSR Mixer chowdsp Burst

# --------------------------------------------------------------
# Bidoo
Expand Down
6 changes: 6 additions & 0 deletions plugins/plugins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,11 @@ extern Model* modelChord;
// Befaco
#define modelADSR modelBefacoADSR
#define modelMixer modelBefacoMixer
#define modelBurst modelBefacoBurst
#include "Befaco/src/plugin.hpp"
#undef modelADSR
#undef modelMixer
#undef modelBurst

// Bidoo
#include "Bidoo/src/plugin.hpp"
Expand Down Expand Up @@ -1504,6 +1506,7 @@ static void initStatic__Befaco()
{
#define modelADSR modelBefacoADSR
#define modelMixer modelBefacoMixer
#define modelBurst modelBefacoBurst
p->addModel(modelEvenVCO);
p->addModel(modelRampage);
p->addModel(modelABC);
Expand All @@ -1525,8 +1528,11 @@ static void initStatic__Befaco()
p->addModel(modelChannelStrip);
p->addModel(modelPonyVCO);
p->addModel(modelMotionMTR);
p->addModel(modelBurst);
p->addModel(modelVoltio);
#undef modelADSR
#undef modelMixer
#undef modelBurst
}
}

Expand Down
2 changes: 2 additions & 0 deletions src/custom/dep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ static const struct {
{ kModeBefaco, "/Befaco/res/components/Knurlie.svg" },
{ kModeBefaco, "/Befaco/res/panels/ABC.svg" },
{ kModeBefaco, "/Befaco/res/panels/ADSR.svg" },
{ kModeBefaco, "/Befaco/res/panels/Burst.svg" },
{ kModeBefaco, "/Befaco/res/panels/ChoppingKinky.svg" },
{ kModeBefaco, "/Befaco/res/panels/DualAtenuverter.svg" },
{ kModeBefaco, "/Befaco/res/panels/EvenVCO.svg" },
Expand All @@ -432,6 +433,7 @@ static const struct {
{ kModeBefaco, "/Befaco/res/panels/SlewLimiter.svg" },
{ kModeBefaco, "/Befaco/res/panels/SpringReverb.svg" },
{ kModeBefaco, "/Befaco/res/panels/StereoStrip.svg" },
{ kModeBefaco, "/Befaco/res/panels/Voltio.svg" },
// GPLv3+
{ kModeCardinal, "/Cardinal/res/AudioFile.svg" },
{ kModeCardinal, "/Cardinal/res/AudioToCVPitch.svg" },
Expand Down

0 comments on commit c181538

Please sign in to comment.