mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 15:37:48 +01:00
xfades in combined regions seem to work
git-svn-id: svn://localhost/ardour2/branches/3.0@9546 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
be830adccb
commit
4fade1ea35
1 changed files with 2 additions and 4 deletions
|
|
@ -1040,7 +1040,7 @@ AudioPlaylist::copy_dependents (const vector<TwoRegions>& old_and_new, boost::sh
|
|||
*/
|
||||
|
||||
cf->second.new_out = on->second;
|
||||
|
||||
|
||||
} else {
|
||||
|
||||
/* add a record of this crossfade, keeping an association
|
||||
|
|
@ -1074,9 +1074,7 @@ AudioPlaylist::copy_dependents (const vector<TwoRegions>& old_and_new, boost::sh
|
|||
|
||||
/* add it at the right position */
|
||||
|
||||
new_xfade->set_position (new_xfade->position() + (ci->second.new_in->position() - ci->second.old_in->position()), this);
|
||||
cerr << "Add new xfade to new playlist @ " << new_xfade->position() << " len " << new_xfade->length()
|
||||
<< " in = " << new_xfade->in()->name() << " out = " << new_xfade->out()->name() << endl;
|
||||
new_xfade->set_position (ci->second.new_in->position(), this);
|
||||
other_audio->add_crossfade (new_xfade);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue