Searched refs:nextChannel (Results 1 – 3 of 3) sorted by relevance
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()[all …]
286 EAS_U8 nextChannel; /* play stolen voice on this channel */ member
70 var nextChannel: SendChannel<Letter>? = null in <lambda>() variable76 nextChannel = sender in <lambda>()80 nextChannel!!.send(Letter(Ball(transmogrify(message.count, state)), NO_CHANNEL)) in <lambda>()