| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "23volts", | "slug": "23volts", | ||||
| "name": "23volts", | "name": "23volts", | ||||
| "version": "1.1.1", | |||||
| "version": "1.0.1", | |||||
| "license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||||
| "brand": "23volts", | "brand": "23volts", | ||||
| "author": "R\u00e9mi Collin", | "author": "R\u00e9mi Collin", | ||||
| @@ -11,7 +11,6 @@ | |||||
| "manualUrl": "https://github.com/23volts/23volts-vcv", | "manualUrl": "https://github.com/23volts/23volts-vcv", | ||||
| "sourceUrl": "https://github.com/23volts/23volts-vcv", | "sourceUrl": "https://github.com/23volts/23volts-vcv", | ||||
| "donateUrl": "https://paypal.me/23volts", | "donateUrl": "https://paypal.me/23volts", | ||||
| "changelogUrl": "https://github.com/23volts/23volts-vcv/CHANGELOG.md", | |||||
| "modules": [ | "modules": [ | ||||
| { | { | ||||
| "slug": "Mem", | "slug": "Mem", | ||||
| @@ -34,26 +33,6 @@ | |||||
| "Utility" | "Utility" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| "slug": "MultimapK", | |||||
| "name": "Multimap", | |||||
| "description": "Versatile Midi IO & mapping utility, 16 knobs version", | |||||
| "tags": [ | |||||
| "Midi", | |||||
| "Controller", | |||||
| "Utility" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "MultimapS", | |||||
| "name": "Multimap", | |||||
| "description": "Versatile Midi IO & mapping utility, 16 switches version", | |||||
| "tags": [ | |||||
| "Midi", | |||||
| "Controller", | |||||
| "Utility" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| "slug": "Split8", | "slug": "Split8", | ||||
| "name": "Split8", | "name": "Split8", | ||||
| @@ -63,24 +42,6 @@ | |||||
| "Utility" | "Utility" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| "slug": "Split4", | |||||
| "name": "Split4", | |||||
| "description": "2 x 4 voices polyphonic splitter", | |||||
| "tags": [ | |||||
| "Polyphonic", | |||||
| "Utility" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Merge4", | |||||
| "name": "Merge4", | |||||
| "description": "2 x 4 voices polyphonic merger", | |||||
| "tags": [ | |||||
| "Polyphonic", | |||||
| "Utility" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| "slug": "Morph", | "slug": "Morph", | ||||
| "name": "Morph", | "name": "Morph", | ||||
| @@ -117,41 +78,6 @@ | |||||
| "Clock Modulator", | "Clock Modulator", | ||||
| "Polyphonic" | "Polyphonic" | ||||
| ] | ] | ||||
| }, | |||||
| { | |||||
| "slug": "MidiPC", | |||||
| "name": "MidiPC", | |||||
| "description": "Sends and receive midi program change", | |||||
| "tags": [ | |||||
| "MIDI" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "PolyMerge", | |||||
| "name": "PolyMerge", | |||||
| "description": "Merge N polyphonic inputs to 1 polyphonic output", | |||||
| "tags": [ | |||||
| "Polyphonic", | |||||
| "Utility" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "PolySplit", | |||||
| "name": "PolySplit", | |||||
| "description": "Splits 1 polyphonic input to N polyphonic outputs", | |||||
| "tags": [ | |||||
| "Polyphonic", | |||||
| "Utility" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "MonoPoly", | |||||
| "name": "MonoPoly", | |||||
| "description": "Copy a mono channel to 1-n poly channels", | |||||
| "tags": [ | |||||
| "Polyphonic", | |||||
| "Utility" | |||||
| ] | |||||
| } | } | ||||
| ] | ] | ||||
| } | } | ||||