PortManager lua bindings (to debug lingering ports)
[ardour.git] / libs / ardour / ardour / internal_send.h
index 6feeb35c6d006b2014493ad82c91908d84803231..71d8049cae2e8830e3ce92af7c3d34feb1f6e487 100644 (file)
@@ -65,8 +65,10 @@ class LIBARDOUR_API InternalSend : public Send
        boost::shared_ptr<Route> _send_to;
        PBD::ID _send_to_id;
        PBD::ScopedConnection connect_c;
+       PBD::ScopedConnection source_connection;
        PBD::ScopedConnectionList target_connections;
 
+       void send_from_going_away ();
        void send_to_going_away ();
        void send_to_property_changed (const PBD::PropertyChange&);
        int  connect_when_legal ();