Implement MIDI out expander \o/

This commit is contained in:
falkTX 2022-02-06 17:54:51 +00:00
parent d0224fce14
commit ccb94fd000
10 changed files with 740 additions and 8 deletions

View file

@ -109,9 +109,19 @@
{
"slug": "ExpanderInputMIDI",
"name": "ExpanderInputMIDI",
"description": "MIDI input expander for Carla Plugin Host or Ildaeil",
"description": "MIDI input (from CV) expander for Carla Plugin Host and Ildaeil",
"tags": [
"Expander"
"Expander",
"MIDI"
]
},
{
"slug": "ExpanderOutputMIDI",
"name": "ExpanderOutputMIDI",
"description": "MIDI output (to CV) expander for Carla Plugin Host and Ildaeil",
"tags": [
"Expander",
"MIDI"
]
},
{