Stop building Rack core audio and midi, setup Cardinal replacements

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-23 22:57:11 +00:00
parent 5d39ab42cb
commit c4609cba06
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
7 changed files with 550 additions and 71 deletions

View file

@ -12,48 +12,6 @@
"changelogUrl": "https://github.com/VCVRack/Rack/blob/v2/CHANGELOG.md",
"description": "Necessary modules built into Cardinal",
"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"
],
"hidden": true
},
{
"slug": "AudioInterface",
"name": "Audio 8",
"description": "Sends audio and CV to/from an audio device",
"manualUrl": "https://vcvrack.com/manual/Core#Audio",
"tags": [
"External"
],
"hidden": true
},
{
"slug": "AudioInterface16",
"name": "Audio 16",
"description": "Sends audio and CV to/from an audio device",
"manualUrl": "https://vcvrack.com/manual/Core#Audio",
"tags": [
"External"
],
"hidden": true
},
{
"slug": "MIDIToCVInterface",
"name": "MIDI to CV",
"description": "Converts MIDI from an external device to CV and gates",
"manualUrl": "https://vcvrack.com/manual/Core#MIDI-CV",
"tags": [
"External",
"MIDI",
"Polyphonic"
],
"hidden": true
},
{
"slug": "MIDICCToCVInterface",
"name": "MIDI CC to CV",
@ -84,18 +42,6 @@
"MIDI"
]
},
{
"slug": "CV-MIDI",
"name": "CV to MIDI",
"description": "Converts CV to MIDI and sends to an external device",
"manualUrl": "https://vcvrack.com/manual/Core#CV-MIDI",
"tags": [
"External",
"MIDI",
"Polyphonic"
],
"hidden": true
},
{
"slug": "CV-CC",
"name": "CV to MIDI CC",