Searched refs:eg1Increment (Results 1 – 3 of 3) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_wtsynth.c | 128 pVoiceMgr->wtVoices[i].eg1Increment = DEFAULT_EG1_INCREMENT; in WT_Initialize() 185 pWTVoice->eg1Increment = pArticulation->eg1.releaseTime; in WT_ReleaseVoice() 355 pWTVoice->eg1Increment = pArt->eg1.attackTime; in WT_StartVoice() 827 temp = pWTVoice->eg1Value + pWTVoice->eg1Increment; in WT_UpdateEG1() 837 pWTVoice->eg1Increment = pEnv->decayTime; in WT_UpdateEG1() 844 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment); in WT_UpdateEG1() 867 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment); in WT_UpdateEG1()
|
D | eas_dlssynth.c | 69 pWTVoice->eg1Increment = pDLSArt->eg1ShutdownTime; in DLS_MuteVoice() 97 pWTVoice->eg1Increment = pDLSArt->eg1.releaseTime; in DLS_ReleaseVoice() 324 …lope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->eg1… in DLS_StartVoice() 335 …lope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->eg1… in DLS_StartVoice() 395 …lope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->eg1… in DLS_UpdateVoice()
|
D | eas_wtengine.h | 150 EAS_I16 eg1Increment; member
|