From 643b3305b6343a4344cf1562bd1c9edd71e8e83d Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 11 Nov 2019 01:19:24 -0500 Subject: [PATCH] Update manifest for MockbaModular, kocmoc, GlueTheGiant, CountModula --- manifests/CountModula.json | 23 +++++++++++++++++++-- manifests/GlueTheGiant.json | 40 ++++++++++++++++++------------------ manifests/MockbaModular.json | 2 +- manifests/kocmoc.json | 10 ++++++++- 4 files changed, 51 insertions(+), 24 deletions(-) diff --git a/manifests/CountModula.json b/manifests/CountModula.json index 2984559a..fe87722e 100644 --- a/manifests/CountModula.json +++ b/manifests/CountModula.json @@ -1,7 +1,7 @@ { "slug": "CountModula", "name": "Count Modula", - "version": "1.5.0", + "version": "1.5.1", "license": "GPL-3.0-only", "brand": "Count Modula", "author": "Adam Verspaget", @@ -508,7 +508,8 @@ "name": "Offset Generator", "description": "Offsets a CV signal by a given amount.", "tags": [ - "Utility" + "Utility", + "Polyphonic" ] }, { @@ -526,6 +527,24 @@ "tags": [ "Controller" ] + }, + { + "slug": "FadeExpander", + "name": "Fade-in/Fade-out Expander", + "description": "Adds sequencer start/stop and envelope outputs to the fade controller", + "tags": [ + "Controller", + "Expander" + ] + }, + { + "slug": "SequencerExpanderTSG", + "name": "Trigger Sequencer Gate Expander", + "description": "Adds gate outputs to the 8 and 16 Step Trigger Sequencers", + "tags": [ + "Sequencer", + "Expander" + ] } ] } \ No newline at end of file diff --git a/manifests/GlueTheGiant.json b/manifests/GlueTheGiant.json index 6613b0ed..a72b833a 100644 --- a/manifests/GlueTheGiant.json +++ b/manifests/GlueTheGiant.json @@ -1,7 +1,7 @@ { "slug": "GlueTheGiant", "name": "Glue the Giant", - "version": "1.0.4", + "version": "1.0.5", "license": "GPL-3.0-or-later", "brand": "Glue the Giant", "author": "Paul Merchant", @@ -48,6 +48,16 @@ "Polyphonic" ] }, + { + "slug": "BusDepot", + "name": "Bus Depot", + "description": "Master fader, vu meters, and mix output for three stereo buses", + "tags": [ + "Mixer", + "Visual", + "Polyphonic" + ] + }, { "slug": "BusRoute", "name": "Bus Route", @@ -59,6 +69,15 @@ "Polyphonic" ] }, + { + "slug": "Road", + "name": "Road", + "description": "Merge stereo buses from mix groups", + "tags": [ + "Utility", + "Polyphonic" + ] + }, { "slug": "EnterBus", "name": "Enter Mixer Bus", @@ -74,25 +93,6 @@ "tags": [ "Utility" ] - }, - { - "slug": "Road", - "name": "Road", - "description": "Merge stereo buses from mix groups", - "tags": [ - "Utility", - "Polyphonic" - ] - }, - { - "slug": "BusDepot", - "name": "Bus Depot", - "description": "Master fader, vu meters, and mix output for three stereo buses", - "tags": [ - "Mixer", - "Visual", - "Polyphonic" - ] } ] } \ No newline at end of file diff --git a/manifests/MockbaModular.json b/manifests/MockbaModular.json index bdcd5891..9056ba01 100644 --- a/manifests/MockbaModular.json +++ b/manifests/MockbaModular.json @@ -1,7 +1,7 @@ { "slug": "MockbaModular", "name": "Mockba Modular", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "brand": "Mockba Modular", "author": "Mockba the Borg", diff --git a/manifests/kocmoc.json b/manifests/kocmoc.json index 49a92dc2..f9da2567 100644 --- a/manifests/kocmoc.json +++ b/manifests/kocmoc.json @@ -1,7 +1,7 @@ { "slug": "kocmoc", "name": "kocmoc", - "version": "1.0.1", + "version": "1.1.2", "license": "GPL-3.0-or-later", "brand": "kocmoc", "author": "janne808", @@ -21,6 +21,14 @@ "vcf", "filter" ] + }, + { + "slug": "TRG", + "name": "TRG", + "description": "Trigger Sequencer", + "tags": [ + "sequencer" + ] } ] } \ No newline at end of file