Searched defs:ConvertDelay (Results 1 - 1 of 1) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.c2340 pArt->modLFO.lfoDelay = -ConvertDelay(pDLSArt->values[PARAM_MOD_LFO_DELAY]);
2342 pArt->vibLFO.lfoDelay = -ConvertDelay(pDLSArt->values[PARAM_VIB_LFO_DELAY]);
2345 pArt->eg1.delayTime = ConvertDelay(pDLSArt->values[PARAM_VOL_EG_DELAY]);
2357 pArt->eg2.delayTime = ConvertDelay(pDLSArt->values[PARAM_MOD_EG_DELAY]);
2449 * ConvertDelay ()
2455 EAS_I16 ConvertDelay (EAS_I32 timeCents) function

Completed in 68 milliseconds