X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fautomation_controller.h;h=a2168700e27edbc26ad46f9947150f4cc527d9da;hb=9b35264bdb6e9468c2c1bb9b4df96daa537ee432;hp=e6d377ab262385a7da414cae0ed288418187cf90;hpb=aae367b63c9b619db1e40f27dc334c6987219481;p=ardour.git diff --git a/gtk2_ardour/automation_controller.h b/gtk2_ardour/automation_controller.h index e6d377ab26..a2168700e2 100644 --- a/gtk2_ardour/automation_controller.h +++ b/gtk2_ardour/automation_controller.h @@ -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 create( @@ -51,6 +51,8 @@ public: void display_effective_value(); void value_adjusted(); + void stop_updating (); + private: AutomationController (boost::shared_ptr ac, Gtk::Adjustment* adj); std::string get_label (int&);