From ada0efc8cd48896893e49754fff1465a95e8902a Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 4 Mar 2020 02:49:32 -0500 Subject: [PATCH] Update manifest for kocmoc, voxglitch --- manifests/kocmoc.json | 38 ++++++++++++++++++++++++++++++-------- manifests/voxglitch.json | 10 +++++++++- 2 files changed, 39 insertions(+), 9 deletions(-) diff --git a/manifests/kocmoc.json b/manifests/kocmoc.json index 3c31599c..483e158f 100644 --- a/manifests/kocmoc.json +++ b/manifests/kocmoc.json @@ -1,7 +1,7 @@ { "slug": "kocmoc", "name": "kocmoc", - "version": "1.2.1", + "version": "1.2.5", "license": "GPL-3.0-or-later", "brand": "kocmoc", "author": "janne808", @@ -14,12 +14,11 @@ "changelogUrl": "", "modules": [ { - "slug": "SVF-1", - "name": "SVF-1", + "slug": "SVF", + "name": "SVF", "description": "State Variable Filter", "tags": [ - "vcf", - "filter" + "Filter" ] }, { @@ -27,7 +26,7 @@ "name": "TRG", "description": "Trigger Sequencer", "tags": [ - "sequencer" + "Sequencer" ] }, { @@ -35,8 +34,31 @@ "name": "LADR", "description": "4-pole Ladder Filter", "tags": [ - "vcf", - "filter" + "Filter" + ] + }, + { + "slug": "OP", + "name": "OP", + "description": "Phase-modulation operator", + "tags": [ + "Oscillator" + ] + }, + { + "slug": "PHASR", + "name": "PHASR", + "description": "Phasor oscillator", + "tags": [ + "Oscillator" + ] + }, + { + "slug": "MUL", + "name": "MUL", + "description": "Multiplier", + "tags": [ + "Utility" ] } ] diff --git a/manifests/voxglitch.json b/manifests/voxglitch.json index 7519722d..5d4fdd50 100644 --- a/manifests/voxglitch.json +++ b/manifests/voxglitch.json @@ -1,7 +1,7 @@ { "slug": "voxglitch", "name": "Voxglitch", - "version": "1.3.0", + "version": "1.6.0", "license": "BSD-3-Clause", "brand": "Voxglitch", "author": "Bret Truchan", @@ -22,6 +22,14 @@ "Drum" ] }, + { + "slug": "digitalsequencer", + "name": "Digital Sequencer", + "description": "Six-in-one cv/gate sequencers with independent control over clock division and sequence length.", + "tags": [ + "Sequencer" + ] + }, { "slug": "ghosts", "name": "Ghosts",