|
- {
- "slug": "Core",
- "name": "Core",
- "version": "2.0.0",
- "license": "GPL-3.0-or-later",
- "author": "VCV",
- "brand": "VCV",
- "authorEmail": "contact@vcvrack.com",
- "authorUrl": "https://vcvrack.com/",
- "pluginUrl": "",
- "manualUrl": "https://vcvrack.com/manual/Core",
- "sourceUrl": "https://github.com/VCVRack/Rack",
- "donateUrl": "",
- "changelogUrl": "https://github.com/VCVRack/Rack/blob/v2/CHANGELOG.md",
- "description": "Necessary modules built into VCV Rack",
- "modules": [
- {
- "slug": "AudioInterface2",
- "name": "Audio-2",
- "description": "Sends audio and CV to/from an audio device",
- "tags": [
- "External"
- ]
- },
- {
- "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"
- ]
- }
- ]
- }
|