Make audiographer SndfileWriter use PBD::Signal and use it properly. Also make export...
[ardour.git] / gtk2_ardour / monitor_section.h
index 8af84988f14ce609c43c0243a8127671ee44c5b6..65d460d84d3181bb55c6c60372ce3c158606cb68 100644 (file)
@@ -116,4 +116,9 @@ class MonitorSection : public RouteUI
 
         void solo_blink (bool);
         bool cancel_solo (GdkEventButton*);
+        void solo_cut_changed ();
+        void update_solo_model ();
+        void parameter_changed (std::string);
+
+        PBD::ScopedConnection config_connection;
 };