| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to midvoice.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / sound / vermouth | 
| version 1.4, 2006/12/16 12:11:07 | version 1.5, 2006/12/16 22:23:24 | 
|---|---|
| Line 151 void VERMOUTHCL voice_setmix(VOICE v); | Line 151 void VERMOUTHCL voice_setmix(VOICE v); | 
| // ---- macro | // ---- macro | 
| #define voice_setfree(v) (v)->phase = VOICE_FREE | #define voice_setfree(v) \ | 
| do { \ | |
| (v)->phase = VOICE_FREE; \ | |
| } while(0 /*CONSTCOND*/) | |