mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
mackie support should use BasicUI::loop_toggle()
This commit is contained in:
parent
cdddf79bcf
commit
f55ebf26bd
1 changed files with 1 additions and 3 deletions
|
|
@ -568,9 +568,7 @@ MackieControlProtocol::loop_press (Button &)
|
||||||
access_action ("Common/set-loop-from-edit-range");
|
access_action ("Common/set-loop-from-edit-range");
|
||||||
return off;
|
return off;
|
||||||
} else {
|
} else {
|
||||||
bool was_on = session->get_play_loop();
|
loop_toggle ();
|
||||||
session->request_play_loop (!was_on);
|
|
||||||
return was_on ? off : on;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue