summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-08-31 19:29:23 +0000
committerDavid Robillard <d@drobilla.net>2007-08-31 19:29:23 +0000
commit34907a7d62712d511b7f7ab7abeac8a99953dafa (patch)
tree62e5f2745aaf4d6b16506f32f38e2d9d1e27aef7 /gtk2_ardour/region_view.h
parent51c0f6c442e5507754d5bac68550b1659dcf3a04 (diff)
Fix CC region view length.
git-svn-id: svn://localhost/ardour2/trunk@2360 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_view.h')
-rw-r--r--gtk2_ardour/region_view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/region_view.h b/gtk2_ardour/region_view.h
index 28a2b11c0c..23ac2fcc71 100644
--- a/gtk2_ardour/region_view.h
+++ b/gtk2_ardour/region_view.h
@@ -36,6 +36,7 @@ class TimeAxisView;
class RegionEditor;
class GhostRegion;
class AutomationTimeAxisView;
+class AutomationRegionView;
class RegionView : public TimeAxisViewItem
{
@@ -138,6 +139,9 @@ class RegionView : public TimeAxisViewItem
sigc::connection data_ready_connection;
vector<GhostRegion*> ghosts;
+
+ typedef std::map<const ARDOUR::Parameter, boost::shared_ptr<AutomationRegionView> > AutomationChildren;
+ AutomationChildren _automation_children;
};
#endif /* __gtk_ardour_region_view_h__ */