mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
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:
parent
ca1de50004
commit
1fc8dfa0fc
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue