allow zero-latency sessions

e.g. sessions with disconnected master-out,
or Dummmy (both jack and ardour) with no latency.
This commit is contained in:
Robin Gareus 2014-10-15 15:49:49 +02:00 committed by Paul Davis
parent 9bc5006b62
commit 8d34ba9ae9

View file

@ -1660,8 +1660,6 @@ Session::audible_frame () const
offset = worst_playback_latency ();
assert (offset == 0 || offset >= current_block_size);
if (synced_to_engine()) {
/* Note: this is basically just sync-to-JACK */
tf = _engine.transport_frame();