Automation of LV2 plugin properties.
[ardour.git] / gtk2_ardour / automation_line.h
index 663310dc46c9d339e6433c219606c2e05c13847f..02c67d0dcf4abd630dffb58952c9f5453d3a1d1d 100644 (file)
@@ -60,9 +60,12 @@ public:
                SelectedControlPoints = 0x4
        };
        
-       AutomationLine (const std::string& name, TimeAxisView&, ArdourCanvas::Item&,
-                       boost::shared_ptr<ARDOUR::AutomationList>,
+       AutomationLine (const std::string&                                 name,
+                       TimeAxisView&                                      tv,
+                       ArdourCanvas::Item&                                parent,
+                       boost::shared_ptr<ARDOUR::AutomationList>          al,
                        Evoral::TimeConverter<double, ARDOUR::framepos_t>* converter = 0);
+
        virtual ~AutomationLine ();
 
        void queue_reset ();