add Port::PostDisconnect signal to allow objects other than the one being directly...
[ardour.git] / libs / ardour / ardour / port.h
index bbf61b00fc00875e766b8669e52a6168ee0c8e18..7aa4e8a0d538be1595449b92e53cd08480391b7a 100644 (file)
@@ -125,7 +125,7 @@ public:
        static void set_engine (AudioEngine *);
 
        PBD::Signal1<void,bool> MonitorInputChanged;
-
+       static PBD::Signal2<void,boost::shared_ptr<Port>,boost::shared_ptr<Port> > PostDisconnect;
 
        static void set_cycle_framecnt (pframes_t n) {
                _cycle_nframes = n;