This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
18
Wiki
Activity
Browse Source
Hide Rack's Core midi2cv, cv2midi, blank and notes modules
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX
3 years ago
parent
e3b9858994
commit
82740df4eb
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
11 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
plugins/Cardinal/plugin.json
+8
-4
plugins/Core.json
+ 3
- 1
plugins/Cardinal/plugin.json
View File
@@ -44,7 +44,9 @@
"name": "Host MIDI",
"description": "Exposes host-provided MIDI in a module",
"tags": [
"External"
"External",
"MIDI",
"Polyphonic"
]
},
{
+ 8
- 4
plugins/Core.json
View File
@@ -51,7 +51,8 @@
"External",
"MIDI",
"Polyphonic"
]
],
"hidden": true
},
{
"slug": "MIDICCToCVInterface",
@@ -92,7 +93,8 @@
"External",
"MIDI",
"Polyphonic"
]
],
"hidden": true
},
{
"slug": "CV-CC",
@@ -121,7 +123,8 @@
"manualUrl": "https://vcvrack.com/manual/Core#Blank",
"tags": [
"Blank"
]
],
"hidden": true
},
{
"slug": "Notes",
@@ -130,7 +133,8 @@
"manualUrl": "https://vcvrack.com/manual/Core#Notes",
"tags": [
"Blank"
]
],
"hidden": true
}
]
}
Write
Preview
Loading…
Cancel
Save