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

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_dlssynth.c121 if (pWTVoice->eg1Value < pDLSArt->eg1.sustainLevel)
540 // *pValue = pEnvParams->sustainLevel;
544 if (*pValue > pEnvParams->sustainLevel)
547 *pValue = (EAS_I16) (temp > pEnvParams->sustainLevel ? temp : pEnvParams->sustainLevel);
552 *pValue = pEnvParams->sustainLevel;
H A Deas_sndlib.h110 EAS_I16 sustainLevel; member in struct:s_envelope_tag
124 EAS_I16 sustainLevel; member in struct:s_dls_envelope_tag
H A Deas_wtsynth.c258 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel)
807 if (temp <= pEnv->sustainLevel)
810 temp = pEnv->sustainLevel;
901 if (temp <= pEnv->sustainLevel)
904 temp = pEnv->sustainLevel;
H A Deas_mdls.c2349 pArt->eg1.sustainLevel = ConvertSustain(pDLSArt->values[PARAM_VOL_EG_SUSTAIN]);
2361 pArt->eg2.sustainLevel = ConvertSustain(pDLSArt->values[PARAM_MOD_EG_SUSTAIN]);
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_sndlib.h110 EAS_I16 sustainLevel; member in struct:s_envelope_tag
124 EAS_I16 sustainLevel; member in struct:s_dls_envelope_tag
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_sndlib.h110 EAS_I16 sustainLevel; member in struct:s_envelope_tag
124 EAS_I16 sustainLevel; member in struct:s_dls_envelope_tag
H A Deas_wtsynth.c258 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel)
801 if (temp <= pEnv->sustainLevel)
804 temp = pEnv->sustainLevel;
895 if (temp <= pEnv->sustainLevel)
898 temp = pEnv->sustainLevel;

Completed in 43 milliseconds