From d5af12ed742c1cf0b7ad1e8913c40cf51190a15e Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 28 Sep 2019 16:20:09 -0400 Subject: [PATCH] Update manifest for stocaudio, Bidoo, JW-Modules, aridacity --- manifests/Bidoo.json | 2 +- manifests/JW-Modules.json | 10 ++++- manifests/aridacity.json | 8 ++-- manifests/stocaudio.json | 87 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 101 insertions(+), 6 deletions(-) create mode 100644 manifests/stocaudio.json diff --git a/manifests/Bidoo.json b/manifests/Bidoo.json index 07909f06..6e03022e 100644 --- a/manifests/Bidoo.json +++ b/manifests/Bidoo.json @@ -1,6 +1,6 @@ { "slug": "Bidoo", - "version": "1.0.7", + "version": "1.0.8", "license": "BSD-3-Clause", "name": "Bidoo", "brand": "Bidoo", diff --git a/manifests/JW-Modules.json b/manifests/JW-Modules.json index 1fc8a63f..cf36980e 100644 --- a/manifests/JW-Modules.json +++ b/manifests/JW-Modules.json @@ -9,7 +9,7 @@ "manualUrl": "https://github.com/jeremywen/JW-Modules#jw-modules", "sourceUrl": "https://github.com/jeremywen/JW-Modules", "donateUrl": "https://www.paypal.me/jeremywen", - "version": "1.0.7", + "version": "1.0.8", "modules": [ { "slug": "BlankPanel_SM", @@ -91,6 +91,14 @@ "Poly" ] }, + { + "slug": "Patterns", + "name": "Patterns", + "tags": [ + "Sequencer", + "Clock Modulator" + ] + }, { "slug": "Quantizer", "name": "Quantizer", diff --git a/manifests/aridacity.json b/manifests/aridacity.json index 6d4187a5..45dc212a 100644 --- a/manifests/aridacity.json +++ b/manifests/aridacity.json @@ -1,15 +1,15 @@ { "slug": "aridacity", "name": "aridacity", - "version": "1.0.0", + "version": "1.0.1", "license": "BSD-3-Clause", "brand": "aridacity", "author": "aridacity", "authorEmail": "", "authorUrl": "https://cubeleco.blogspot.com", - "pluginUrl": "https://github.com/aridacity/aridacity", + "pluginUrl": "https://github.com/aridacity/aridacityVCV", "manualUrl": "", - "sourceUrl": "https://github.com/aridacity/aridacity", + "sourceUrl": "https://github.com/aridacity/aridacityVCV", "donateUrl": "", "modules": [ { @@ -36,7 +36,7 @@ { "slug": "Clip", "name": "Clip Limiter", - "description": "Hard Limiter with inner and outer limits", + "description": "Hard limiter with inner and outer limits", "tags": [ "Limiter", "Polyphonic" diff --git a/manifests/stocaudio.json b/manifests/stocaudio.json new file mode 100644 index 00000000..64750951 --- /dev/null +++ b/manifests/stocaudio.json @@ -0,0 +1,87 @@ +{ + "slug": "stocaudio", + "name": "stocaudio", + "version": "1.0.0", + "license": "BSD-3-Clause", + "author": "Alessandro Petrone", + "authorEmail": "contact@stocaudio.com", + "authorUrl": "https://stocaudio.com", + "pluginUrl": "https://github.com/aptrn/stocaudio-modules", + "manualUrl": "https://github.com/aptrn/stocaudio-modules", + "sourceUrl": "https://github.com/aptrn/stocaudio-modules", + "donateUrl": "https://paypal.me/aptrn", + "modules": [ + { + "slug": "Polyturing", + "name": "Polyturing", + "description": "Turing Machine inspired polyphonic sampler/sequencer", + "tags": [ + "Random", + "Sequencer", + "Sampler", + "Utility", + "Polyphonic" + ] + }, + { + "slug": "Polydelay", + "name": "Polydelay", + "description": "Polyphonic Delay with channel spread", + "tags": [ + "Delay", + "Effect", + "Utility", + "Polyphonic" + ] + }, + { + "slug": "Spread", + "name": "Spread", + "description": "Polyphonic stereo spreader and summer", + "tags": [ + "VCA", + "Utility", + "Polyphonic" + ] + }, + { + "slug": "Clock", + "name": "Clock", + "description": "Clock multiplier/divider with swing", + "tags": [ + "Utility", + "Sequencer", + "Polyphonic" + ] + }, + { + "slug": "Manseq", + "name": "Manseq", + "description": "Polyphonic button driven sequencer", + "tags": [ + "Sequencer", + "Utility", + "Polyphonic" + ] + }, + { + "slug": "Btnseq", + "name": "Btnseq", + "description": "Polyphonic gate sequencer", + "tags": [ + "Sequencer", + "Utility", + "Polyphonic" + ] + }, + { + "slug": "Polyslew", + "name": "Polyslew", + "description": "Polyphonic Slew Limiter", + "tags": [ + "Utility", + "Polyphonic" + ] + } + ] +} \ No newline at end of file