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.c770 EAS_I32 lfoGain; in WT_UpdateGain() local
791 lfoGain = MULT_EG1_EG1(pWTVoice->modLFO.lfoValue, pArt->lfoToGain); in WT_UpdateGain()
792 lfoGain = MULT_EG1_EG1(lfoGain, LFO_GAIN_TO_CENTS); in WT_UpdateGain()
795 lfoGain = EAS_Calculate2toX(lfoGain); in WT_UpdateGain()
796 temp = MULT_EG1_EG1(temp, lfoGain); in WT_UpdateGain()