mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 01:17:42 +01:00
additional ancestral_length = 0 initialization
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3955 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fdb6d217e9
commit
027261bc33
1 changed files with 2 additions and 2 deletions
|
|
@ -65,8 +65,8 @@ Region::Region (nframes_t start, nframes_t length, const string& name, layer_t l
|
|||
_sync_position = _start;
|
||||
_length = length;
|
||||
_last_length = length;
|
||||
_ancestral_start = 0;
|
||||
_ancestral_length = length;
|
||||
_ancestral_start = 0; // see comments in various libs/ardour/*_effect.cc
|
||||
_ancestral_length = 0; // ditto
|
||||
_stretch = 1.0;
|
||||
_shift = 1.0;
|
||||
_last_position = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue