Home
last modified time | relevance | path

Searched refs:lfoPhase (Results 1 – 3 of 3) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_wtsynth.c362 pWTVoice->modLFO.lfoPhase = -pArt->lfoDelay; in WT_StartVoice()
1006 if (pLFO->lfoPhase < 0) in WT_UpdateLFO()
1008 pLFO->lfoPhase++; in WT_UpdateLFO()
1014 pLFO->lfoValue = (EAS_I16) (pLFO->lfoPhase << 2); in WT_UpdateLFO()
1016 if ((pLFO->lfoPhase > 0x1fff) && (pLFO->lfoPhase < 0x6000)) in WT_UpdateLFO()
1020 pLFO->lfoPhase = (pLFO->lfoPhase + phaseInc) & 0x7fff; in WT_UpdateLFO()
Deas_wtengine.h90 EAS_I16 lfoPhase; /* LFO current phase */ member
Deas_dlssynth.c330 pWTVoice->modLFO.lfoPhase = pDLSArt->modLFO.lfoDelay; in DLS_StartVoice()
332 pWTVoice->vibLFO.lfoPhase = pDLSArt->vibLFO.lfoDelay; in DLS_StartVoice()