13
0

Put copy-constructed crossfades at the position of their

source crossfade; fixes #4793.


git-svn-id: svn://localhost/ardour2/branches/3.0@11763 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-03-27 21:04:47 +00:00
parent ca1de50004
commit 1fc8dfa0fc

View File

@ -210,6 +210,7 @@ Crossfade::Crossfade (boost::shared_ptr<Crossfade> orig, boost::shared_ptr<Audio
_anchor_point = orig->_anchor_point;
_follow_overlap = orig->_follow_overlap;
_fixed = orig->_fixed;
_position = orig->_position;
_in = newin;
_out = newout;