From 7735d1fdf35353a12455c2b416777a74786d6c8b Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 28 Mar 2020 12:52:49 -0400 Subject: [PATCH] Update manifest for JLmod, voxglitch, CountModula --- manifests/CountModula.json | 112 ++++++++++++++++++++++++++++++++++++- manifests/JLmod.json | 33 +++++++++++ manifests/voxglitch.json | 2 +- 3 files changed, 145 insertions(+), 2 deletions(-) create mode 100644 manifests/JLmod.json diff --git a/manifests/CountModula.json b/manifests/CountModula.json index 6786544e..f71bfc41 100644 --- a/manifests/CountModula.json +++ b/manifests/CountModula.json @@ -1,7 +1,7 @@ { "slug": "CountModula", "name": "Count Modula", - "version": "1.8.1", + "version": "1.9.0", "license": "GPL-3.0-only", "brand": "Count Modula", "author": "Adam Verspaget", @@ -515,6 +515,22 @@ "Blank" ] }, + { + "slug": "Blank20HP", + "name": "Blank Panel - 20HP", + "description": "20HP blank panel", + "tags": [ + "Blank" + ] + }, + { + "slug": "Blank24HP", + "name": "Blank Panel - 24HP", + "description": "24HP blank panel", + "tags": [ + "Blank" + ] + }, { "slug": "OffsetGenerator", "name": "Offset Generator", @@ -804,6 +820,100 @@ "Utility", "Polyphonic" ] + }, + { + "slug": "Switch1To8", + "name": "Switch 1-8", + "description": "1 input to 8 output sequential/VC switch", + "tags": [ + "Switch" + ] + }, + { + "slug": "Switch8To1", + "name": "Switch 8-1", + "description": "8 input to 1 output sequential/VC switch/router", + "tags": [ + "Switch" + ] + }, + { + "slug": "Switch1To16", + "name": "Switch 1-16", + "description": "1 input to 16 output sequential/VC switch", + "tags": [ + "Switch" + ] + }, + { + "slug": "Switch16To1", + "name": "Switch 16-1", + "description": "16 input to 1 output sequential/VC switch/router", + "tags": [ + "Switch" + ] + }, + { + "slug": "SequencerTriggers8", + "name": "8 Step Sequencer Trigger Output Expander", + "description": "Adds individual trigger outputs to the 8 Step Sequencer", + "tags": [ + "Sequencer", + "Expander" + ] + }, + { + "slug": "SequencerTriggers16", + "name": "16 Step Sequencer Trigger Output Expander", + "description": "Adds individual trigger outputs to the 16 Step Sequencer", + "tags": [ + "Sequencer", + "Expander" + ] + }, + { + "slug": "BusRoute", + "name": "Bus Route", + "description": "Switched gate combiner/router", + "tags": [ + "Switch", + "Logic" + ] + }, + { + "slug": "BusRoute2", + "name": "Bus Route", + "description": "Switched gate combiner", + "tags": [ + "Switch", + "Logic" + ] + }, + { + "slug": "MatrixCombiner", + "name": "Matrix Combiner", + "description": "Gate combiner/switched multiple", + "tags": [ + "Switch", + "Logic", + "Multiple" + ] + }, + { + "slug": "ClockDivider", + "name": "Clock Divider", + "description": "Clock divider with up/down mode and optional trigger outputs", + "tags": [ + "Clock modulator" + ] + }, + { + "slug": "BinaryComparator", + "name": "Binary Comparator", + "description": "Compares two binary words", + "tags": [ + "Logic" + ] } ] } \ No newline at end of file diff --git a/manifests/JLmod.json b/manifests/JLmod.json new file mode 100644 index 00000000..96474287 --- /dev/null +++ b/manifests/JLmod.json @@ -0,0 +1,33 @@ +{ + "slug": "JLmod", + "name": "JLmod", + "version": "1.0.0", + "license": "GPL-3.0-or-later", + "brand": "JLmod", + "author": "Joakim Lindbom", + "authorEmail": "Joakim.Lindbom@gmail.com", + "authorUrl": "", + "pluginUrl": "", + "manualUrl": "", + "sourceUrl": "https://github.com/JoakimLindbom/JLmod", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "DebugExpander", + "name": "DebugExpander", + "description": "Debugger for Ratchets module", + "tags": [ + "Utility" + ] + }, + { + "slug": "Ratchets", + "name": "Ratchets", + "description": "Gate and CV sequencer with 1-8 gates generated per step, generating a ratcheting effect", + "tags": [ + "Sequencer" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/voxglitch.json b/manifests/voxglitch.json index a3a015fa..fac196b2 100644 --- a/manifests/voxglitch.json +++ b/manifests/voxglitch.json @@ -1,7 +1,7 @@ { "slug": "voxglitch", "name": "Voxglitch", - "version": "1.9.1", + "version": "1.10.0", "license": "BSD-3-Clause", "brand": "Voxglitch", "author": "Bret Truchan",