Searched refs:vibLFO (Results 1 – 4 of 4) sorted by relevance
170 pitchCents += FMUL_15x15(temp, pWTVoice->vibLFO.lfoValue); in DLS_UpdatePhaseInc()331 pWTVoice->vibLFO.lfoValue = 0; in DLS_StartVoice()332 pWTVoice->vibLFO.lfoPhase = pDLSArt->vibLFO.lfoDelay; in DLS_StartVoice()400 WT_UpdateLFO(&pWTVoice->vibLFO, pDLSArt->vibLFO.lfoFreq); in DLS_UpdateVoice()
144 S_LFO_CONTROL vibLFO; /* vibrato LFO */ member
168 S_LFO_PARAMS vibLFO; member
2486 pArt->vibLFO.lfoFreq = ConvertLFOPhaseIncrement(pDLSArt->values[PARAM_VIB_LFO_FREQ]); in Convert_art()2487 pArt->vibLFO.lfoDelay = -ConvertDelay(pDLSArt->values[PARAM_VIB_LFO_DELAY]); in Convert_art()