comparison minijss/jmixtmpl_c.h @ 1189:bd2615822bbf

Adjust mixing macros.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Mar 2015 13:06:40 +0200
parents e22d4ceb6414
children b52905e2788e
comparison
equal deleted inserted replaced
1188:d18c50f88d44 1189:bd2615822bbf
31 31
32 while (strideLength < tmpLength && JMIXER_ENDCOND) 32 while (strideLength < tmpLength && JMIXER_ENDCOND)
33 { 33 {
34 JMIXER_FUNC 34 JMIXER_FUNC
35 JMIXER_DEBUG 35 JMIXER_DEBUG
36 JMIXER_NEXT 36 JMIXER_NEXT_RAMP
37 FP_ADD(tmpVolume, tmpDeltaV);
38 strideLength++; 37 strideLength++;
39 } 38 }
40 } 39 }
41 40
42 while (strideLength < mixLength && JMIXER_ENDCOND) 41 while (strideLength < mixLength && JMIXER_ENDCOND)
53 } 52 }
54 #endif 53 #endif
55 54
56 #undef JMIXER_NAME 55 #undef JMIXER_NAME
57 #undef JMIXER_NEXT 56 #undef JMIXER_NEXT
57 #undef JMIXER_NEXT_RAMP
58 #undef JMIXER_ENDCOND 58 #undef JMIXER_ENDCOND
59 59