Searched refs:eg2Increment (Results 1 – 3 of 3) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_wtsynth.c | 132 pVoiceMgr->wtVoices[i].eg2Increment = DEFAULT_EG2_INCREMENT; in WT_Initialize() 195 pWTVoice->eg2Increment = pArticulation->eg2.releaseTime; in WT_ReleaseVoice() 358 pWTVoice->eg2Increment = pArt->eg2.attackTime; in WT_StartVoice() 920 temp = pWTVoice->eg2Value + pWTVoice->eg2Increment; in WT_UpdateEG2() 931 pWTVoice->eg2Increment = pEnv->decayTime; in WT_UpdateEG2() 938 temp = pWTVoice->eg2Value -pWTVoice->eg2Increment; in WT_UpdateEG2() 955 temp = pWTVoice->eg2Value - pWTVoice->eg2Increment; in WT_UpdateEG2()
|
D | eas_dlssynth.c | 71 pWTVoice->eg2Increment = pDLSArt->eg2.releaseTime; in DLS_MuteVoice() 101 pWTVoice->eg2Increment = pDLSArt->eg2.releaseTime; in DLS_ReleaseVoice() 326 …lope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, &pWTVoice->eg2… in DLS_StartVoice() 336 …lope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, &pWTVoice->eg2… in DLS_StartVoice() 396 …lope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, &pWTVoice->eg2… in DLS_UpdateVoice()
|
D | eas_wtengine.h | 151 EAS_I16 eg2Increment; member
|