Fix Loop-length (no pre-roll on loop-iterations)

This commit is contained in:
Robin Gareus 2020-01-26 05:15:24 +01:00
parent 674116b156
commit db465b5b43
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -585,7 +585,9 @@ Session::start_transport ()
_last_roll_location = _transport_sample;
_last_roll_or_reversal_location = _transport_sample;
_remaining_latency_preroll = worst_latency_preroll_buffer_size_ceil ();
if (!have_looped) {
_remaining_latency_preroll = worst_latency_preroll_buffer_size_ceil ();
}
have_looped = false;