13
0

more mackie debug tracing

This commit is contained in:
Paul Davis 2017-01-31 17:05:30 +01:00
parent 88dae1c766
commit 404686d258

View File

@ -1554,6 +1554,8 @@ MackieControlProtocol::handle_button_event (Surface& surface, Button& button, Bu
string action = _device_profile.get_button_action (button.bid(), _modifier_state);
DEBUG_TRACE (DEBUG::MackieControl, string_compose ("device profile returned [%1] for that button\n", action));
if (!action.empty()) {
if (action.find ('/') != string::npos) { /* good chance that this is really an action */