2012-01-08 17:13:41 +01:00
|
|
|
Index: Opcodes/gab/sliderTable.c
|
|
|
|
===================================================================
|
|
|
|
--- Opcodes/gab/sliderTable.c.orig
|
|
|
|
+++ Opcodes/gab/sliderTable.c
|
|
|
|
@@ -368,9 +368,9 @@ static int sliderTable64(CSOUND *csound,
|
2007-06-11 23:17:41 +02:00
|
|
|
break; \
|
|
|
|
} \
|
|
|
|
*outTable++ = \
|
|
|
|
- *yt1++ = *c1++ * value + *c2++ * *yt1; /* filters the output */ \
|
|
|
|
+ *yt1 = *c1++ * value + *c2++ * *yt1; /* filters the output */ \
|
|
|
|
\
|
|
|
|
- min++; max++; j++; ftp++; \
|
|
|
|
+ yt1++; min++; max++; j++; ftp++; \
|
|
|
|
} \
|
|
|
|
} \
|
|
|
|
return OK;
|