mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
mackie: more debug tracing
This commit is contained in:
parent
58c1ff368c
commit
efd222afe9
1 changed files with 4 additions and 1 deletions
|
|
@ -443,10 +443,13 @@ MackieControlProtocol::marker_release (Button &)
|
||||||
|
|
||||||
_modifier_state &= ~MODIFIER_MARKER;
|
_modifier_state &= ~MODIFIER_MARKER;
|
||||||
|
|
||||||
if (main_modifier_state() & MODIFIER_SHIFT)
|
if (main_modifier_state() & MODIFIER_SHIFT) {
|
||||||
|
DEBUG_TRACE (DEBUG::MackieControl, "shift was being held down, do nothing\n");
|
||||||
return off; //if shift was held, we already did the action
|
return off; //if shift was held, we already did the action
|
||||||
|
}
|
||||||
|
|
||||||
if (marker_modifier_consumed_by_button) {
|
if (marker_modifier_consumed_by_button) {
|
||||||
|
DEBUG_TRACE (DEBUG::MackieControl, "marked modifier consumed by button, ignored\n");
|
||||||
/* marker was used a modifier for some other button(s), so do
|
/* marker was used a modifier for some other button(s), so do
|
||||||
nothing
|
nothing
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue