Lines Matching refs:eVoiceStateFree
619 if ((pVoice->voiceState == eVoiceStateMuting) || (pVoice->voiceState == eVoiceStateFree)) in VMMuteVoice()
643 (pVoice->voiceState == eVoiceStateFree) || in VMReleaseVoice()
746 if (pVoiceMgr->voices[i].voiceState == eVoiceStateFree) in VMMIPUpdateChannelMuting()
947 case eVoiceStateFree: in VMReleaseAllVoices()
1002 if (pVoice->voiceState != eVoiceStateFree) in VMAllNotesOff()
1322 if (pVoice->voiceState == eVoiceStateFree) in VMFreeVoice()
1968 if ( pVoiceMgr->voices[voiceNum].voiceState == eVoiceStateFree) in VMFindAvailableVoice()
2033 if (pCurrVoice->voiceState == eVoiceStateFree) in VMStealVoice()
2817 if (pVoiceMgr->voices[voiceNum].voiceState != eVoiceStateFree) in VMAddSamples()
3109 …if ((pVoiceMgr->voices[i].voiceState != eVoiceStateFree) && (pVoiceMgr->voices[i].voiceState != eV… in VMSetSynthPolyphony()
3129 … if ((pVoice->voiceState == eVoiceStateFree) || (pVoice->voiceState == eVoiceStateMuting)) in VMSetSynthPolyphony()
3280 …if ((pVoiceMgr->voices[i].voiceState != eVoiceStateFree) && (pVoiceMgr->voices[i].voiceState != eV… in VMSetPolyphony()
3872 if (pVoice->voiceState != eVoiceStateFree) in VMSanityCheck()