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

@ -675,6 +675,7 @@ static void initStatic__Cardinal()
{
p->addModel(modelCardinalBlank);
p->addModel(modelExpanderInputMIDI);
p->addModel(modelExpanderOutputMIDI);
p->addModel(modelGlBars);
p->addModel(modelHostAudio2);
p->addModel(modelHostAudio8);