mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
don't locate when enabling loop if loop-is-mode
This commit is contained in:
parent
eee8eb1005
commit
abf5f2bae0
1 changed files with 1 additions and 1 deletions
|
|
@ -1098,7 +1098,7 @@ Session::request_play_loop (bool yn, bool change_transport_roll)
|
|||
if (yn) {
|
||||
|
||||
if (!change_transport_roll) {
|
||||
if (!transport_rolling()) {
|
||||
if (!Config->get_loop_is_mode() && !transport_rolling()) {
|
||||
/* we're not changing transport state, but we do want
|
||||
to set up position for the new loop. Don't
|
||||
do this if we're rolling already.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue