Added facilities into PluginInsert for the GUI to gather parts of the real signal...
[ardour.git] / gtk2_ardour / send_ui.h
index 0cd4b1a26513ed1f72841ffa5e50e196d5d5b2c2..5a7298c51584222b84195b8bc64152e2ad994ae3 100644 (file)
@@ -42,6 +42,8 @@ class SendUI : public Gtk::HBox
 
        IOSelector* io;
 
+       boost::shared_ptr<ARDOUR::Send>& send() { return _send; }
+
   private:
        boost::shared_ptr<ARDOUR::Send> _send;
        ARDOUR::Session& _session;
@@ -70,6 +72,7 @@ class SendUIWindow : public Gtk::Window
        Gtk::HBox hpacker;
 
        void send_going_away ();
+       sigc::connection going_away_connection;
 };
 
 #endif /* __ardour_gtk_send_ui_h__ */