diff --git a/manifests/OrangeLine.json b/manifests/OrangeLine.json new file mode 100644 index 00000000..4018a969 --- /dev/null +++ b/manifests/OrangeLine.json @@ -0,0 +1,27 @@ +{ + "slug": "OrangeLine", + "name": "OrangeLine", + "version": "1.0.0", + "license": "GPL-3.0-only", + "brand": "", + "author": "Dieter Stubler", + "authorEmail": "dieter.stubler@googlemail.com", + "authorUrl": "https://github.com/Stubs42/OrangeLine", + "pluginUrl": "https://github.com/Stubs42/OrangeLine", + "manualUrl": "https://github.com/Stubs42/OrangeLine/blob/master/README.md", + "sourceUrl": "https://github.com/Stubs42/OrangeLine", + "donateUrl": "https://paypal.me/DieterStubler?locale.x=de_DE", + "modules": [ + { + "slug": "Fence", + "name": "Fence", + "description": "Keep CVs in a defined pitch range", + "tags": [ + "Quantizer", + "Tuner", + "Utility", + "WaveShaper" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/PdArray.json b/manifests/PdArray.json new file mode 100644 index 00000000..c6572015 --- /dev/null +++ b/manifests/PdArray.json @@ -0,0 +1,37 @@ +{ + "slug": "PdArray", + "name": "PdArray", + "version": "1.0.1", + "license": "MIT", + "brand": "", + "author": "M\u00e1rton Gunyh\u00f3", + "authorEmail": "", + "authorUrl": "", + "pluginUrl": "https://github.com/mgunyho/PdArray", + "manualUrl": "https://github.com/mgunyho/PdArray", + "sourceUrl": "https://github.com/mgunyho/PdArray", + "donateUrl": "", + "modules": [ + { + "slug": "Array", + "name": "Array", + "description": "Draw or record sequences, envelopes or audio", + "tags": [ + "envelope generator", + "function generator", + "sampler", + "visual", + "waveshaper" + ] + }, + { + "slug": "Miniramp", + "name": "Miniramp", + "description": "Generate a ramp from 0V to 10V with a given duration", + "tags": [ + "envelope generator", + "utility" + ] + } + ] +} \ No newline at end of file