13
0

We use seamless looping always now. Never any need to locate for loop changes

This commit is contained in:
Paul Davis 2020-05-12 10:18:31 -06:00
parent 0326af6f6a
commit ef1565d2bf

View File

@ -250,7 +250,7 @@ Session::locate (samplepos_t target_sample, bool with_roll, bool with_flush, boo
}
}
if (force || !for_loop_end || loop_changing) {
if (force) {
PostTransportWork todo = PostTransportLocate;