Searched refs:lfoPhase (Results 1 – 3 of 3) sorted by relevance
362 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()
90 EAS_I16 lfoPhase; /* LFO current phase */ member
330 pWTVoice->modLFO.lfoPhase = pDLSArt->modLFO.lfoDelay; in DLS_StartVoice()332 pWTVoice->vibLFO.lfoPhase = pDLSArt->vibLFO.lfoDelay; in DLS_StartVoice()