Hide Rack's Core midi2cv, cv2midi, blank and notes modules
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
e3b9858994
commit
82740df4eb
2 changed files with 11 additions and 5 deletions
|
@ -44,7 +44,9 @@
|
||||||
"name": "Host MIDI",
|
"name": "Host MIDI",
|
||||||
"description": "Exposes host-provided MIDI in a module",
|
"description": "Exposes host-provided MIDI in a module",
|
||||||
"tags": [
|
"tags": [
|
||||||
"External"
|
"External",
|
||||||
|
"MIDI",
|
||||||
|
"Polyphonic"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -51,7 +51,8 @@
|
||||||
"External",
|
"External",
|
||||||
"MIDI",
|
"MIDI",
|
||||||
"Polyphonic"
|
"Polyphonic"
|
||||||
]
|
],
|
||||||
|
"hidden": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "MIDICCToCVInterface",
|
"slug": "MIDICCToCVInterface",
|
||||||
|
@ -92,7 +93,8 @@
|
||||||
"External",
|
"External",
|
||||||
"MIDI",
|
"MIDI",
|
||||||
"Polyphonic"
|
"Polyphonic"
|
||||||
]
|
],
|
||||||
|
"hidden": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "CV-CC",
|
"slug": "CV-CC",
|
||||||
|
@ -121,7 +123,8 @@
|
||||||
"manualUrl": "https://vcvrack.com/manual/Core#Blank",
|
"manualUrl": "https://vcvrack.com/manual/Core#Blank",
|
||||||
"tags": [
|
"tags": [
|
||||||
"Blank"
|
"Blank"
|
||||||
]
|
],
|
||||||
|
"hidden": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "Notes",
|
"slug": "Notes",
|
||||||
|
@ -130,7 +133,8 @@
|
||||||
"manualUrl": "https://vcvrack.com/manual/Core#Notes",
|
"manualUrl": "https://vcvrack.com/manual/Core#Notes",
|
||||||
"tags": [
|
"tags": [
|
||||||
"Blank"
|
"Blank"
|
||||||
]
|
],
|
||||||
|
"hidden": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue