mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
add additional check for playhead priority target when testing loop range, to match Tracks' logic
This commit is contained in:
parent
cb38b4689b
commit
a624573ee6
1 changed files with 1 additions and 1 deletions
|
|
@ -547,7 +547,7 @@ Session::select_playhead_priority_target (framepos_t& jump_to)
|
|||
}
|
||||
}
|
||||
|
||||
if (jump_to < 0 && (autoreturn & Loop)) {
|
||||
if (jump_to < 0 && (autoreturn & Loop) && get_play_loop()) {
|
||||
/* don't try to handle loop play when synced to JACK */
|
||||
|
||||
if (!synced_to_engine()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue