Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_sndlib.h138 EAS_I16 lfoDelay; member
150 EAS_I16 lfoDelay; member
Deas_dlssynth.c330 pWTVoice->modLFO.lfoPhase = pDLSArt->modLFO.lfoDelay; in DLS_StartVoice()
332 pWTVoice->vibLFO.lfoPhase = pDLSArt->vibLFO.lfoDelay; in DLS_StartVoice()
Deas_wtsynth.c362 pWTVoice->modLFO.lfoPhase = -pArt->lfoDelay; in WT_StartVoice()
Deas_mdls.c2485 pArt->modLFO.lfoDelay = -ConvertDelay(pDLSArt->values[PARAM_MOD_LFO_DELAY]); in Convert_art()
2487 pArt->vibLFO.lfoDelay = -ConvertDelay(pDLSArt->values[PARAM_VIB_LFO_DELAY]); in Convert_art()