comparison jssplr.c @ 30:ca0e00facb7b

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Sep 2012 07:41:26 +0300
parents 32250b436bca
children e0e470c3fc8e
comparison
equal deleted inserted replaced
29:e9f562f07cb0 30:ca0e00facb7b
979 case '8': // 8xx = Set Panning 979 case '8': // 8xx = Set Panning
980 JMPDEBUG("Set Panning used, UNIMPLEMENTED"); 980 JMPDEBUG("Set Panning used, UNIMPLEMENTED");
981 break; 981 break;
982 982
983 case '9': // 9xx = Set Sample Offset : IMPL.VERIFIED 983 case '9': // 9xx = Set Sample Offset : IMPL.VERIFIED
984 if (mp->iCNewDataFlags[channel] & cdfNewPitch) { 984 if (mp->iCNewDataFlags[channel] & cdfNewPitch)
985 {
985 mp->iCPosition[channel] = param * 0x100; 986 mp->iCPosition[channel] = param * 0x100;
986 JMPSETNDFLAGS(cdfNewPos); 987 JMPSETNDFLAGS(cdfNewPos);
987 } 988 }
988 break; 989 break;
989 990