mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 16:37:44 +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
9bc5006b62
commit
8d34ba9ae9
1 changed files with 0 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue