From 106024330230fca331e2f611fec42ec1f4f43e5a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 11 Jun 2011 15:35:34 +0000 Subject: major, substantive reworking of how we store GUI information (visibility, height) for automation data. old design stored (insufficient) identifying information plus actual data in a GUI-only XML node; new scheme adds GUI data via extra_xml node to each AutomationControl object. reworked public/private methods for showing/hiding TimeAxisView objects; changed labelling of automation tracks to just show the name of the controlled parameter - more info can be viewed in the tooltip for the track headers. NOTE: Session file format ALTERED. No data loss but track visibility may be different than previous ardour3 versions git-svn-id: svn://localhost/ardour2/branches/3.0@9703 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/evoral/evoral/Control.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/evoral/evoral/Control.hpp') diff --git a/libs/evoral/evoral/Control.hpp b/libs/evoral/evoral/Control.hpp index bc525a0e72..5c45823184 100644 --- a/libs/evoral/evoral/Control.hpp +++ b/libs/evoral/evoral/Control.hpp @@ -40,7 +40,6 @@ public: virtual void set_double(double val, bool to_list=false, double frame=0); virtual double get_double(bool from_list=false, double frame=0) const; - /** Get the latest user-set value * (which may not equal get_value() when automation is playing back). * @@ -51,7 +50,6 @@ public: void set_list(boost::shared_ptr); - boost::shared_ptr list() { return _list; } boost::shared_ptr list() const { return _list; } -- cgit v1.2.3