remove old a-Hi/Low pass
[ardour.git] / gtk2_ardour / automation_controller.h
index c5d64c16c7d67c02aaae5a89d72a894be77c1e19..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();
 
@@ -77,13 +78,11 @@ public:
 
        void stop_updating ();
 
-       sigc::signal<void> StartGesture;
-       sigc::signal<void> StopGesture;
-
 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();