From c9816a7b5dc6cd7006cbbe46bea833d59ecc0af0 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 16 Jun 2019 19:03:44 -0400 Subject: [PATCH] Update build for noobhour --- manifests/noobhour.json | 49 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 manifests/noobhour.json diff --git a/manifests/noobhour.json b/manifests/noobhour.json new file mode 100644 index 00000000..1118cbef --- /dev/null +++ b/manifests/noobhour.json @@ -0,0 +1,49 @@ +{ + "slug": "noobhour", + "name": "noobhour", + "version": "1.0.2", + "license": "BSD-3-Clause", + "brand": "noobhour", + "author": "Nicolas Neubauer", + "authorEmail": "noobhourmusic@gmail.com", + "authorUrl": "", + "pluginUrl": "https://github.com/NicolasNeubauer/noobhour_modules", + "manualUrl": "https://github.com/NicolasNeubauer/noobhour_modules/blob/master/README.md", + "sourceUrl": "https://github.com/NicolasNeubauer/noobhour_modules", + "donateUrl": "", + "modules": [ + { + "slug": "baseliner", + "name": "Baseliner", + "description": "", + "tags": [ + "random", + "attenuator", + "switch", + "quad", + "poly" + ] + }, + { + "slug": "bsl1r", + "name": "Bsl1r", + "description": "", + "tags": [ + "random", + "attenuator", + "switch", + "poly" + ] + }, + { + "slug": "customscale", + "name": "Customscaler", + "description": "", + "tags": [ + "quantizer", + "random", + "poly" + ] + } + ] +} \ No newline at end of file