Do not try to restore Route solo state after clearing all solo state
[ardour.git] / gtk2_ardour / automation_controller.h
index d11ade71ef8255b1e55da58f523b668971514621..4d5826023e35d50c5af9f0d34657d78dcc4a4599 100644 (file)
@@ -61,7 +61,8 @@ public:
                boost::shared_ptr<ARDOUR::Automatable>       parent,
                const Evoral::Parameter&                     param,
                const ARDOUR::ParameterDescriptor&           desc,
-               boost::shared_ptr<ARDOUR::AutomationControl> ac);
+               boost::shared_ptr<ARDOUR::AutomationControl> ac,
+               bool                                         use_knob = false);
 
        ~AutomationController();
 
@@ -80,7 +81,8 @@ public:
 private:
        AutomationController (boost::shared_ptr<ARDOUR::Automatable>       printer,
                              boost::shared_ptr<ARDOUR::AutomationControl> ac,
-                             Gtk::Adjustment*                             adj);
+                             Gtk::Adjustment*                             adj,
+                             bool                                         use_knob);
 
        void start_touch();
        void end_touch();