mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
b893b9a2be
commit
d0a238bb8e
1 changed files with 0 additions and 2 deletions
|
|
@ -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 ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue