add left/right side trim cursors and use them for region trimming, as appropriate
[ardour.git] / libs / ardour / delivery.cc
index d815a06b4f862aef39ecdb0e6d09ea3bc0adf435..cb8dc539a24e3063cec8af3ddcd262e25b08d6a3 100644 (file)
@@ -446,7 +446,7 @@ Delivery::flush (nframes_t nframes, nframes64_t time)
        /* io_lock, not taken: function must be called from Session::process() calltree */
 
        PortSet& ports (_output->ports());
-
+        
        for (PortSet::iterator i = ports.begin(); i != ports.end(); ++i) {
                (*i).flush_buffers (nframes, time, _output_offset);
        }