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.c747 EAS_I32 lfoGain; in WT_UpdateGain() local
768 lfoGain = MULT_EG1_EG1(pWTVoice->modLFO.lfoValue, pArt->lfoToGain); in WT_UpdateGain()
769 lfoGain = MULT_EG1_EG1(lfoGain, LFO_GAIN_TO_CENTS); in WT_UpdateGain()
772 lfoGain = EAS_Calculate2toX(lfoGain); in WT_UpdateGain()
773 temp = MULT_EG1_EG1(temp, lfoGain); in WT_UpdateGain()