| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "slug": "Bidoo", | "slug": "Bidoo", | ||||
| "version": "1.0.7", | |||||
| "version": "1.0.8", | |||||
| "license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
| "name": "Bidoo", | "name": "Bidoo", | ||||
| "brand": "Bidoo", | "brand": "Bidoo", | ||||
| @@ -9,7 +9,7 @@ | |||||
| "manualUrl": "https://github.com/jeremywen/JW-Modules#jw-modules", | "manualUrl": "https://github.com/jeremywen/JW-Modules#jw-modules", | ||||
| "sourceUrl": "https://github.com/jeremywen/JW-Modules", | "sourceUrl": "https://github.com/jeremywen/JW-Modules", | ||||
| "donateUrl": "https://www.paypal.me/jeremywen", | "donateUrl": "https://www.paypal.me/jeremywen", | ||||
| "version": "1.0.7", | |||||
| "version": "1.0.8", | |||||
| "modules": [ | "modules": [ | ||||
| { | { | ||||
| "slug": "BlankPanel_SM", | "slug": "BlankPanel_SM", | ||||
| @@ -91,6 +91,14 @@ | |||||
| "Poly" | "Poly" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| "slug": "Patterns", | |||||
| "name": "Patterns", | |||||
| "tags": [ | |||||
| "Sequencer", | |||||
| "Clock Modulator" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| "slug": "Quantizer", | "slug": "Quantizer", | ||||
| "name": "Quantizer", | "name": "Quantizer", | ||||
| @@ -1,15 +1,15 @@ | |||||
| { | { | ||||
| "slug": "aridacity", | "slug": "aridacity", | ||||
| "name": "aridacity", | "name": "aridacity", | ||||
| "version": "1.0.0", | |||||
| "version": "1.0.1", | |||||
| "license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
| "brand": "aridacity", | "brand": "aridacity", | ||||
| "author": "aridacity", | "author": "aridacity", | ||||
| "authorEmail": "", | "authorEmail": "", | ||||
| "authorUrl": "https://cubeleco.blogspot.com", | "authorUrl": "https://cubeleco.blogspot.com", | ||||
| "pluginUrl": "https://github.com/aridacity/aridacity", | |||||
| "pluginUrl": "https://github.com/aridacity/aridacityVCV", | |||||
| "manualUrl": "", | "manualUrl": "", | ||||
| "sourceUrl": "https://github.com/aridacity/aridacity", | |||||
| "sourceUrl": "https://github.com/aridacity/aridacityVCV", | |||||
| "donateUrl": "", | "donateUrl": "", | ||||
| "modules": [ | "modules": [ | ||||
| { | { | ||||
| @@ -36,7 +36,7 @@ | |||||
| { | { | ||||
| "slug": "Clip", | "slug": "Clip", | ||||
| "name": "Clip Limiter", | "name": "Clip Limiter", | ||||
| "description": "Hard Limiter with inner and outer limits", | |||||
| "description": "Hard limiter with inner and outer limits", | |||||
| "tags": [ | "tags": [ | ||||
| "Limiter", | "Limiter", | ||||
| "Polyphonic" | "Polyphonic" | ||||
| @@ -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" | |||||
| ] | |||||
| } | |||||
| ] | |||||
| } | |||||