Lines Matching refs:eg1State
68 pVoiceMgr->wtVoices[voiceNum].eg1State = eEnvelopeStateRelease;
92 if (pWTVoice->eg1State == eEnvelopeStateAttack)
96 pWTVoice->eg1State = eEnvelopeStateRelease;
125 pWTVoice->eg1State = eEnvelopeStateDecay;
206 if (pWTVoice->eg1State != eEnvelopeStateAttack)
323 pWTVoice->eg1State = eEnvelopeStateInit;
324 DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->eg1State);
335 DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->eg1State);
395 DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->eg1State);
442 if ((pVoice->voiceState != eVoiceStateStolen) && (pWTVoice->eg1State == eEnvelopeStateMuted))