Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_dlssynth.c156 pitchCents += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue); in DLS_UpdatePhaseInc()
201 gain += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue); in DLS_UpdateGain()
274 cutoff += FMUL_15x15(temp, pWTVoice->modLFO.lfoValue); in DLS_UpdateFilter()
329 pWTVoice->modLFO.lfoValue = 0; in DLS_StartVoice()
330 pWTVoice->modLFO.lfoPhase = pDLSArt->modLFO.lfoDelay; in DLS_StartVoice()
399 WT_UpdateLFO(&pWTVoice->modLFO, pDLSArt->modLFO.lfoFreq); in DLS_UpdateVoice()
Deas_wtsynth.c361 pWTVoice->modLFO.lfoValue = 0; in WT_StartVoice()
362 pWTVoice->modLFO.lfoPhase = -pArt->lfoDelay; in WT_StartVoice()
555 WT_UpdateLFO(&pWTVoice->modLFO, pArt->lfoFreq); in WT_UpdateVoice()
671 temp = MULT_EG1_EG1(pWTVoice->modLFO.lfoValue, temp); in WT_UpdatePhaseInc()
681 (MULT_EG1_EG1(pWTVoice->modLFO.lfoValue, pArt->lfoToPitch)); in WT_UpdatePhaseInc()
791 lfoGain = MULT_EG1_EG1(pWTVoice->modLFO.lfoValue, pArt->lfoToGain); in WT_UpdateGain()
Deas_wtengine.h141 S_LFO_CONTROL modLFO; /* modulator LFO */ member
Deas_sndlib.h167 S_LFO_PARAMS modLFO; member
Deas_mdls.c2484 pArt->modLFO.lfoFreq = ConvertLFOPhaseIncrement(pDLSArt->values[PARAM_MOD_LFO_FREQ]); in Convert_art()
2485 pArt->modLFO.lfoDelay = -ConvertDelay(pDLSArt->values[PARAM_MOD_LFO_DELAY]); in Convert_art()