additional ancestral_length = 0 initialization
[ardour.git] / libs / ardour / region.cc
index 5efa20c8d7a2de62ed2c196d1257fb2d22550086..1e6fd5daa7b2562f9ae12ff834546087fb8e7960 100644 (file)
@@ -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;