HomeSort by relevance Sort by last modified time
    Searched refs:sustainLevel (Results 1 - 4 of 4) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c 121 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;
eas_sndlib.h 110 EAS_I16 sustainLevel;
124 EAS_I16 sustainLevel;
eas_wtsynth.c 262 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel)
827 if (temp <= pEnv->sustainLevel)
830 temp = pEnv->sustainLevel;
921 if (temp <= pEnv->sustainLevel)
924 temp = pEnv->sustainLevel;
    [all...]
eas_mdls.c     [all...]

Completed in 71 milliseconds