From 3709d04b71787cc258dd9226a96867748a0f0632 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 24 Feb 2019 01:34:45 -0500 Subject: [PATCH] Update plugin.json to Rack v1 API --- plugin.json | 67 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 44 insertions(+), 23 deletions(-) diff --git a/plugin.json b/plugin.json index 7e70cb2..c60eaa9 100644 --- a/plugin.json +++ b/plugin.json @@ -9,94 +9,115 @@ "manualUrl": "https://vcvrack.com/Fundamental.html#manual", "sourceUrl": "https://github.com/VCVRack/Fundamental", "version": "1.0.0", - "modules": { - "VCO": { + "modules": [ + { + "slug": "VCO", "name": "VCO-1", "tags": ["VCO"] }, - "VCO2": { + { + "slug": "VCO2", "name": "VCO-2", "tags": ["VCO"] }, - "VCF": { + { + "slug": "VCF", "name": "VCF", "tags": ["VCF"] }, - "VCA-1": { + { + "slug": "VCA-1", "name": "VCA-1", "tags": ["VCA"] }, - "VCA": { + { + "slug": "VCA", "name": "VCA-2", "tags": ["VCA", "Dual"] }, - "LFO": { + { + "slug": "LFO", "name": "LFO-1", "tags": ["LFO"] }, - "LFO2": { + { + "slug": "LFO2", "name": "LFO-2", "tags": ["LFO"] }, - "Delay": { + { + "slug": "Delay", "name": "Delay", "tags": ["Delay"] }, - "ADSR": { + { + "slug": "ADSR", "name": "ADSR", "tags": ["Envelope Generator"] }, - "VCMixer": { + { + "slug": "VCMixer", "name": "Mixer", "tags": ["Mixer", "VCA"] }, - "8vert": { + { + "slug": "8vert", "name": "8vert", "tags": ["Attenuator"] }, - "Unity": { + { + "slug": "Unity", "name": "Unity", "tags": ["Mixer", "Utility", "Dual"] }, - "Mutes": { + { + "slug": "Mutes", "name": "Mutes", "tags": ["Switch"] }, - "Scope": { + { + "slug": "Scope", "name": "Scope", "tags": ["Visual"] }, - "SEQ3": { + { + "slug": "SEQ3", "name": "SEQ-3", "tags": ["Sequencer"] }, - "SequentialSwitch1": { + { + "slug": "SequentialSwitch1", "name": "Sequential Switch 1", "tags": ["Utility"] }, - "SequentialSwitch2": { + { + "slug": "SequentialSwitch2", "name": "Sequential Switch 1", "tags": ["Utility"] }, - "Split": { + { + "slug": "Split", "name": "Split", "description": "Splits a polyphonic cable into multiple monophonic cables", "tags": ["Poly", "Utility"] }, - "Merge": { + { + "slug": "Merge", "name": "Merge", "description": "Combines multiple monophonic cables into a polyphonic cable", "tags": ["Poly", "Utility"] }, - "Sum": { + { + "slug": "Sum", "name": "Sum", "description": "Sums all channels in a polyphonic cable", "tags": ["Poly", "Utility"] }, - "Viz": { + { + "slug": "Viz", "name": "Viz", "description": "Visualizes all channels of a polyphonic cable", "tags": ["Poly", "Visual"] } - } + ] } \ No newline at end of file