From e7761cdfa04f93b9df3623a10b7060be1a5917b1 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 24 Aug 2019 17:23:34 -0400 Subject: [PATCH] Update build for TheXOR, sb-StochKit, CountModula, STS --- manifests/CountModula.json | 39 ++++++++++++++++++++++++++++++-- manifests/STS.json | 11 ++++++++- manifests/TheXOR.json | 34 +++++++++++++++++++++++++++- manifests/sb-StochKit.json | 46 +++++++++++++++++++++++++++++++------- 4 files changed, 118 insertions(+), 12 deletions(-) diff --git a/manifests/CountModula.json b/manifests/CountModula.json index 0902c4aa..792fd5b7 100644 --- a/manifests/CountModula.json +++ b/manifests/CountModula.json @@ -1,7 +1,7 @@ { "slug": "CountModula", "name": "Count Modula", - "version": "1.2.1", + "version": "1.3.0", "license": "BSD-3-Clause", "brand": "Count Modula", "author": "Adam Verspaget", @@ -404,13 +404,48 @@ }, { "slug": "PolyrhythmicGeneratorMkII", - "name": "Polyrhythmic Generator", + "name": "Polyrhythmic Generator MkII", "description": "A set of 8 voltage controlled clock dividers that can be used to generate polyrhythms by clocking and/or dividing at different rates.", "tags": [ "Clock modulator", "Sequencer", "Polyphonic" ] + }, + { + "slug": "GatedComparator", + "name": "Gated Comparator", + "description": "Gated Comparator", + "tags": [ + "Sequencer", + "Random" + ] + }, + { + "slug": "SlopeDetector", + "name": "Slope Detector", + "description": "Slope Detector", + "tags": [ + "Utility" + ] + }, + { + "slug": "SequencerExpanderRM8", + "name": "Gated Comparator Expander - Random Melody", + "description": "Gated Comparator expander adding Random Melody output (also works with other sequencers).", + "tags": [ + "Sequencer", + "Expander" + ] + }, + { + "slug": "SequencerExpanderLOG8", + "name": "Gated Comparator Expander - Gate Logic", + "description": "Gated Comparator expander adding logical mixing of the shift register outputs.", + "tags": [ + "Sequencer", + "Expander" + ] } ] } \ No newline at end of file diff --git a/manifests/STS.json b/manifests/STS.json index f9089cb4..ce0c146e 100644 --- a/manifests/STS.json +++ b/manifests/STS.json @@ -1,6 +1,6 @@ { "slug": "STS", - "version": "1.0.3", + "version": "1.0.4", "license": "GPL-3.0-only", "name": "STS", "author": "STS", @@ -70,6 +70,15 @@ "LFO", "Polyphonic" ] + }, + { + "slug": "LFOPolySP", + "name": "LFOPolySnapPhase", + "description": "Poly LFO 16 with Snap Phase", + "tags": [ + "LFO", + "Polyphonic" + ] } ] } \ No newline at end of file diff --git a/manifests/TheXOR.json b/manifests/TheXOR.json index 18a51372..c4ee8023 100644 --- a/manifests/TheXOR.json +++ b/manifests/TheXOR.json @@ -1,7 +1,7 @@ { "slug": "TheXOR", "name": "TheXOR", - "version": "1.1.0", + "version": "1.1.1", "license": "CC0-1.0", "brand": "TheXOR", "author": "The XOR", @@ -68,6 +68,14 @@ "Sequencer" ] }, + { + "slug": "o88o", + "name": "o88o", + "description": "o88o Sequencer", + "tags": [ + "Sequencer" + ] + }, { "slug": "Burst", "name": "Burst", @@ -126,6 +134,14 @@ "Logic" ] }, + { + "slug": "flop", + "name": "flop", + "description": "flop (and flip) logic for your signals", + "tags": [ + "Logic" + ] + }, { "slug": "XSwitch", "name": "XSwitch", @@ -158,6 +174,14 @@ "Switch" ] }, + { + "slug": "quattro", + "name": "quattro", + "description": "quattro lines for otto steps", + "tags": [ + "Sequencer" + ] + }, { "slug": "empty", "name": "empty", @@ -165,6 +189,14 @@ "tags": [ "Blank" ] + }, + { + "slug": "volt", + "name": "volt", + "description": "microtonal quantizer", + "tags": [ + "Quantizer" + ] } ] } \ No newline at end of file diff --git a/manifests/sb-StochKit.json b/manifests/sb-StochKit.json index 9ebdc193..278a38fe 100644 --- a/manifests/sb-StochKit.json +++ b/manifests/sb-StochKit.json @@ -1,11 +1,41 @@ { - "name": "sb-StochKit", - "author": "Samuel Laing", - "license": "CC0-1.0", - "pluginUrl": "https://github.com/smbddha/sb-StochKit/blob/master/README.md", - "authorUrl": "https://github.com/smbddha", - "manualUrl": "https://github.com/smbddha/sb-StochKit/blob/master/README.md", - "sourceUrl": "https://github.com/smbddha/sb-StochKit.git", "slug": "sb-StochKit", - "version": "0.6.2" + "name": "StochKit", + "version": "1.0.0", + "license": "GPL-3.0-or-later", + "brand": "StochKit", + "author": "Sam Laing", + "authorEmail": "samuelwlaing@gmail.com", + "authorUrl": "https://github.com/smbddha", + "pluginUrl": "https://github.com/smbddha/sb-StochKit", + "manualUrl": "https://github.com/smbddha/sb-StochKit", + "sourceUrl": "https://github.com/smbddha/sb-StochKit", + "modules": [ + { + "slug": "GenEcho", + "name": "GenEcho", + "description": "The GenEcho module", + "tags": [ + "Effect" + ] + }, + { + "slug": "Grandy", + "name": "Grandy", + "description": "A generator module", + "tags": [ + "Granular", + "VCO" + ] + }, + { + "slug": "Stitcher", + "name": "Stitcher", + "description": "Stitcher module", + "tags": [ + "Granular", + "VCO" + ] + } + ] } \ No newline at end of file