From 8d34ba9ae9e92e8aa1d244f248bf720d58a71b38 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 15 Oct 2014 15:49:49 +0200 Subject: [PATCH] allow zero-latency sessions e.g. sessions with disconnected master-out, or Dummmy (both jack and ardour) with no latency. --- libs/ardour/session.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index b0ac857bdf..61825fe9d3 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -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();