|
|
@ -1626,7 +1626,7 @@ void handleSystemExclusive(byte* sysex, unsigned int len) |
|
|
|
Serial.println(); |
|
|
|
Serial.println(); |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
sysex_return = MicroDexed[instance_id]->handleSystemExclusive(sysex, len); |
|
|
|
sysex_return = MicroDexed[instance_id]->checkSystemExclusive(sysex, len); |
|
|
|
#ifdef DEBUG |
|
|
|
#ifdef DEBUG |
|
|
|
Serial.print(F("SYSEX handler return value:")); |
|
|
|
Serial.print(F("SYSEX handler return value:")); |
|
|
|
Serial.print(sysex_return, DEC); |
|
|
|
Serial.print(sysex_return, DEC); |
|
|
|