summaryrefslogtreecommitdiff
path: root/libs/ardour/automation_list.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2008-12-23 11:56:37 +0000
committerCarl Hetherington <carl@carlh.net>2008-12-23 11:56:37 +0000
commit7ddbc547d57f915579ff519979b284c9dc153dfe (patch)
tree11afd94f7dc6fee4332d258d285b77d3416477c6 /libs/ardour/automation_list.cc
parent510d6d6dd368f4c1c6de83b766fd403eb0044c11 (diff)
Bug fixes so that region split does not clobber region gain envelopes.
git-svn-id: svn://localhost/ardour2/branches/3.0@4340 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/automation_list.cc')
-rw-r--r--libs/ardour/automation_list.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/automation_list.cc b/libs/ardour/automation_list.cc
index 68bbd17162..7be69337fc 100644
--- a/libs/ardour/automation_list.cc
+++ b/libs/ardour/automation_list.cc
@@ -73,7 +73,7 @@ AutomationList::AutomationList (const AutomationList& other)
}
AutomationList::AutomationList (const AutomationList& other, double start, double end)
- : ControlList(other)
+ : ControlList(other, start, end)
{
_style = other._style;
_state = other._state;