From f700577d30771b5f217851380df6d4532cb95212 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 12 Aug 2019 11:40:03 -0400 Subject: [PATCH] Update build for Bidoo, TheXOR, Skylights, Bogaudio, GoodSheperd --- manifests/Bidoo.json | 2 +- manifests/Bogaudio.json | 5 +- manifests/GoodSheperd.json | 42 +++++++++ manifests/Skylights.json | 2 +- manifests/TheXOR.json | 170 +++++++++++++++++++++++++++++++++++++ 5 files changed, 216 insertions(+), 5 deletions(-) create mode 100644 manifests/GoodSheperd.json create mode 100644 manifests/TheXOR.json diff --git a/manifests/Bidoo.json b/manifests/Bidoo.json index b4123ee5..f05fed66 100644 --- a/manifests/Bidoo.json +++ b/manifests/Bidoo.json @@ -1,6 +1,6 @@ { "slug": "Bidoo", - "version": "1.0.4", + "version": "1.0.5", "license": "BSD-3-Clause", "name": "Bidoo", "brand": "Bidoo", diff --git a/manifests/Bogaudio.json b/manifests/Bogaudio.json index f5245650..78b475d4 100644 --- a/manifests/Bogaudio.json +++ b/manifests/Bogaudio.json @@ -1,7 +1,7 @@ { "slug": "Bogaudio", "name": "Bogaudio", - "version": "1.1.21", + "version": "1.1.22", "license": "BSD-3-Clause", "brand": "Bogaudio", "author": "Matt Demanett", @@ -349,8 +349,7 @@ "name": "VU", "description": "stereo signal meter", "tags": [ - "Visual", - "Dual" + "Visual" ] }, { diff --git a/manifests/GoodSheperd.json b/manifests/GoodSheperd.json new file mode 100644 index 00000000..ec1aa0b4 --- /dev/null +++ b/manifests/GoodSheperd.json @@ -0,0 +1,42 @@ +{ + "slug": "GoodSheperd", + "name": "GoodSheperd", + "version": "1.0.0", + "license": "CC0-1.0", + "brand": "GoodSheperd", + "author": "Jens Schulze", + "authorEmail": "", + "authorUrl": "https://github.com/jensschulze", + "pluginUrl": "https://github.com/jensschulze/GoodSheperd", + "manualUrl": "https://github.com/jensschulze/GoodSheperd/README.md", + "sourceUrl": "https://github.com/jensschulze/GoodSheperd", + "donateUrl": "", + "modules": [ + { + "slug": "Hurdle", + "name": "Hurdle", + "description": "", + "tags": [ + "Switch", + "Random" + ] + }, + { + "slug": "Stable16", + "name": "Stable16", + "description": "", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "SEQ3st", + "name": "SEQ3st", + "description": "", + "tags": [ + "Sequencer", + "Random" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/Skylights.json b/manifests/Skylights.json index 53efac87..a21aa70a 100644 --- a/manifests/Skylights.json +++ b/manifests/Skylights.json @@ -2,7 +2,7 @@ "slug": "Skylights", "name": "Skylights", "brand": "Skrylar", - "version": "1.0.1", + "version": "1.0.2", "license": "GPL-3.0", "author": "Skrylar", "authorEmail": "joshua.cearley@gmail.com", diff --git a/manifests/TheXOR.json b/manifests/TheXOR.json new file mode 100644 index 00000000..18a51372 --- /dev/null +++ b/manifests/TheXOR.json @@ -0,0 +1,170 @@ +{ + "slug": "TheXOR", + "name": "TheXOR", + "version": "1.1.0", + "license": "CC0-1.0", + "brand": "TheXOR", + "author": "The XOR", + "authorEmail": "", + "authorUrl": "", + "pluginUrl": "", + "manualUrl": "", + "sourceUrl": "https://github.com/The-XOR/RackPlugins", + "donateUrl": "", + "modules": [ + { + "slug": "Klee", + "name": "Klee", + "description": "Klee Sequencer", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "ascii", + "name": "ascii", + "description": "ascii Sequencer - make notes sing", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "M581", + "name": "M581", + "description": "581 Sequencer", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "Z8K", + "name": "Z8K", + "description": "Z8000 Sequencer", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "Renato", + "name": "Renato", + "description": "Renato Sequencer", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "Spiralone", + "name": "Spiralone", + "description": "Spiralone Sequencer", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "nag", + "name": "nag nag nag", + "description": "nag nag nag Sequencer", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "Burst", + "name": "Burst", + "description": "quick output bursts", + "tags": [ + "Utility" + ] + }, + { + "slug": "Uncertain", + "name": "Uncertain", + "description": "uncertain, buchla-esque voltages", + "tags": [ + "Random" + ] + }, + { + "slug": "PWMClock", + "name": "PWMClock", + "description": "PWM Clock Generator", + "tags": [ + "Clock generator" + ] + }, + { + "slug": "Quantizer", + "name": "Quantizer", + "description": "note quantizer", + "tags": [ + "Quantizer" + ] + }, + { + "slug": "midyQuant", + "name": "midyQuant", + "description": "quantized MIDI output", + "tags": [ + "Quantizer", + "MIDI" + ] + }, + { + "slug": "AttAmp", + "name": "AttAmp", + "description": "attenuator/amplifier/offset", + "tags": [ + "Attenuator", + "Amplifier" + ] + }, + { + "slug": "Boole", + "name": "Boole", + "description": "boolean logic for your signals", + "tags": [ + "Logic" + ] + }, + { + "slug": "XSwitch", + "name": "XSwitch", + "description": "circuit breaker", + "tags": [ + "Switch" + ] + }, + { + "slug": "Counter", + "name": "Counter", + "description": "count inputs and generate a signal when reaches 0", + "tags": [ + "Utility" + ] + }, + { + "slug": "Mplex", + "name": "Mplex", + "description": "Multiplexer", + "tags": [ + "Switch" + ] + }, + { + "slug": "Dmplex", + "name": "Dmplex", + "description": "Demultiplexer", + "tags": [ + "Switch" + ] + }, + { + "slug": "empty", + "name": "empty", + "description": "a strategy to waste your precious rack space", + "tags": [ + "Blank" + ] + } + ] +} \ No newline at end of file