From f466bdc7ae5e6b98b6aafdcbae57e897764f5348 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 9 Jul 2019 11:17:23 -0700 Subject: [PATCH] Update build for squinkylabs-plug1, AnimatedCircuits --- manifests/AnimatedCircuits.json | 24 ++++++++++++++++++++++++ manifests/squinkylabs-plug1.json | 11 ++++++----- 2 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 manifests/AnimatedCircuits.json diff --git a/manifests/AnimatedCircuits.json b/manifests/AnimatedCircuits.json new file mode 100644 index 00000000..cbcff5f7 --- /dev/null +++ b/manifests/AnimatedCircuits.json @@ -0,0 +1,24 @@ +{ + "slug": "AnimatedCircuits", + "name": "Animated Circuits", + "version": "1.0.0", + "brand": "Animated Circuits", + "author": "Animated Circuits", + "license": "BSD-3-Clause", + "authorEmail": "animatedcircuits@gmail.com", + "pluginUrl": "https://github.com/AnimatedCircuits/RackModules/releases", + "authorUrl": "https://www.animated-circuits.com", + "manualUrl": "", + "sourceUrl": "https://github.com/AnimatedCircuits/RackModules", + "changelogUrl": "", + "modules": [ + { + "slug": "ACFolding", + "name": "Folding", + "description": "Wavefolder", + "tags": [ + "Waveshaper" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/squinkylabs-plug1.json b/manifests/squinkylabs-plug1.json index f0d832ed..29c9b62f 100644 --- a/manifests/squinkylabs-plug1.json +++ b/manifests/squinkylabs-plug1.json @@ -7,7 +7,8 @@ "authorUrl": "https://github.com/squinkylabs/SquinkyVCV/README.md", "sourceUrl": "https://github.com/squinkylabs/SquinkyVCV", "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/booty-shifter.md", - "version": "1.0.0", + "changelogUrl": "https://github.com/squinkylabs/SquinkyVCV/CHANGELOG.md", + "version": "1.0.1", "modules": [ { "slug": "squinkylabs-ev3", @@ -154,9 +155,9 @@ }, { "slug": "squinkylabs-mix4", - "name": "Mixer-EX 4", + "name": "ExFor", "description": "4 channel mixer expander", - "disabled": true, + "disabled": false, "tags": [ "Mixer", "Expander" @@ -164,9 +165,9 @@ }, { "slug": "squinkylabs-mixm", - "name": "Mixer Master", + "name": "Form", "description": "Mixer master module", - "disabled": true, + "disabled": false, "tags": [ "Mixer" ]