Home
last modified time | relevance | path

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

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_sample_ed.c1319 curSmpLoopLength = s->loopLength; in writeSample()
2828 int32_t loopLength = curSmpLoopLength; in sampRepeatUp()
2837 curSmpLoopLength = loopLength; in sampRepeatUp()
2865 int32_t loopLength = curSmpLoopLength + 1; in sampReplenUp()
2869 curSmpLoopLength = loopLength; in sampReplenUp()
2883 loopLength = curSmpLoopLength - 1; in sampReplenDown()
2887 curSmpLoopLength = loopLength; in sampReplenDown()
3112 int32_t loopLength = curSmpLoopLength - newPos; in setLeftLoopPinPos()
3127 curSmpLoopLength = loopLength; in setLeftLoopPinPos()
3149 curSmpLoopLength = loopLength; in setRightLoopPinPos()
[all …]