more hacking on the processor list and processor box - note that ctrl-x/c/v now work...
[ardour.git] / libs / ardour / ardour / io_processor.h
index 430f54d46d493923ca1b448a743206fbd3275161..ff985c6e79406abe09c5d8f91986d9e1a5374106 100644 (file)
@@ -66,6 +66,7 @@ class IOProcessor : public Processor
        void set_output (boost::shared_ptr<IO>);
        
        void silence (nframes_t nframes);
+       void disconnect ();
 
        virtual bool feeds (boost::shared_ptr<Route> other) const;