mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 09:36:33 +01:00
more mackie debug tracing
This commit is contained in:
parent
88dae1c766
commit
404686d258
1 changed files with 2 additions and 0 deletions
|
|
@ -1554,6 +1554,8 @@ MackieControlProtocol::handle_button_event (Surface& surface, Button& button, Bu
|
||||||
|
|
||||||
string action = _device_profile.get_button_action (button.bid(), _modifier_state);
|
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.empty()) {
|
||||||
|
|
||||||
if (action.find ('/') != string::npos) { /* good chance that this is really an action */
|
if (action.find ('/') != string::npos) { /* good chance that this is really an action */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue