Home | History | Annotate | Download | only in lib_src

Lines Matching refs:eg2State

126         pVoiceMgr->wtVoices[i].eg2State = DEFAULT_EG2_STATE;
190 pWTVoice->eg2State = eEnvelopeStateRelease;
227 pVoiceMgr->wtVoices[voiceNum].eg2State = eEnvelopeStateMuted;
352 pWTVoice->eg2State = eEnvelopeStateAttack;
871 switch (pWTVoice->eg2State)
883 pWTVoice->eg2State = eEnvelopeStateDecay;
901 pWTVoice->eg2State = eEnvelopeStateSustain;
914 pWTVoice->eg2State = eEnvelopeStateMuted;
929 pWTVoice->eg2State); */ }