Home | History | Annotate | Download | only in lib_src

Lines Matching refs:lfoPhase

361     pWTVoice->modLFO.lfoPhase = -pArt->lfoDelay;
977 if (pLFO->lfoPhase < 0)
979 pLFO->lfoPhase++;
985 lfoPhase << 2);
987 if ((pLFO->lfoPhase > 0x1fff) && (pLFO->lfoPhase < 0x6000))
991 pLFO->lfoPhase = (pLFO->lfoPhase + phaseInc) & 0x7fff;