Browse Source

Update Befaco, adds Noise Plethora

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.03
falkTX 4 years ago
parent
commit
407b71a7d8
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 4 additions and 1 deletions
  1. +1
    -0
      docs/LICENSES.md
  2. +1
    -1
      plugins/Befaco
  3. +1
    -0
      plugins/Makefile
  4. +1
    -0
      plugins/plugins.cpp

+ 1
- 0
docs/LICENSES.md View File

@@ -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 | |


+ 1
- 1
plugins/Befaco

@@ -1 +1 @@
Subproject commit ec406ce181f340bce8e475cb508c4db0db02fdc6
Subproject commit 0cff3b0281873a97831dd51a03ad5cd92ce83c0e

+ 1
- 0
plugins/Makefile View File

@@ -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


+ 1
- 0
plugins/plugins.cpp View File

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