Searched refs:lfoPhase (Results 1 – 3 of 3) sorted by relevance
362 pWTVoice->modLFO.lfoPhase = -pArt->lfoDelay; in WT_StartVoice()1009 if (pLFO->lfoPhase < 0) in WT_UpdateLFO()1011 pLFO->lfoPhase++; in WT_UpdateLFO()1017 pLFO->lfoValue = (EAS_I16) (pLFO->lfoPhase << 2); in WT_UpdateLFO()1019 if ((pLFO->lfoPhase > 0x1fff) && (pLFO->lfoPhase < 0x6000)) in WT_UpdateLFO()1023 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()