Searched refs:numActiveVoices (Results 1 – 2 of 2) sorted by relevance
450 pVoiceMgr->activeVoices -= pSynth->numActiveVoices; in VMReset()451 pSynth->numActiveVoices = 0; in VMReset()458 if (pSynth->numActiveVoices == 0) in VMReset()1339 pSynth->numActiveVoices--; in VMFreeVoice()1400 pSynth->numActiveVoices--; in VMRetargetStolenVoice()1401 pNextSynth->numActiveVoices++; in VMRetargetStolenVoice()1673 (pSynth->numActiveVoices < maxSynthPoly) && in VMStartVoice()1684 pSynth->numActiveVoices++; in VMStartVoice()2906 (pSynth->numActiveVoices == 0)) in VMRender()3016 return pSynth->numActiveVoices; in VMActiveVoices()[all …]
323 EAS_U16 numActiveVoices; member