allow zero-latency sessions
authorRobin Gareus <robin@gareus.org>
Wed, 15 Oct 2014 13:49:49 +0000 (15:49 +0200)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 16 Oct 2014 14:37:34 +0000 (10:37 -0400)
e.g. sessions with disconnected master-out,
or Dummmy (both jack and ardour) with no latency.

libs/ardour/session.cc

index b0ac857bdff007893ca7ccf3403c66f6799daaa8..61825fe9d30de3e3f37e884eba3ac6db9c4ed49f 100644 (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();