use XML state to store processors in mixer (strips) and fixup crash caused by missing...
[ardour.git] / libs / ardour / ardour / port_insert.h
index 1f366ae2593e4de245d52a8b9f6d02b9b700fda0..114d196750234ea11bc7c5e7241ebca5e6bfdbb5 100644 (file)
@@ -52,9 +52,9 @@ class PortInsert : public IOProcessor
 
        void init ();
        
-       void run (BufferSet& bufs, nframes_t start_frame, nframes_t end_frame, nframes_t nframes, nframes_t offset);
+       void run_in_place (BufferSet& bufs, nframes_t start_frame, nframes_t end_frame, nframes_t nframes, nframes_t offset);
 
-       nframes_t latency();
+       nframes_t signal_latency() const;
        
        ChanCount output_streams() const;
        ChanCount input_streams() const;