summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
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;