Home
last modified time | relevance | path

Searched refs:eg1Increment (Results 1 – 3 of 3) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_dlssynth.c69 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()
Deas_wtsynth.c128 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()
807 temp = pWTVoice->eg1Value + pWTVoice->eg1Increment; in WT_UpdateEG1()
817 pWTVoice->eg1Increment = pEnv->decayTime; in WT_UpdateEG1()
824 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment); in WT_UpdateEG1()
847 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment); in WT_UpdateEG1()
Deas_wtengine.h150 EAS_I16 eg1Increment; member