changeset 173:fe0c7ae05776

Don't clear mixing interpolation buffers when setting a new sample.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 06 Oct 2012 09:38:16 +0300
parents cfb087000db3
children 520c18f581c7
files jssmix.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/jssmix.c	Sat Oct 06 09:37:34 2012 +0300
+++ b/jssmix.c	Sat Oct 06 09:38:16 2012 +0300
@@ -514,8 +514,6 @@
     c->chLoopE     = loopE;
     c->chFlags     = flags;
     c->chDirection = TRUE;
-    memset(c->chPrevL, 0, sizeof(c->chPrevL));
-    memset(c->chPrevR, 0, sizeof(c->chPrevR));
     c->chPos.dw    = c->chDeltaO.dw = 0;
     
     JSS_UNLOCK(mixer);