remove getter for Amp::_apply_automation_gain; reset member to false after use, and...
[ardour.git] / libs / ardour / ardour / pan_controllable.h
index 77acbee04ff4e0bf49b43d70e456b9ba2173b43e..410df8ed313106654b220d177bad05b53c6c1d54 100644 (file)
@@ -46,12 +46,11 @@ class LIBARDOUR_API PanControllable : public AutomationControl
                , owner (o)
        {}
 
-       double lower () const;
-       void set_value (double, PBD::Controllable::GroupControlDisposition group_override);
-       void set_value_unchecked (double);
+       std::string get_user_string () const;
 
   private:
        Pannable* owner;
+       void actually_set_value (double, PBD::Controllable::GroupControlDisposition group_override);
 };
 
 } // namespace