mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Mackie Control: Shift/Select now toggles individual channels within group. Makes this the same as other grouped controls.
This commit is contained in:
parent
a7775559c1
commit
7229dccb3b
1 changed files with 1 additions and 1 deletions
|
|
@ -2073,7 +2073,7 @@ MackieControlProtocol::select_range ()
|
|||
if (!routes.empty()) {
|
||||
for (RouteList::iterator r = routes.begin(); r != routes.end(); ++r) {
|
||||
|
||||
if (main_modifier_state() == MODIFIER_CONTROL) {
|
||||
if (main_modifier_state() == MODIFIER_SHIFT) {
|
||||
ToggleRouteSelection ((*r)->remote_control_id ());
|
||||
} else {
|
||||
if (r == routes.begin()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue