From 9090927c4e2b0ca1f350c7eaf55264883474072e Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 2 Jul 2019 13:21:15 -0400 Subject: [PATCH] Update manifest for RB-Tilter, RB-Clapper --- manifests/RB-Clapper.json | 24 ++++++++++++++++++++++++ manifests/RB-Tilter.json | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 manifests/RB-Clapper.json create mode 100644 manifests/RB-Tilter.json diff --git a/manifests/RB-Clapper.json b/manifests/RB-Clapper.json new file mode 100644 index 00000000..6c18fd9d --- /dev/null +++ b/manifests/RB-Clapper.json @@ -0,0 +1,24 @@ +{ + "slug": "RB-Clapper", + "name": "Clapper", + "version": "1.0.0", + "license": "proprietary", + "brand": "Robotic Bean", + "author": "Robotic Bean", + "authorEmail": "info@roboticbean.com", + "authorUrl": "roboticbean.com", + "pluginUrl": "roboticbean.com/creative/products/clapper/", + "manualUrl": "roboticbean.com/creative/products/clapper/", + "sourceUrl": "", + "donateUrl": "", + "modules": [ + { + "slug": "RB-Clapper", + "name": "Clapper", + "description": "Synthesized 808-Style Hand Clap", + "tags": [ + "Drum" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/RB-Tilter.json b/manifests/RB-Tilter.json new file mode 100644 index 00000000..02e21fc8 --- /dev/null +++ b/manifests/RB-Tilter.json @@ -0,0 +1,24 @@ +{ + "slug": "RB-Tilter", + "name": "Tilter", + "version": "1.0.0", + "license": "proprietary", + "brand": "Robotic Bean", + "author": "Robotic Bean", + "authorEmail": "info@roboticbean.com", + "authorUrl": "roboticbean.com", + "pluginUrl": "roboticbean.com/creative/products/tilter/", + "manualUrl": "roboticbean.com/creative/products/tilter/", + "sourceUrl": "", + "donateUrl": "", + "modules": [ + { + "slug": "RB-Tilter", + "name": "Tilter", + "description": "Combined LP and HP filter", + "tags": [ + "VCF" + ] + } + ] +} \ No newline at end of file