@@ -0,0 +1,113 @@ | |||
{ | |||
"slug": "Core", | |||
"name": "Core", | |||
"version": "1.0.0", | |||
"license": "GPL-3.0-only", | |||
"author": "VCV", | |||
"brand": "VCV", | |||
"authorEmail": "contact@vcvrack.com", | |||
"authorUrl": "https://vcvrack.com/", | |||
"pluginUrl": "https://vcvrack.com/", | |||
"manualUrl": "https://vcvrack.com/manual/Core.html", | |||
"sourceUrl": "https://github.com/VCVRack/Rack", | |||
"donateUrl": "", | |||
"modules": [ | |||
{ | |||
"slug": "AudioInterface", | |||
"name": "Audio-8", | |||
"description": "Sends audio and CV to/from an audio device", | |||
"tags": [ | |||
"External" | |||
] | |||
}, | |||
{ | |||
"slug": "AudioInterface16", | |||
"name": "Audio-16", | |||
"description": "Sends audio and CV to/from an audio device", | |||
"tags": [ | |||
"External" | |||
] | |||
}, | |||
{ | |||
"slug": "MIDIToCVInterface", | |||
"name": "MIDI-CV", | |||
"description": "Converts MIDI from an external device to CV and gates", | |||
"tags": [ | |||
"External", | |||
"MIDI", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "MIDICCToCVInterface", | |||
"name": "MIDI-CC", | |||
"description": "Converts MIDI CC from an external device to CV", | |||
"tags": [ | |||
"External", | |||
"MIDI" | |||
] | |||
}, | |||
{ | |||
"slug": "MIDITriggerToCVInterface", | |||
"name": "MIDI-Gate", | |||
"description": "Converts MIDI notes from an external device to gates", | |||
"tags": [ | |||
"External", | |||
"MIDI" | |||
] | |||
}, | |||
{ | |||
"slug": "MIDI-Map", | |||
"name": "MIDI-Map", | |||
"description": "Controls parameters (knobs, sliders, switches) directly with MIDI CC", | |||
"tags": [ | |||
"External", | |||
"MIDI" | |||
] | |||
}, | |||
{ | |||
"slug": "CV-MIDI", | |||
"name": "CV-MIDI", | |||
"description": "Converts CV to MIDI and sends to an external device", | |||
"tags": [ | |||
"External", | |||
"MIDI", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "CV-CC", | |||
"name": "CV-CC", | |||
"description": "Converts CV to MIDI CC and sends to an external device", | |||
"tags": [ | |||
"External", | |||
"MIDI" | |||
] | |||
}, | |||
{ | |||
"slug": "CV-Gate", | |||
"name": "CV-Gate", | |||
"description": "Converts gates to MIDI notes and sends to an external device", | |||
"tags": [ | |||
"External", | |||
"MIDI" | |||
] | |||
}, | |||
{ | |||
"slug": "Blank", | |||
"name": "Blank", | |||
"description": "A resizable blank panel", | |||
"tags": [ | |||
"Blank" | |||
] | |||
}, | |||
{ | |||
"slug": "Notes", | |||
"name": "Notes", | |||
"description": "Write text for patch notes or artist attribution", | |||
"tags": [ | |||
"Blank" | |||
] | |||
} | |||
] | |||
} |
@@ -0,0 +1,213 @@ | |||
{ | |||
"slug": "Fundamental", | |||
"version": "1.0.0", | |||
"license": "BSD-3-Clause", | |||
"name": "Fundamental", | |||
"brand": "VCV", | |||
"author": "VCV", | |||
"authorEmail": "contact@vcvrack.com", | |||
"pluginUrl": "https://vcvrack.com/Fundamental.html", | |||
"authorUrl": "https://vcvrack.com/", | |||
"manualUrl": "https://vcvrack.com/Fundamental.html#manual", | |||
"sourceUrl": "https://github.com/VCVRack/Fundamental", | |||
"changelogUrl": "https://github.com/VCVRack/Fundamental/blob/v1/CHANGELOG.md", | |||
"modules": [ | |||
{ | |||
"slug": "VCO", | |||
"name": "VCO-1", | |||
"description": "Voltage-controlled oscillator", | |||
"tags": [ | |||
"VCO" | |||
] | |||
}, | |||
{ | |||
"slug": "VCO2", | |||
"name": "VCO-2", | |||
"description": "Voltage-controlled oscillator", | |||
"tags": [ | |||
"VCO" | |||
] | |||
}, | |||
{ | |||
"slug": "VCF", | |||
"name": "VCF", | |||
"description": "Voltage-controlled filter", | |||
"tags": [ | |||
"VCF", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "VCA-1", | |||
"name": "VCA-1", | |||
"description": "Voltage-controlled amplifier", | |||
"tags": [ | |||
"VCA", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "VCA", | |||
"name": "VCA-2", | |||
"description": "Voltage-controlled amplifier", | |||
"tags": [ | |||
"VCA", | |||
"Dual", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "LFO", | |||
"name": "LFO-1", | |||
"description": "Low-frequency oscillator", | |||
"tags": [ | |||
"LFO", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "LFO2", | |||
"name": "LFO-2", | |||
"description": "Low-frequency oscillator", | |||
"tags": [ | |||
"LFO", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Delay", | |||
"name": "Delay", | |||
"description": "", | |||
"tags": [ | |||
"Delay" | |||
] | |||
}, | |||
{ | |||
"slug": "ADSR", | |||
"name": "ADSR", | |||
"description": "Generates an envelope with Attack/Decay/Sustain/Release", | |||
"tags": [ | |||
"Envelope Generator", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "VCMixer", | |||
"name": "Mixer", | |||
"description": "Mixes 4 signals with built-in VCAs", | |||
"tags": [ | |||
"Mixer", | |||
"VCA", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "8vert", | |||
"name": "8vert", | |||
"description": "Attenuverts 8 signals or creates constant voltages", | |||
"tags": [ | |||
"Attenuator", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Unity", | |||
"name": "Unity", | |||
"description": "Mixes or averages signals with unity gain", | |||
"tags": [ | |||
"Mixer", | |||
"Utility", | |||
"Dual" | |||
] | |||
}, | |||
{ | |||
"slug": "Mutes", | |||
"name": "Mutes", | |||
"description": "Toggles 10 signals on/off", | |||
"tags": [ | |||
"Switch", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Scope", | |||
"name": "Scope", | |||
"description": "Inspect waveforms with an oscilloscope", | |||
"tags": [ | |||
"Visual", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "SEQ3", | |||
"name": "SEQ-3", | |||
"description": "3-channel 8-step sequencer also with gate outputs", | |||
"tags": [ | |||
"Sequencer" | |||
] | |||
}, | |||
{ | |||
"slug": "SequentialSwitch1", | |||
"name": "Sequential Switch 1", | |||
"description": "Routes an input to one of to 4 outputs", | |||
"tags": [ | |||
"Utility", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "SequentialSwitch2", | |||
"name": "Sequential Switch 2", | |||
"description": "Routes one of to 4 inputs to an output", | |||
"tags": [ | |||
"Utility", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Octave", | |||
"name": "Octave", | |||
"description": "Shifts 1V/oct CV by octaves", | |||
"tags": [ | |||
"Utility", | |||
"Polyphonic" | |||
] | |||
}, | |||
{ | |||
"slug": "Split", | |||
"name": "Split", | |||
"description": "Splits a polyphonic cable into multiple monophonic cables", | |||
"tags": [ | |||
"Polyphonic", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "Merge", | |||
"name": "Merge", | |||
"description": "Combines multiple monophonic cables into a polyphonic cable", | |||
"tags": [ | |||
"Polyphonic", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "Sum", | |||
"name": "Sum", | |||
"description": "Sums all channels in a polyphonic cable", | |||
"tags": [ | |||
"Polyphonic", | |||
"Utility" | |||
] | |||
}, | |||
{ | |||
"slug": "Viz", | |||
"name": "Viz", | |||
"description": "Visualizes all channels of a polyphonic cable", | |||
"tags": [ | |||
"Polyphonic", | |||
"Visual" | |||
] | |||
} | |||
] | |||
} |
@@ -0,0 +1,19 @@ | |||
{ | |||
"slug": "VCV-Recorder", | |||
"license": "BSD-3-Clause", | |||
"version": "1.0.0", | |||
"name": "Recorder", | |||
"brand": "VCV", | |||
"author": "VCV", | |||
"authorEmail": "contact@vcvrack.com", | |||
"authorUrl": "https://vcvrack.com/", | |||
"sourceUrl": "https://github.com/VCVRack/VCV-Recorder", | |||
"modules": [ | |||
{ | |||
"slug": "Recorder", | |||
"name": "Recorder", | |||
"description": "Records stereo audio and video from Rack screen a file", | |||
"tags": ["Recording", "Visual"] | |||
} | |||
] | |||
} |
@@ -1 +1 @@ | |||
Subproject commit a721c9083f9313743df9a903c80fb32d40c35e75 | |||
Subproject commit 994a6f3267175e92441141476a533c55d7e16a7a |
@@ -1 +1 @@ | |||
Subproject commit 4fe8178fa2909a7a452c7ae3cc1b8a296a1e7cc1 | |||
Subproject commit 31da1ab46d698e6a89867b7a10251870e1d8aa91 |
@@ -1 +1 @@ | |||
Subproject commit d96a06d2ac6a99040f46523368a662d09597bfba | |||
Subproject commit ada3cb4a49ac9663923d2607cf80487a57000dc9 |
@@ -1 +1 @@ | |||
Subproject commit 3e90bd12d64ba06a68f8ec167534c4d7a2c2b910 | |||
Subproject commit 0c433b4124928ecad29b442d8c4f76d0333c791f |
@@ -1 +1 @@ | |||
Subproject commit 16e70f8d98d642abd78bd0bc89c9c71b435d1f11 | |||
Subproject commit d40f2eebe40dde7e1ca260f01d382c6236e3a09e |