- Call channel pressure channel pressure, not aftertouch (that's key specific).
[ardour.git] / gtk2_ardour / automation_line.h
index 92c012fc821d808a22e726d7a96e48897352bcd2..1123a7b9a428f439d783660e680a07c49b7f755d 100644 (file)
@@ -109,6 +109,7 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulThingWithGoin
        virtual void view_to_model_y (double&);
        virtual void model_to_view_y (double&);
 
+       void set_list(boost::shared_ptr<ARDOUR::AutomationList> list);
        boost::shared_ptr<ARDOUR::AutomationList> the_list() const { return alist; }
 
        void show_all_control_points ();