[ardour-dev] [PATCH] quieten crackles when punchX is active and panner is bypassed

Karsten Wiese annabellesgarden at yahoo.de
Wed Jan 19 06:56:05 PST 2005


<snip>
--- libs/ardour/io.cc	14 Jan 2005 17:43:51 -0000	1.125
+++ libs/ardour/io.cc	19 Jan 2005 14:49:37 -0000
@@ -445,7 +445,7 @@
 	for (o = _outputs.begin(), i = 0; o != _outputs.end(); ++o, ++i) {
 
 		dst = (*o)->get_buffer (nframes) + offset;
-		src = &bufs[min(nbufs,i)][offset];
+		src = bufs[min(nbufs,i)];
 
 		if (dg != _gain || _gain == 1.0f) {
 			memcpy (dst, src, sizeof (Sample) * nframes);
</snip>



More information about the Ardour-Dev mailing list