Make sure that tests are rebuilt even when only their headers change.
[ardour.git] / gtk2_ardour / automation_controller.h
index e6d377ab262385a7da414cae0ed288418187cf90..a2168700e27edbc26ad46f9947150f4cc527d9da 100644 (file)
@@ -34,7 +34,7 @@ namespace ARDOUR {
        class Automatable;
 }
 
-
+/** A BarController which displays the value and allows control of an AutomationControl */
 class AutomationController : public Gtkmm2ext::BarController {
 public:
        static boost::shared_ptr<AutomationController> create(
@@ -51,6 +51,8 @@ public:
        void display_effective_value();
        void value_adjusted();
 
+       void stop_updating ();
+
 private:
        AutomationController (boost::shared_ptr<ARDOUR::AutomationControl> ac, Gtk::Adjustment* adj);
        std::string get_label (int&);