--- np2/sound/Attic/wavemix.h 2004/01/08 16:29:56 1.1 +++ np2/sound/Attic/wavemix.h 2004/01/09 04:36:02 1.2 @@ -5,9 +5,16 @@ enum { WAVEMIX_SEEK = 0, WAVEMIX_SEEK1, - WAVEMIX_CHANNELS + WAVEMIX_MAXTRACK }; +enum { + WMFLAG_L = 0x0001, + WMFLAG_R = 0x0002, + WMFLAG_LOOP = 0x0004 +}; + + #ifdef __cplusplus extern "C" { #endif