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:
parent
79bf025862
commit
8803b55f45
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user