Searched refs:activeVoices (Results 1 – 2 of 2) sorted by relevance
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() local3100 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()[all …]
382 EAS_U16 activeVoices; member