mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
stop DEBUG_TRACE for MackieControl crashing in some conditions
This commit is contained in:
parent
0d72fe65a2
commit
1c9df390bc
1 changed files with 2 additions and 1 deletions
|
|
@ -2043,7 +2043,8 @@ MackieControlProtocol::select_range (uint32_t pressed)
|
|||
|
||||
pull_stripable_range (_down_select_buttons, stripables, pressed);
|
||||
|
||||
DEBUG_TRACE (DEBUG::MackieControl, string_compose ("select range: found %1 stripables, first = %2\n", stripables.size(), stripables.front()->name()));
|
||||
DEBUG_TRACE (DEBUG::MackieControl, string_compose ("select range: found %1 stripables, first = %2\n", stripables.size(),
|
||||
(stripables.empty() ? "null" : stripables.front()->name())));
|
||||
|
||||
if (stripables.empty()) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue