Always allow playback w/o session-range
This commit is contained in:
parent
673e41434e
commit
3e8cde5ad6
@ -1153,6 +1153,11 @@ Session::compute_stop_limit () const
|
||||
return max_samplepos;
|
||||
}
|
||||
|
||||
/* is no session-range is defined, allow to roll */
|
||||
if (!_session_range_location) {
|
||||
return max_samplepos;
|
||||
}
|
||||
|
||||
return current_end_sample ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user