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

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_dlssynth.c97 pWTVoice->eg1Increment = pDLSArt->eg1.releaseTime;
121 if (pWTVoice->eg1Value < pDLSArt->eg1.sustainLevel)
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);
H A Deas_sndlib.h147 S_ENVELOPE eg1; member in struct:s_articulation_tag
170 S_DLS_ENVELOPE eg1; member in struct:s_dls_articulation_tag
H A Deas_wtsynth.c181 pWTVoice->eg1Increment = pArticulation->eg1.releaseTime;
258 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel)
351 pWTVoice->eg1Increment = pArt->eg1.attackTime;
526 WT_UpdateEG1(pWTVoice, &pArt->eg1);
H A Deas_mdls.c2345 pArt->eg1.delayTime = ConvertDelay(pDLSArt->values[PARAM_VOL_EG_DELAY]);
2346 pArt->eg1.attackTime = pDLSArt->values[PARAM_VOL_EG_ATTACK];
2347 pArt->eg1.holdTime = pDLSArt->values[PARAM_VOL_EG_HOLD];
2348 pArt->eg1.decayTime = pDLSArt->values[PARAM_VOL_EG_DECAY];
2349 pArt->eg1.sustainLevel = ConvertSustain(pDLSArt->values[PARAM_VOL_EG_SUSTAIN]);
2350 pArt->eg1.releaseTime = ConvertRate(pDLSArt->values[PARAM_VOL_EG_RELEASE]);
2351 pArt->eg1.velToAttack = pDLSArt->values[PARAM_VOL_EG_VEL_TO_ATTACK];
2352 pArt->eg1.keyNumToDecay = pDLSArt->values[PARAM_VOL_EG_KEY_TO_DECAY];
2353 pArt->eg1.keyNumToHold = pDLSArt->values[PARAM_VOL_EG_KEY_TO_HOLD];
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_sndlib.h147 S_ENVELOPE eg1; member in struct:s_articulation_tag
170 S_DLS_ENVELOPE eg1; member in struct:s_dls_articulation_tag
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_sndlib.h147 S_ENVELOPE eg1; member in struct:s_articulation_tag
170 S_DLS_ENVELOPE eg1; member in struct:s_dls_articulation_tag
H A Deas_wtsynth.c181 pWTVoice->eg1Increment = pArticulation->eg1.releaseTime;
258 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel)
351 pWTVoice->eg1Increment = pArt->eg1.attackTime;
522 WT_UpdateEG1(pWTVoice, &pArt->eg1);

Completed in 80 milliseconds