From 82369c356dd9a8716e9c5c79de089b63bdcdef1e Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 20 Jun 2019 21:29:18 -0400 Subject: [PATCH] Add BBModules --- manifests/BBModules.json | 158 +++++++++++++++++++++++---------------- 1 file changed, 94 insertions(+), 64 deletions(-) diff --git a/manifests/BBModules.json b/manifests/BBModules.json index dba2be91..cc48fee8 100644 --- a/manifests/BBModules.json +++ b/manifests/BBModules.json @@ -1,66 +1,96 @@ { - "slug": "BBModules", - "name": "BB Modules", - "version": "1.0.0", - "license": "proprietary", - "brand": "BB Modules", - "author": "Roberto Colabene", - "authorEmail": "robertocolabene@gmail.com", - "authorUrl": "https://github.com/soulbridge/BBModules", - "pluginUrl": "https://github.com/soulbridge/BBModules", - "manualUrl": "https://github.com/soulbridge/BBModules", - "sourceUrl": "", - "donateUrl": "", - "changelogUrl": "https://github.com/soulbridge/BBModules", - "modules": [ - { - "slug": "fox", - "name": "Fox", - "description": "Clean Overdrive", - "tags": ["Effect", "Distortion"] - }, - { - "slug": "ability", - "name": "Mirror", - "description": "Multi-Algorithm Module", - "tags": ["Utility"] - }, - { - "slug": "mixture", - "name": "MX", - "description": "Amplifier, Mixer and Attenuator", - "tags": ["Amplifier","Mixer","Attenuator"] - }, - { - "slug": "triverse", - "name": "TT", - "description": "Mixer and Attenuator", - "tags": ["Mixer","Attenuator"] - }, - { - "slug": "bimix", - "name": "BX", - "description": "Mixer and Attenuator", - "tags": ["Mixer", "Attenuator"] - }, - { - "slug": "nostromo", - "name": "Nostromo", - "description": "Complex Oscillator", - "tags": ["Oscillator"] - }, - { - "slug": "yggdrasill", - "name": "Yggdrasill", - "disabled": true, - "description": "Random Function Generator", - "tags": ["Utility"] - }, - { - "slug": "ut", - "name": "UT", - "description": "Touch Strip", - "tags": ["Utility"] - } - ] + "slug": "BBModules", + "name": "BB Modules", + "version": "1.1.0", + "license": "proprietary", + "brand": "BB Modules", + "author": "Roberto Colabene", + "authorEmail": "robertocolabene@gmail.com", + "authorUrl": "https://github.com/robertocolabene", + "pluginUrl": "https://github.com/robertocolabene/BBModules/blob/master/README.md", + "manualUrl": "https://github.com/robertocolabene/BBModules/tree/master/QSG", + "sourceUrl": "", + "donateUrl": "", + "changelogUrl": "https://github.com/robertocolabene/BBModules/blob/master/README.md#update-log", + "modules": [ + { + "slug": "fox", + "name": "Fox", + "description": "Clean Overdrive", + "tags": [ + "Effect", + "Distortion" + ] + }, + { + "slug": "ability", + "name": "Mirror", + "description": "Multi-Algorithm Module", + "tags": [ + "Utility" + ] + }, + { + "slug": "mixture", + "name": "MX", + "description": "Amplifier, Mixer and Attenuator", + "tags": [ + "Amplifier", + "Mixer", + "Attenuator" + ] + }, + { + "slug": "triverse", + "name": "TT", + "description": "Mixer and Attenuator", + "tags": [ + "Mixer", + "Attenuator" + ] + }, + { + "slug": "bimix", + "name": "BX", + "description": "Mixer and Attenuator", + "tags": [ + "Mixer", + "Attenuator" + ] + }, + { + "slug": "nostromo", + "name": "Nostromo", + "description": "Complex Oscillator", + "tags": [ + "Oscillator" + ] + }, + { + "slug": "yggdrasill", + "name": "Yggdrasill", + "disabled": false, + "description": "Random Function Generator", + "tags": [ + "Utility" + ] + }, + { + "slug": "oknotok", + "name": "oknotok", + "disabled": false, + "description": "Step Sequencer RNG", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "ut", + "name": "UT", + "description": "Touch Strip", + "tags": [ + "Utility" + ] + } + ] } \ No newline at end of file