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 --- gtk2_ardour/route_ui.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk2_ardour/route_ui.h') diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h index 9435b036e5..0a72ed9966 100644 --- a/gtk2_ardour/route_ui.h +++ b/gtk2_ardour/route_ui.h @@ -111,8 +111,6 @@ class RouteUI : public virtual AxisView XMLNode *xml_node; void ensure_xml_node (); - virtual XMLNode* get_automation_child_xml_node (Evoral::Parameter); - bool mute_press(GdkEventButton*); bool mute_release(GdkEventButton*); bool solo_press(GdkEventButton*); -- cgit v1.2.3