Searched refs:eg2 (Results 1 - 7 of 7) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_dlssynth.c71 pWTVoice->eg2Increment = pDLSArt->eg2.releaseTime;
101 pWTVoice->eg2Increment = pDLSArt->eg2.releaseTime;
326 DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, &pWTVoice->eg2State);
336 DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, &pWTVoice->eg2State);
396 DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, &pWTVoice->eg2State);
H A Deas_sndlib.h148 S_ENVELOPE eg2; member in struct:s_articulation_tag
171 S_DLS_ENVELOPE eg2; member in struct:s_dls_articulation_tag
H A Deas_wtsynth.c191 pWTVoice->eg2Increment = pArticulation->eg2.releaseTime;
354 pWTVoice->eg2Increment = pArt->eg2.attackTime;
527 WT_UpdateEG2(pWTVoice, &pArt->eg2);
H A Deas_mdls.c2396 pArt->eg2.delayTime = ConvertDelay(pDLSArt->values[PARAM_MOD_EG_DELAY]);
2397 pArt->eg2.attackTime = pDLSArt->values[PARAM_MOD_EG_ATTACK];
2398 pArt->eg2.holdTime = pDLSArt->values[PARAM_MOD_EG_HOLD];
2399 pArt->eg2.decayTime = pDLSArt->values[PARAM_MOD_EG_DECAY];
2400 pArt->eg2.sustainLevel = ConvertSustain(pDLSArt->values[PARAM_MOD_EG_SUSTAIN]);
2401 pArt->eg2.releaseTime = ConvertRate(pDLSArt->values[PARAM_MOD_EG_RELEASE]);
2402 pArt->eg2.velToAttack = pDLSArt->values[PARAM_MOD_EG_VEL_TO_ATTACK];
2403 pArt->eg2.keyNumToDecay = pDLSArt->values[PARAM_MOD_EG_KEY_TO_DECAY];
2404 pArt->eg2.keyNumToHold = pDLSArt->values[PARAM_MOD_EG_KEY_TO_HOLD];
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_sndlib.h148 S_ENVELOPE eg2; member in struct:s_articulation_tag
171 S_DLS_ENVELOPE eg2; member in struct:s_dls_articulation_tag
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_sndlib.h148 S_ENVELOPE eg2; member in struct:s_articulation_tag
171 S_DLS_ENVELOPE eg2; member in struct:s_dls_articulation_tag
H A Deas_wtsynth.c191 pWTVoice->eg2Increment = pArticulation->eg2.releaseTime;
354 pWTVoice->eg2Increment = pArt->eg2.attackTime;
523 WT_UpdateEG2(pWTVoice, &pArt->eg2);

Completed in 79 milliseconds