Implement MIDI-Map, finishing all core replacements

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-30 00:33:54 +00:00
parent eec0438d50
commit cb26617890
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
11 changed files with 749 additions and 193 deletions

View file

@ -59,7 +59,7 @@
{
"slug": "HostMIDIGate",
"name": "Host MIDI Gate",
"description": "Exposes host-provided MIDI as gates in a module",
"description": "Exposes host-provided MIDI notes as gates in a module",
"tags": [
"External",
"MIDI"
@ -67,8 +67,8 @@
},
{
"slug": "HostMIDIMap",
"name": "Host MIDI Map",
"description": "Allows host-provided MIDI to control other module parameters",
"name": "Host MIDI CC Map",
"description": "Allows host-provided MIDI CC to control other module parameters",
"tags": [
"External",
"MIDI"