mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
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:
parent
76edbdf5dc
commit
8dc4187f1a
1 changed files with 0 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue