Home
last modified time | relevance | path

Searched refs:sustainLevel (Results 1 – 4 of 4) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_dlssynth.c121 if (pWTVoice->eg1Value < pDLSArt->eg1.sustainLevel) in DLS_SustainPedal()
544 if (*pValue > pEnvParams->sustainLevel) in DLS_UpdateEnvelope()
547 … *pValue = (EAS_I16) (temp > pEnvParams->sustainLevel ? temp : pEnvParams->sustainLevel); in DLS_UpdateEnvelope()
552 *pValue = pEnvParams->sustainLevel; in DLS_UpdateEnvelope()
Deas_sndlib.h110 EAS_I16 sustainLevel; member
124 EAS_I16 sustainLevel; member
Deas_wtsynth.c262 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel) in WT_SustainPedal()
827 if (temp <= pEnv->sustainLevel) in WT_UpdateEG1()
830 temp = pEnv->sustainLevel; in WT_UpdateEG1()
921 if (temp <= pEnv->sustainLevel) in WT_UpdateEG2()
924 temp = pEnv->sustainLevel; in WT_UpdateEG2()
Deas_mdls.c2439 pArt->eg1.sustainLevel = ConvertSustain(pDLSArt->values[PARAM_VOL_EG_SUSTAIN]); in Convert_art()
2451 pArt->eg2.sustainLevel = ConvertSustain(pDLSArt->values[PARAM_MOD_EG_SUSTAIN]); in Convert_art()