We use seamless looping always now. Never any need to locate for loop changes
This commit is contained in:
parent
0326af6f6a
commit
ef1565d2bf
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user