13
0

revert that last commit

git-svn-id: svn://localhost/ardour2/branches/3.0@9548 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-05-17 21:44:10 +00:00
parent 39d8aa0e94
commit ba51f635f7

View File

@ -1073,10 +1073,10 @@ AudioPlaylist::copy_dependents (const vector<TwoRegions>& old_and_new, boost::sh
boost::dynamic_pointer_cast<AudioRegion>(ci->second.new_out)));
/* add it at the right position - which must be at the start
* of the fade-out region
* of the fade-in region
*/
new_xfade->set_position (ci->second.new_out->position(), this);
new_xfade->set_position (ci->second.new_in->position(), this);
other_audio->add_crossfade (new_xfade);
}
}