HomeSort by relevance Sort by last modified time
    Searched refs:eg1State (Results 1 - 3 of 3) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c 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)
    [all...]
eas_wtengine.h 98 /* eg1State and eg2State */
152 EAS_U8 eg1State;
eas_wtsynth.c 126 pVoiceMgr->wtVoices[i].eg1State = DEFAULT_EG1_STATE;
184 pWTVoice->eg1State = eEnvelopeStateRelease;
230 pVoiceMgr->wtVoices[voiceNum].eg1State = eEnvelopeStateMuted;
267 pWTVoice->eg1State = eEnvelopeStateDecay;
353 pWTVoice->eg1State = eEnvelopeStateAttack;
623 if ((pVoice->voiceState != eVoiceStateStolen) && (pWTVoice->eg1State == eEnvelopeStateMuted))
824 switch (pWTVoice->eg1State)
836 pWTVoice->eg1State = eEnvelopeStateDecay;
854 pWTVoice->eg1State = eEnvelopeStateSustain;
858 pWTVoice->eg1State = eEnvelopeStateMuted
    [all...]

Completed in 64 milliseconds