From 8a128b33d38172ae525ac798c53bc105bc4e2c64 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Nov 2014 23:29:10 -0400 Subject: Automation of LV2 plugin properties. Work towards ParameterDescriptor being used more universally to describe control characteristics. --- gtk2_ardour/automation_line.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/automation_line.h') diff --git a/gtk2_ardour/automation_line.h b/gtk2_ardour/automation_line.h index 663310dc46..02c67d0dcf 100644 --- a/gtk2_ardour/automation_line.h +++ b/gtk2_ardour/automation_line.h @@ -60,9 +60,12 @@ public: SelectedControlPoints = 0x4 }; - AutomationLine (const std::string& name, TimeAxisView&, ArdourCanvas::Item&, - boost::shared_ptr, + AutomationLine (const std::string& name, + TimeAxisView& tv, + ArdourCanvas::Item& parent, + boost::shared_ptr al, Evoral::TimeConverter* converter = 0); + virtual ~AutomationLine (); void queue_reset (); -- cgit v1.2.3