summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-09-27 02:04:16 +0000
committerCarl Hetherington <carl@carlh.net>2010-09-27 02:04:16 +0000
commit8000b39c8cbfdafbf806e04f9db7f82c81f92cae (patch)
tree495fbe4e9a3f0a4e7024704758497d34bfafbfa7 /gtk2_ardour/route_time_axis.h
parentaad157337c5db676fdb39f5faefbb764f500702a (diff)
Create MIDI track gain automation tracks as non-region-based. Fix construction of MidiTimeAxisViews to use the same first_idle arrangement as AudioTimeAxisViews to prevent use of partially constructed objects.
git-svn-id: svn://localhost/ardour2/branches/3.0@7847 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index 7dd61ac72c..53a9e47004 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -241,6 +241,10 @@ protected:
void region_view_added (RegionView*);
+ void create_gain_automation_child (const Evoral::Parameter &, bool);
+
+ boost::shared_ptr<AutomationTimeAxisView> gain_track;
+
StreamView* _view;
ArdourCanvas::Canvas& parent_canvas;
bool no_redraw;