Remove invalid assertion

There are some valid cases to call no-roll with non-zero
transport speed. e.g. export pre_roll/fail_roll when
exporting multiple timespans.
This commit is contained in:
Robin Gareus 2021-05-08 23:46:10 +02:00
parent 79bf025862
commit 8803b55f45
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -165,8 +165,6 @@ Session::fail_roll (pframes_t nframes)
int
Session::no_roll (pframes_t nframes)
{
assert (_transport_fsm->transport_speed() == 0);
PT_TIMING_CHECK (4);
samplepos_t end_sample = _transport_sample + floor (nframes * _transport_fsm->transport_speed());