HomeSort by relevance Sort by last modified time
    Searched refs:lfoValue (Results 1 - 3 of 3) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.h 89 EAS_I16 lfoValue; /* LFO current output value */
eas_dlssynth.c 156 pitchCents += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue);
170 pitchCents += FMUL_15x15(temp, pWTVoice->vibLFO.lfoValue);
201 gain += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue);
274 cutoff += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue);
329 pWTVoice->modLFO.lfoValue = 0;
331 pWTVoice->vibLFO.lfoValue = 0;
eas_wtsynth.c 361 pWTVoice->modLFO.lfoValue = 0;
648 temp = MULT_EG1_EG1(pWTVoice->modLFO.lfoValue, temp);
658 (MULT_EG1_EG1(pWTVoice->modLFO.lfoValue, pArt->lfoToPitch));
768 lfoGain = MULT_EG1_EG1(pWTVoice->modLFO.lfoValue, pArt->lfoToGain);
    [all...]

Completed in 65 milliseconds