Stop fades being reset on dragging an audio region to a different track.
git-svn-id: svn://localhost/ardour2/branches/3.0@5764 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -187,8 +187,6 @@ AudioRegion::AudioRegion (boost::shared_ptr<const AudioRegion> other)
|
||||
assert(_type == DataType::AUDIO);
|
||||
_scale_amplitude = other->_scale_amplitude;
|
||||
|
||||
set_default_fades ();
|
||||
|
||||
listen_to_my_curves ();
|
||||
connect_to_analysis_changed ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user