Update Befaco, adds Noise Plethora
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
f9ef4c8c89
commit
407b71a7d8
4 changed files with 4 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit ec406ce181f340bce8e475cb508c4db0db02fdc6
|
||||
Subproject commit 0cff3b0281873a97831dd51a03ad5cd92ce83c0e
|
||||
|
|
@ -422,6 +422,7 @@ PLUGIN_FILES += $(wildcard BaconPlugs/libs/open303-code/Source/DSPCode/*.cpp)
|
|||
# Befaco
|
||||
|
||||
PLUGIN_FILES += $(filter-out Befaco/src/plugin.cpp,$(wildcard Befaco/src/*.cpp))
|
||||
PLUGIN_FILES += $(wildcard Befaco/src/noise-plethora/*/*.cpp)
|
||||
PLUGIN_BINARIES += Befaco/src/SpringReverbIR.pcm
|
||||
|
||||
# modules/types which are present in other plugins
|
||||
|
|
|
|||
|
|
@ -1209,6 +1209,7 @@ static void initStatic__Befaco()
|
|||
p->addModel(modelSTMix);
|
||||
p->addModel(modelMuxlicer);
|
||||
p->addModel(modelMex);
|
||||
p->addModel(modelNoisePlethora);
|
||||
#undef modelADSR
|
||||
#undef modelMixer
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue