Lines Matching refs:activeVoices
450 pVoiceMgr->activeVoices -= pSynth->numActiveVoices; in VMReset()
1338 pVoiceMgr->activeVoices--; in VMFreeVoice()
1672 if ((pVoiceMgr->activeVoices < pVoiceMgr->maxPolyphony) && in VMStartVoice()
1683 pVoiceMgr->activeVoices++; in VMStartVoice()
3041 EAS_INT activeVoices; in VMSetSynthPolyphony() local
3100 if (pVoiceMgr->activeVoices <= polyphonyCount) in VMSetSynthPolyphony()
3104 activeVoices = 0; in VMSetSynthPolyphony()
3110 activeVoices++; in VMSetSynthPolyphony()
3114 while (activeVoices > polyphonyCount) in VMSetSynthPolyphony()
3178 activeVoices--; in VMSetSynthPolyphony()
3241 EAS_INT activeVoices; in VMSetPolyphony() local
3272 activeVoices = 0; in VMSetPolyphony()
3281 activeVoices++; in VMSetPolyphony()
3285 while (activeVoices > polyphonyCount) in VMSetPolyphony()
3341 activeVoices--; in VMSetPolyphony()
3855 EAS_INT activeVoices; in VMSanityCheck() local
3866 freeVoices = activeVoices = playingVoices = stolenVoices = releasingVoices = mutingVoices = 0; in VMSanityCheck()
3886 activeVoices++; in VMSanityCheck()
3899 activeVoices++; in VMSanityCheck()
3906 activeVoices++; in VMSanityCheck()
3912 activeVoices++; in VMSanityCheck()
3937 if (pEASData->pVoiceMgr->activeVoices != activeVoices) in VMSanityCheck()