mackie: if device type is unknown, make -D mackie show that
This commit is contained in:
parent
80a678de28
commit
a1d2c13077
@ -722,7 +722,9 @@ Surface::handle_midi_sysex (MIDI::Parser &, MIDI::byte * raw_bytes, size_t count
|
|||||||
DEBUG_TRACE (DEBUG::MackieControl, "Logic Control Device denies connection\n");
|
DEBUG_TRACE (DEBUG::MackieControl, "Logic Control Device denies connection\n");
|
||||||
_active = false;
|
_active = false;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
DEBUG_TRACE (DEBUG::MackieControl, string_compose ("unknown device ID byte %1", (int) bytes[5]));
|
||||||
error << "MCP: unknown sysex: " << bytes << endmsg;
|
error << "MCP: unknown sysex: " << bytes << endmsg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user