Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_dlssynth.c170 pitchCents += FMUL_15x15(temp, pWTVoice->vibLFO.lfoValue); in DLS_UpdatePhaseInc()
331 pWTVoice->vibLFO.lfoValue = 0; in DLS_StartVoice()
332 pWTVoice->vibLFO.lfoPhase = pDLSArt->vibLFO.lfoDelay; in DLS_StartVoice()
400 WT_UpdateLFO(&pWTVoice->vibLFO, pDLSArt->vibLFO.lfoFreq); in DLS_UpdateVoice()
Deas_wtengine.h144 S_LFO_CONTROL vibLFO; /* vibrato LFO */ member
Deas_sndlib.h168 S_LFO_PARAMS vibLFO; member
Deas_mdls.c2431 pArt->vibLFO.lfoFreq = ConvertLFOPhaseIncrement(pDLSArt->values[PARAM_VIB_LFO_FREQ]); in Convert_art()
2432 pArt->vibLFO.lfoDelay = -ConvertDelay(pDLSArt->values[PARAM_VIB_LFO_DELAY]); in Convert_art()