summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-07-02 23:36:01 +0000
committerCarl Hetherington <carl@carlh.net>2011-07-02 23:36:01 +0000
commit75eeb68e37cc32cd308762c0034557610d89b251 (patch)
treee9c0ee536937cc2375bcf38d1a40de8113710bca /gtk2_ardour/route_time_axis.h
parent757d9565ca09f301feae53e3851052170387aa0c (diff)
Minor refactoring; a few comments; don't try to add Amp processor automation curves using the generic mechanism as they are already special-cased separately (#4127).
git-svn-id: svn://localhost/ardour2/branches/3.0@9787 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index e087199c87..beae6b5201 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -240,6 +240,8 @@ protected:
void create_gain_automation_child (const Evoral::Parameter &, bool);
+ void setup_processor_menu_and_curves ();
+
boost::shared_ptr<AutomationTimeAxisView> gain_track;
StreamView* _view;
@@ -270,6 +272,9 @@ protected:
void set_track_mode (ARDOUR::TrackMode, bool apply_to_selection = false);
+ /** Information about all automatable processor parameters that apply to
+ * this route. The Amp processor is not included in this list.
+ */
std::list<ProcessorAutomationInfo*> processor_automation;
typedef std::vector<boost::shared_ptr<AutomationLine> > ProcessorAutomationCurves;