From 5e89e982dd7b38fb28d39ef0450b1ec4d28b37b6 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 7 Sep 2019 09:36:47 -0400 Subject: [PATCH] Update build for GlueTheGiant, squinkylabs-plug1, Prism, FrozenWasteland, s-ol --- manifests/FrozenWasteland.json | 26 ++++++++++++- manifests/GlueTheGiant.json | 66 ++++++++++++++++++++++++++++++++ manifests/Prism.json | 12 +++++- manifests/s-ol.json | 46 +++++++++++++++++++--- manifests/squinkylabs-plug1.json | 22 ++++++++++- 5 files changed, 161 insertions(+), 11 deletions(-) create mode 100644 manifests/GlueTheGiant.json diff --git a/manifests/FrozenWasteland.json b/manifests/FrozenWasteland.json index 0d32db83..c715c02c 100644 --- a/manifests/FrozenWasteland.json +++ b/manifests/FrozenWasteland.json @@ -1,7 +1,7 @@ { "slug": "FrozenWasteland", "name": "Frozen Wasteland", - "version": "1.9.0", + "version": "1.9.1", "author": "almostEric", "license": "CC0-1.0", "authorEmail": "almostEric@frozenwastelandmodules.com", @@ -110,6 +110,30 @@ "Quantizer" ] }, + { + "slug": "ProbablyNoteArabic", + "name": "Probably Note - Arabic", + "description": "Probability Quantizer - Arabic Scales Version", + "tags": [ + "Quantizer" + ] + }, + { + "slug": "ProbablyNoteBP", + "name": "Probably Note - Bohlen Pierce Version", + "description": "Probability Quantizer - Bohlen Pierce Tritave Version", + "tags": [ + "Quantizer" + ] + }, + { + "slug": "ProbablyNoteIndian", + "name": "Probably Note - Indian Version", + "description": "Probability Quantizer - Indian Raga Scales Version", + "tags": [ + "Quantizer" + ] + }, { "slug": "QuadAlgorithmicRhythm", "name": "Quad Algorithmic Rhythm Generator", diff --git a/manifests/GlueTheGiant.json b/manifests/GlueTheGiant.json new file mode 100644 index 00000000..0dcb7ba3 --- /dev/null +++ b/manifests/GlueTheGiant.json @@ -0,0 +1,66 @@ +{ + "slug": "GlueTheGiant", + "name": "Glue the Giant", + "version": "1.0.0", + "license": "GPL-3.0-or-later", + "brand": "Glue the Giant", + "author": "Paul Merchant", + "authorEmail": "prmerchant@gmail.com", + "authorUrl": "https://github.com/gluethegiant", + "pluginUrl": "https://github.com/gluethegiant/gtg-rack", + "manualUrl": "https://github.com/gluethegiant/gtg-rack/wiki", + "sourceUrl": "https://github.com/gluethegiant/gtg-rack", + "donateUrl": "", + "modules": [ + { + "slug": "MiniBus", + "name": "Mini Bus Mixer", + "description": "Mono to three stereo buses", + "tags": [ + "Mixer" + ] + }, + { + "slug": "SchoolBus", + "name": "School Bus Mixer", + "description": "Pan control to three stereo buses", + "tags": [ + "Mixer" + ] + }, + { + "slug": "BusRoute", + "name": "Bus Route", + "description": "Three stereo sends and returns", + "tags": [ + "Mixer", + "Utility" + ] + }, + { + "slug": "BusDepot", + "name": "Bus Depot", + "description": "Sums three stereo buses", + "tags": [ + "Mixer", + "Visual" + ] + }, + { + "slug": "EnterBus", + "name": "Enter Mixer Bus", + "description": "Three stereo inputs to bus", + "tags": [ + "Utility" + ] + }, + { + "slug": "ExitBus", + "name": "Exit Mixer Bus", + "description": "Three stereo outputs from bus", + "tags": [ + "Utility" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/Prism.json b/manifests/Prism.json index f99b9a71..fb080c72 100644 --- a/manifests/Prism.json +++ b/manifests/Prism.json @@ -1,7 +1,7 @@ { "slug": "Prism", "name": "Prism", - "author": "John Hoar", + "author": "John Hoar / Pyer", "license": "BSD-3-Clause", "authorEmail": "amalgamatedharmonics@outlook.com", "manualUrl": "https://github.com/AmalgamatedHarmonics/Prism/wiki", @@ -9,7 +9,7 @@ "authorUrl": "https://github.com/AmalgamatedHarmonics/Prism/wiki", "sourceUrl": "https://github.com/AmalgamatedHarmonics/Prism", "changelogUrl": "https://github.com/AmalgamatedHarmonics/Prism/blob/master/CHANGELOG.md", - "version": "1.0.2", + "version": "1.1.0", "modules": [ { "slug": "Rainbow", @@ -19,6 +19,14 @@ "Physical modeling", "VCF" ] + }, + { + "slug": "RainbowScaleExpander", + "name": "Spectrum", + "description": "Expander for Rainbow for programming of user-defined scales", + "tags": [ + "Expander" + ] } ] } \ No newline at end of file diff --git a/manifests/s-ol.json b/manifests/s-ol.json index dcae9e64..ad2c3dbb 100644 --- a/manifests/s-ol.json +++ b/manifests/s-ol.json @@ -1,10 +1,44 @@ { + "slug": "s-ol", "name": "s-ol", - "author": "s-ol", + "version": "1.0.0", "license": "MIT", - "manualUrl": "https://github.com/s-ol/vcvmods/blob/master/README.md", - "sourceUrl": "https://github.com/s-ol/vcvmods", - "pluginUrl": "https://github.com/s-ol/vcvmods/blob/master/README.md", - "slug": "s-ol", - "version": "0.6.1" + "brand": "s-ol", + "author": "sol bekic", + "authorEmail": "s+vcv@s-ol.nu", + "authorUrl": "https://s-ol.nu", + "pluginUrl": "https://s-ol.nu/vcvmods", + "manualUrl": "https://s-ol.nu/vcvmods/doc", + "sourceUrl": "https://git.s-ol.nu/vcvmods", + "donateUrl": "", + "modules": [ + { + "slug": "WrapComp", + "name": "Wrapping Comparator", + "description": "compares a voltage against a window in a circular space", + "tags": [ + "Utility", + "Logic" + ] + }, + { + "slug": "CircleVCO", + "name": "Quadrature Circle VCO", + "description": "sinewave VCO with 90\u00b0 quadrature output for drawing circles.", + "tags": [ + "Digital", + "Oscillator", + "Visual" + ] + }, + { + "slug": "Modulo", + "name": "Modulo / Round", + "description": "generates a modulo + rounded signal for a voltage-controlled step size.", + "tags": [ + "Logic", + "Quantizer" + ] + } + ] } \ No newline at end of file diff --git a/manifests/squinkylabs-plug1.json b/manifests/squinkylabs-plug1.json index 50b71347..6bded5a9 100644 --- a/manifests/squinkylabs-plug1.json +++ b/manifests/squinkylabs-plug1.json @@ -8,7 +8,7 @@ "sourceUrl": "https://github.com/squinkylabs/SquinkyVCV", "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/booty-shifter.md", "changelogUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/CHANGELOG.md", - "version": "1.0.3", + "version": "1.0.4", "modules": [ { "slug": "squinkylabs-ev3", @@ -106,7 +106,7 @@ "slug": "squinkylabs-sequencer", "name": "Seq++", "description": "DAW-like sequencer", - "disabled": true, + "disabled": false, "tags": [ "Sequencer" ] @@ -155,6 +155,16 @@ "Expander" ] }, + { + "slug": "squinkylabs-mixStereo", + "name": "ExTwo", + "description": "Two channel stereo mixer expander", + "disabled": false, + "tags": [ + "Mixer", + "Expander" + ] + }, { "slug": "squinkylabs-mixm", "name": "Form", @@ -192,6 +202,14 @@ "VCF" ] }, + { + "slug": "squinkylabs-dt", + "name": "Polygate", + "description": "Polyphonic gate demultiplexer", + "tags": [ + "Polyphonic" + ] + }, { "slug": "squinkylabs-funv", "name": "Functional VCO-1",