Browse Source

Update Core manifest.

pull/785/head
Andrew Belt 3 years ago
parent
commit
3eadcedae4
1 changed files with 36 additions and 16 deletions
  1. +36
    -16
      manifests/Core.json

+ 36
- 16
manifests/Core.json View File

@@ -1,37 +1,49 @@
{ {
"slug": "Core", "slug": "Core",
"name": "Core",
"version": "1.1.6",
"license": "GPL-3.0-only",
"name": "VCV Core",
"version": "2.0.2",
"license": "GPL-3.0-or-later",
"author": "VCV", "author": "VCV",
"brand": "VCV", "brand": "VCV",
"authorEmail": "contact@vcvrack.com",
"authorEmail": "support@vcvrack.com",
"authorUrl": "https://vcvrack.com/", "authorUrl": "https://vcvrack.com/",
"pluginUrl": "https://vcvrack.com/",
"manualUrl": "https://vcvrack.com/manual/Core.html",
"manualUrl": "https://vcvrack.com/manual/Core",
"sourceUrl": "https://github.com/VCVRack/Rack", "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": [ "modules": [
{
"slug": "AudioInterface2",
"name": "Audio 2",
"description": "Sends audio and CV to/from an audio device",
"manualUrl": "https://vcvrack.com/manual/Core#Audio",
"tags": [
"External"
]
},
{ {
"slug": "AudioInterface", "slug": "AudioInterface",
"name": "Audio-8",
"name": "Audio 8",
"description": "Sends audio and CV to/from an audio device", "description": "Sends audio and CV to/from an audio device",
"manualUrl": "https://vcvrack.com/manual/Core#Audio",
"tags": [ "tags": [
"External" "External"
] ]
}, },
{ {
"slug": "AudioInterface16", "slug": "AudioInterface16",
"name": "Audio-16",
"name": "Audio 16",
"description": "Sends audio and CV to/from an audio device", "description": "Sends audio and CV to/from an audio device",
"manualUrl": "https://vcvrack.com/manual/Core#Audio",
"tags": [ "tags": [
"External" "External"
] ]
}, },
{ {
"slug": "MIDIToCVInterface", "slug": "MIDIToCVInterface",
"name": "MIDI-CV",
"name": "MIDI to CV",
"description": "Converts MIDI from an external device to CV and gates", "description": "Converts MIDI from an external device to CV and gates",
"manualUrl": "https://vcvrack.com/manual/Core#MIDI-CV",
"tags": [ "tags": [
"External", "External",
"MIDI", "MIDI",
@@ -40,8 +52,9 @@
}, },
{ {
"slug": "MIDICCToCVInterface", "slug": "MIDICCToCVInterface",
"name": "MIDI-CC",
"name": "MIDI CC to CV",
"description": "Converts MIDI CC from an external device to CV", "description": "Converts MIDI CC from an external device to CV",
"manualUrl": "https://vcvrack.com/manual/Core#MIDI-CC",
"tags": [ "tags": [
"External", "External",
"MIDI" "MIDI"
@@ -49,8 +62,9 @@
}, },
{ {
"slug": "MIDITriggerToCVInterface", "slug": "MIDITriggerToCVInterface",
"name": "MIDI-Gate",
"name": "MIDI to Gate",
"description": "Converts MIDI notes from an external device to gates", "description": "Converts MIDI notes from an external device to gates",
"manualUrl": "https://vcvrack.com/manual/Core#MIDI-Gate",
"tags": [ "tags": [
"External", "External",
"MIDI" "MIDI"
@@ -58,8 +72,9 @@
}, },
{ {
"slug": "MIDI-Map", "slug": "MIDI-Map",
"name": "MIDI-Map",
"name": "MIDI Map",
"description": "Controls parameters (knobs, sliders, switches) directly with MIDI CC", "description": "Controls parameters (knobs, sliders, switches) directly with MIDI CC",
"manualUrl": "https://vcvrack.com/manual/Core#MIDI-Map",
"tags": [ "tags": [
"External", "External",
"MIDI" "MIDI"
@@ -67,8 +82,9 @@
}, },
{ {
"slug": "CV-MIDI", "slug": "CV-MIDI",
"name": "CV-MIDI",
"name": "CV to MIDI",
"description": "Converts CV to MIDI and sends to an external device", "description": "Converts CV to MIDI and sends to an external device",
"manualUrl": "https://vcvrack.com/manual/Core#CV-MIDI",
"tags": [ "tags": [
"External", "External",
"MIDI", "MIDI",
@@ -77,8 +93,9 @@
}, },
{ {
"slug": "CV-CC", "slug": "CV-CC",
"name": "CV-CC",
"name": "CV to MIDI CC",
"description": "Converts CV to MIDI CC and sends to an external device", "description": "Converts CV to MIDI CC and sends to an external device",
"manualUrl": "https://vcvrack.com/manual/Core#CV-CC",
"tags": [ "tags": [
"External", "External",
"MIDI" "MIDI"
@@ -86,8 +103,9 @@
}, },
{ {
"slug": "CV-Gate", "slug": "CV-Gate",
"name": "CV-Gate",
"name": "Gate to MIDI",
"description": "Converts gates to MIDI notes and sends to an external device", "description": "Converts gates to MIDI notes and sends to an external device",
"manualUrl": "https://vcvrack.com/manual/Core#CV-Gate",
"tags": [ "tags": [
"External", "External",
"MIDI" "MIDI"
@@ -97,6 +115,7 @@
"slug": "Blank", "slug": "Blank",
"name": "Blank", "name": "Blank",
"description": "A resizable blank panel", "description": "A resizable blank panel",
"manualUrl": "https://vcvrack.com/manual/Core#Blank",
"tags": [ "tags": [
"Blank" "Blank"
] ]
@@ -105,6 +124,7 @@
"slug": "Notes", "slug": "Notes",
"name": "Notes", "name": "Notes",
"description": "Write text for patch notes or artist attribution", "description": "Write text for patch notes or artist attribution",
"manualUrl": "https://vcvrack.com/manual/Core#Notes",
"tags": [ "tags": [
"Blank" "Blank"
] ]


Loading…
Cancel
Save