13
0

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
parent 76edbdf5dc
commit 8dc4187f1a

View File

@ -1471,8 +1471,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();