| @@ -14,111 +14,128 @@ | |||||
| { | { | ||||
| "slug": "VCO", | "slug": "VCO", | ||||
| "name": "VCO-1", | "name": "VCO-1", | ||||
| "description": "Voltage-controlled oscillator", | |||||
| "tags": ["VCO"] | "tags": ["VCO"] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "VCO2", | "slug": "VCO2", | ||||
| "name": "VCO-2", | "name": "VCO-2", | ||||
| "description": "Voltage-controlled oscillator", | |||||
| "tags": ["VCO"] | "tags": ["VCO"] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "VCF", | "slug": "VCF", | ||||
| "name": "VCF", | "name": "VCF", | ||||
| "description": "Voltage-controlled filtered", | |||||
| "tags": ["VCF"] | "tags": ["VCF"] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "VCA-1", | "slug": "VCA-1", | ||||
| "name": "VCA-1", | "name": "VCA-1", | ||||
| "description": "Voltage-controlled amplifier", | |||||
| "tags": ["VCA"] | "tags": ["VCA"] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "VCA", | "slug": "VCA", | ||||
| "name": "VCA-2", | "name": "VCA-2", | ||||
| "description": "Voltage-controlled amplifier", | |||||
| "tags": ["VCA", "Dual"] | "tags": ["VCA", "Dual"] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "LFO", | "slug": "LFO", | ||||
| "name": "LFO-1", | "name": "LFO-1", | ||||
| "description": "Low-frequency oscillator", | |||||
| "tags": ["LFO"] | "tags": ["LFO"] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "LFO2", | "slug": "LFO2", | ||||
| "name": "LFO-2", | "name": "LFO-2", | ||||
| "description": "Low-frequency oscillator", | |||||
| "tags": ["LFO"] | "tags": ["LFO"] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "Delay", | "slug": "Delay", | ||||
| "name": "Delay", | "name": "Delay", | ||||
| "description": "", | |||||
| "tags": ["Delay"] | "tags": ["Delay"] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "ADSR", | "slug": "ADSR", | ||||
| "name": "ADSR", | "name": "ADSR", | ||||
| "description": "Generates an envelope with Attack/Decay/Sustain/Release", | |||||
| "tags": ["Envelope Generator"] | "tags": ["Envelope Generator"] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "VCMixer", | "slug": "VCMixer", | ||||
| "name": "Mixer", | "name": "Mixer", | ||||
| "description": "Mixes 4 signals with built-in VCAs", | |||||
| "tags": ["Mixer", "VCA"] | "tags": ["Mixer", "VCA"] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "8vert", | "slug": "8vert", | ||||
| "name": "8vert", | "name": "8vert", | ||||
| "description": "Attenuverts 8 signals or creates constant voltages", | |||||
| "tags": ["Attenuator"] | "tags": ["Attenuator"] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "Unity", | "slug": "Unity", | ||||
| "name": "Unity", | "name": "Unity", | ||||
| "description": "Mixes or averages signals with unity gain", | |||||
| "tags": ["Mixer", "Utility", "Dual"] | "tags": ["Mixer", "Utility", "Dual"] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "Mutes", | "slug": "Mutes", | ||||
| "name": "Mutes", | "name": "Mutes", | ||||
| "description": "Toggles 10 signals on/off", | |||||
| "tags": ["Switch"] | "tags": ["Switch"] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "Scope", | "slug": "Scope", | ||||
| "name": "Scope", | "name": "Scope", | ||||
| "description": "Inspect waveforms with an oscilloscope", | |||||
| "tags": ["Visual"] | "tags": ["Visual"] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "SEQ3", | "slug": "SEQ3", | ||||
| "name": "SEQ-3", | "name": "SEQ-3", | ||||
| "description": "3-channel 8-step sequencer also with gate outputs", | |||||
| "tags": ["Sequencer"] | "tags": ["Sequencer"] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "SequentialSwitch1", | "slug": "SequentialSwitch1", | ||||
| "name": "Sequential Switch 1", | "name": "Sequential Switch 1", | ||||
| "description": "Routes an input to one of to 4 outputs", | |||||
| "tags": ["Utility"] | "tags": ["Utility"] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "SequentialSwitch2", | "slug": "SequentialSwitch2", | ||||
| "name": "Sequential Switch 2", | "name": "Sequential Switch 2", | ||||
| "description": "Routes one of to 4 inputs to an output", | |||||
| "tags": ["Utility"] | "tags": ["Utility"] | ||||
| }, | }, | ||||
| { | { | ||||
| "slug": "Split", | "slug": "Split", | ||||
| "name": "Split", | "name": "Split", | ||||
| "description": "Splits a polyphonic cable into multiple monophonic cables", | "description": "Splits a polyphonic cable into multiple monophonic cables", | ||||
| "tags": ["Poly", "Utility"] | |||||
| "tags": ["Polyphonic", "Utility"] | |||||
| }, | }, | ||||
| { | { | ||||
| "slug": "Merge", | "slug": "Merge", | ||||
| "name": "Merge", | "name": "Merge", | ||||
| "description": "Combines multiple monophonic cables into a polyphonic cable", | "description": "Combines multiple monophonic cables into a polyphonic cable", | ||||
| "tags": ["Poly", "Utility"] | |||||
| "tags": ["Polyphonic", "Utility"] | |||||
| }, | }, | ||||
| { | { | ||||
| "slug": "Sum", | "slug": "Sum", | ||||
| "name": "Sum", | "name": "Sum", | ||||
| "description": "Sums all channels in a polyphonic cable", | "description": "Sums all channels in a polyphonic cable", | ||||
| "tags": ["Poly", "Utility"] | |||||
| "tags": ["Polyphonic", "Utility"] | |||||
| }, | }, | ||||
| { | { | ||||
| "slug": "Viz", | "slug": "Viz", | ||||
| "name": "Viz", | "name": "Viz", | ||||
| "description": "Visualizes all channels of a polyphonic cable", | "description": "Visualizes all channels of a polyphonic cable", | ||||
| "tags": ["Poly", "Visual"] | |||||
| "tags": ["Polyphonic", "Visual"] | |||||
| } | } | ||||
| ] | ] | ||||
| } | } | ||||