• Home
  • Raw
  • Download

Lines Matching refs:nextChannel

180     pVoice->nextChannel = UNASSIGNED_SYNTH_CHANNEL;  in InitVoice()
206 pSynth = pVoiceMgr->pSynth[GET_VSYNTH(pVoice->nextChannel)]; in IncVoicePoolCount()
207 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool; in IncVoicePoolCount()
239 pSynth = pVoiceMgr->pSynth[GET_VSYNTH(pVoice->nextChannel)]; in DecVoicePoolCount()
240 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool; in DecVoicePoolCount()
589 if (GET_VSYNTH(pVoiceMgr->voices[i].nextChannel) == vSynthNum) in VMInitializeAllVoices()
746 vSynthNum = GET_VSYNTH(pVoiceMgr->voices[i].nextChannel); in VMMIPUpdateChannelMuting()
747 channel = GET_CHANNEL(pVoiceMgr->voices[i].nextChannel); in VMMIPUpdateChannelMuting()
876 if (GET_VSYNTH(pVoiceMgr->voices[i].nextChannel) == pSynth->vSynthNum) in VMMuteAllVoices()
932 if (GET_VSYNTH(pVoiceMgr->voices[i].nextChannel) == pSynth->vSynthNum) in VMReleaseAllVoices()
994 ((pVoice->voiceState == eVoiceStateStolen) && (channel == pVoice->nextChannel))) in VMAllNotesOff()
1272 pVoice->nextChannel = VSynthToChannel(pSynth, channel); in VMStolenVoice()
1365 pNextSynth = pVoiceMgr->pSynth[GET_VSYNTH(pVoice->nextChannel)]; in VMRetargetStolenVoice()
1384 if (pVoice->channel != pVoice->nextChannel) in VMRetargetStolenVoice()
1394 pVoice->channel = pVoice->nextChannel; in VMRetargetStolenVoice()
1400 pVoice->nextChannel = UNASSIGNED_SYNTH_CHANNEL; in VMRetargetStolenVoice()
1476 if (channel == pVoiceMgr->voices[voiceNum].nextChannel) in VMCheckKeyGroup()
1565 …if ((channel == pVoiceMgr->voices[voiceNum].nextChannel) && (note == pVoiceMgr->voices[voiceNum].n… in VMCheckPolyphonyLimiting()
1922 …else if ((channel == pVoiceMgr->voices[voiceNum].nextChannel) && (note == pVoiceMgr->voices[voiceN… in VMStopNote()
2028 pCurrSynth = pVoiceMgr->pSynth[GET_VSYNTH(pCurrVoice->nextChannel)]; in VMStealVoice()
2029 currChannel = pCurrVoice->nextChannel; in VMStealVoice()
3065 if (GET_VSYNTH(pVoiceMgr->voices[i].nextChannel) != pSynth->vSynthNum) in VMSetPolyphony()
3087 if (GET_VSYNTH(pVoice->nextChannel) != pSynth->vSynthNum) in VMSetPolyphony()
3097 …currentPriority += pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool << CHANNEL_PRIORITY_STE… in VMSetPolyphony()
3110 …currentPriority += pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool << CHANNEL_PRIORITY_STE… in VMSetPolyphony()
3542 vSynthNum = GET_VSYNTH(pVoice->nextChannel); in VMSanityCheck()
3552 poolCount[vSynthNum][pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool]++; in VMSanityCheck()