Home
last modified time | relevance | path

Searched refs:pCurrVoice (Results 1 – 1 of 1) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c2015 S_SYNTH_VOICE *pCurrVoice; in VMStealVoice() local
2030 pCurrVoice = &pVoiceMgr->voices[voiceNum]; in VMStealVoice()
2033 if (pCurrVoice->voiceState == eVoiceStateFree) in VMStealVoice()
2037 if (pCurrVoice->voiceState == eVoiceStateStolen) in VMStealVoice()
2039 pCurrSynth = pVoiceMgr->pSynth[GET_VSYNTH(pCurrVoice->nextChannel)]; in VMStealVoice()
2040 currChannel = pCurrVoice->nextChannel; in VMStealVoice()
2041 currNote = pCurrVoice->nextNote; in VMStealVoice()
2045 pCurrSynth = pVoiceMgr->pSynth[GET_VSYNTH(pCurrVoice->channel)]; in VMStealVoice()
2046 currChannel = pCurrVoice->channel; in VMStealVoice()
2047 currNote = pCurrVoice->note; in VMStealVoice()
[all …]