[ardour-dev] [PATCH]ardour_region-overlap-crash.diff

Karsten Wiese annabellesgarden at yahoo.de
Mon Dec 27 11:51:16 PST 2004


fewer crashes now here with recent cvs-snapshot :-)

>>>>>>
@@ -190,6 +191,10 @@
 void
 Crossfade::refill ()
 {
+  if (0 == last_length) {
+    cerr << " 000 !!!" << endl;
+    return;
+  }
        double factor = length () / (double) last_length;
 
        _fade_out.x_scale (factor);
<<<<<<

Karsten

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ardour_region-overlap-crash.diff
Type: text/x-diff
Size: 623 bytes
Desc: not available
URL: <http://lists.ardour.org/pipermail/ardour-dev-ardour.org/attachments/20041227/4ff58ad8/attachment.diff>


More information about the Ardour-Dev mailing list