Searched refs:numActiveVoices (Results 1 – 2 of 2) sorted by relevance
439 pVoiceMgr->activeVoices -= pSynth->numActiveVoices; in VMReset()440 pSynth->numActiveVoices = 0; in VMReset()447 if (pSynth->numActiveVoices == 0) in VMReset()1328 pSynth->numActiveVoices--; in VMFreeVoice()1389 pSynth->numActiveVoices--; in VMRetargetStolenVoice()1390 pNextSynth->numActiveVoices++; in VMRetargetStolenVoice()1662 (pSynth->numActiveVoices < maxSynthPoly) && in VMStartVoice()1673 pSynth->numActiveVoices++; in VMStartVoice()2895 (pSynth->numActiveVoices == 0)) in VMRender()3005 return pSynth->numActiveVoices; in VMActiveVoices()[all …]
323 EAS_U16 numActiveVoices; member