From 407b71a7d845877a29703479e625d046874519cf Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 8 Mar 2022 19:26:10 +0000 Subject: [PATCH] Update Befaco, adds Noise Plethora Signed-off-by: falkTX --- docs/LICENSES.md | 1 + plugins/Befaco | 2 +- plugins/Makefile | 1 + plugins/plugins.cpp | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/LICENSES.md b/docs/LICENSES.md index 1337a7d..ae1258f 100644 --- a/docs/LICENSES.md +++ b/docs/LICENSES.md @@ -116,6 +116,7 @@ Below is a list of artwork licenses from plugins | BaconPlugs/Keypunch029.json | OFL-1.1 | | | Bidoo/* | CC-BY-NC-ND-4.0 | [Special permission granted for runtime dark mode](https://github.com/sebastien-bouffier/Bidoo/issues/191) | | Befaco/components/* | CC-BY-NC-4.0 | | +| Befaco/fonts/Segment7Standard.otf | OFL-1.1-RFN | | | Befaco/panels/* | Custom | Copyright © [Befaco](https://www.befaco.org/), [used and distributed with permission](LICENSE-PERMISSIONS.md#befaco-manu-retamero--befaco) | | BogaudioModules/* | CC-BY-SA-4.0 | | | BogaudioModules/fonts/audiowide.ttf | OFL-1.1-RFN | | diff --git a/plugins/Befaco b/plugins/Befaco index ec406ce..0cff3b0 160000 --- a/plugins/Befaco +++ b/plugins/Befaco @@ -1 +1 @@ -Subproject commit ec406ce181f340bce8e475cb508c4db0db02fdc6 +Subproject commit 0cff3b0281873a97831dd51a03ad5cd92ce83c0e diff --git a/plugins/Makefile b/plugins/Makefile index 0143a85..7b19d25 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -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 diff --git a/plugins/plugins.cpp b/plugins/plugins.cpp index 91f951c..8b13777 100644 --- a/plugins/plugins.cpp +++ b/plugins/plugins.cpp @@ -1209,6 +1209,7 @@ static void initStatic__Befaco() p->addModel(modelSTMix); p->addModel(modelMuxlicer); p->addModel(modelMex); + p->addModel(modelNoisePlethora); #undef modelADSR #undef modelMixer }