Home | History | Annotate | Download | only in lib_src

Lines Matching refs:loopStart

389         pWTVoice->loopStart = WT_NOISE_GENERATOR;
408 pWTVoice->loopStart = pWTVoice->phaseAccum + pRegion->loopStart;
412 pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion->waveIndex] - 1;
420 wtConfig.loopStart = pWTVoice->loopStart;
561 temp = pWTVoice->loopEnd - pWTVoice->loopStart;
576 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd))