From e516db0d87a3c721be6869dac5d7934463e67ae1 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 20 Oct 2019 12:16:33 -0400 Subject: [PATCH] Update manifest for PdArray, OrangeLine --- manifests/OrangeLine.json | 27 +++++++++++++++++++++++++++ manifests/PdArray.json | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 manifests/OrangeLine.json create mode 100644 manifests/PdArray.json 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