Build Fix and Working Sysex

pull/287/head
BeZo 2 years ago
parent 3e9ae9b59e
commit 01ef041f6b
  1. 1
      src/mididevice.cpp

@ -337,7 +337,6 @@ void CMIDIDevice::HandleSystemExclusive(const uint8_t* pMessage, const size_t nL
if ( instanceID != nTG ) { printf("WARNING instanceID and nTG do not match!!!!!\n"); }
LOGDBG("SYSEX handler return value: %d", sysex_return);
printf("SYSEX handler return value: %d for TG %i\n", sysex_return, instanceID);
switch (sysex_return)
{

Loading…
Cancel
Save