13
0

add additional check for playhead priority target when testing loop range, to match Tracks' logic

This commit is contained in:
Paul Davis 2015-05-19 09:40:04 -04:00
parent cb38b4689b
commit a624573ee6

View File

@ -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()) {