update drobilla's fascistic dir-locals.el to force emacs users into whitespace submis...
[ardour.git] / gtk2_ardour / volume_controller.h
index f348b00210436e8b7a453fddead1ec0e074f1b57..3f910ed094df49829671b9432ebef66868468d1e 100644 (file)
@@ -37,10 +37,14 @@ class VolumeController : public Gtkmm2ext::MotionFeedback
                           int image_height = 40);
 
         virtual ~VolumeController () {}
+        void set_controllable (boost::shared_ptr<PBD::Controllable> c);
 
   private:
        Gtk::Adjustment *adjustment;
+        PBD::ScopedConnection controllable_connection;
+
        void adjustment_value_changed ();
+       void controllable_value_changed ();
 };
 
 #endif // __gtk_ardour_vol_controller_h__