Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_wtsynth.c738 EAS_I32 lfoGain; in WT_UpdateGain() local
759 lfoGain = MULT_EG1_EG1(pWTVoice->modLFO.lfoValue, pArt->lfoToGain); in WT_UpdateGain()
760 lfoGain = MULT_EG1_EG1(lfoGain, LFO_GAIN_TO_CENTS); in WT_UpdateGain()
763 lfoGain = EAS_Calculate2toX(lfoGain); in WT_UpdateGain()
764 temp = MULT_EG1_EG1(temp, lfoGain); in WT_UpdateGain()