Searched refs:wtVoices (Results 1 – 3 of 3) sorted by relevance
124 pVoiceMgr->wtVoices[i].artIndex = DEFAULT_ARTICULATION_INDEX; in WT_Initialize()126 pVoiceMgr->wtVoices[i].eg1State = DEFAULT_EG1_STATE; in WT_Initialize()127 pVoiceMgr->wtVoices[i].eg1Value = DEFAULT_EG1_VALUE; in WT_Initialize()128 pVoiceMgr->wtVoices[i].eg1Increment = DEFAULT_EG1_INCREMENT; in WT_Initialize()130 pVoiceMgr->wtVoices[i].eg2State = DEFAULT_EG2_STATE; in WT_Initialize()131 pVoiceMgr->wtVoices[i].eg2Value = DEFAULT_EG2_VALUE; in WT_Initialize()132 pVoiceMgr->wtVoices[i].eg2Increment = DEFAULT_EG2_INCREMENT; in WT_Initialize()136 pVoiceMgr->wtVoices[i].gainLeft = DEFAULT_VOICE_GAIN; in WT_Initialize()137 pVoiceMgr->wtVoices[i].gainRight = DEFAULT_VOICE_GAIN; in WT_Initialize()140 pVoiceMgr->wtVoices[i].phaseFrac = DEFAULT_PHASE_FRAC; in WT_Initialize()[all …]
58 pWTVoice = &pVoiceMgr->wtVoices[voiceNum]; in DLS_MuteVoice()68 pVoiceMgr->wtVoices[voiceNum].eg1State = eEnvelopeStateRelease; in DLS_MuteVoice()70 pVoiceMgr->wtVoices[voiceNum].eg2State = eEnvelopeStateRelease; in DLS_MuteVoice()86 pWTVoice = &pVoiceMgr->wtVoices[voiceNum]; in DLS_ReleaseVoice()117 pWTVoice = &pVoiceMgr->wtVoices[voiceNum]; in DLS_SustainPedal()316 pWTVoice = &pVoiceMgr->wtVoices[voiceNum]; in DLS_StartVoice()389 pWTVoice = &pVoiceMgr->wtVoices[voiceNum]; in DLS_UpdateVoice()
352 S_WT_VOICE wtVoices[NUM_WT_VOICES]; member