mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
mackie: if device type is unknown, make -D mackie show that
This commit is contained in:
parent
80a678de28
commit
a1d2c13077
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue