From 742a865c0969a2f9114cc5a4290baf8b50ad0b75 Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Sun, 19 May 2019 19:07:55 -0600 Subject: [PATCH] Integrate BaconMusic at version 1.0.0. #433 --- manifests/BaconMusic.json | 104 ++++++++++++++++++++++++++++++++++++++ repos/BaconMusic | 2 +- 2 files changed, 105 insertions(+), 1 deletion(-) create mode 100644 manifests/BaconMusic.json diff --git a/manifests/BaconMusic.json b/manifests/BaconMusic.json new file mode 100644 index 00000000..16ad9850 --- /dev/null +++ b/manifests/BaconMusic.json @@ -0,0 +1,104 @@ +{ + "slug": "BaconMusic", + "name": "Bacon Music", + "version": "1.0.0", + "license": "Apache-2.0", + "author": "@baconpaul", + "authorEmail": "", + "authorUrl": "https://www.baconpaul.org/", + "pluginUrl": "https://github.com/baconpaul/BaconPlugs/", + "manualUrl": "https://github.com/baconpaul/BaconPlugs/README.md", + "sourceUrl": "https://github.com/baconpaul/BaconPlugs/", + "donateUrl": "", + "modules": [ + { + "slug": "HarMoNee", + "name": "HarMoNee", + "description": "Apply musical (major third, fifth, etc...) offsets to CV 1v/oct signals", + "tags": [ + "Quantizer" + ] + }, + { + "slug": "Glissinator", + "name": "Glissinator", + "description": "Do a constant time gliss over a changing input signal", + "tags": [ + "Slew limiter" + ] + }, + { + "slug": "PolyGnome", + "name": "PolyGnome", + "description": "A poly-rhythmic clock generator", + "tags": [ + "Clock generator" + ] + }, + { + "slug": "QuantEyes", + "name": "QuantEyes", + "description": "Quantize your signals to notes on a 12 tone scale", + "tags": [ + "Quantier" + ] + }, + { + "slug": "SampleDelay", + "name": "SampleDelay", + "description": "A tiny number of sample delay", + "tags": [ + "Utility" + ] + }, + { + "slug": "ChipNoise", + "name": "ChipNoise", + "description": "A recreation of the NES Noise Generator", + "tags": [ + "Noise" + ] + }, + { + "slug": "ChipWaves", + "name": "ChipWaves", + "description": "A recreation of the NES oscillators", + "tags": [ + "Oscillator" + ] + }, + { + "slug": "ChipYourWave", + "name": "ChipYourWave", + "description": "An 8 bit oscillator where you draw the waveform", + "tags": [ + "Oscillator" + ] + }, + { + "slug": "KarplusStrongPoly", + "name": "KarplusStrongPoly", + "description": "An implementation of KS in a module", + "tags": [ + "Oscillator" + ] + }, + { + "slug": "ALingADing", + "name": "ALingADing", + "description": "A sub-par ring modulator", + "tags": [ + "Ring modulator" + ] + }, + { + "slug": "Bitulator", + "name": "Bitulator", + "description": "A sub-par distortion and bit cruncher", + "tags": [ + "Distortion", + "Waveshaper" + ] + } + ] +} \ No newline at end of file diff --git a/repos/BaconMusic b/repos/BaconMusic index 4aab7f27..8b365dc0 160000 --- a/repos/BaconMusic +++ b/repos/BaconMusic @@ -1 +1 @@ -Subproject commit 4aab7f27b7411bf1edc3225c0834bf2880652a4c +Subproject commit 8b365dc09717926bf1fd062d7b6c099704d8598b