ft2-clone

Fasttracker 2 clone
Log | Files | Refs | README | LICENSE

commit a58a7763f01ed81b45b00b323cbffc3050583971
parent 8457c7dcbb4115460ae4d882982763fbeb80595c
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Tue,  3 Nov 2020 16:35:55 +0100

Fix another wrong comment

Diffstat:
Msrc/ft2_audio.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ft2_audio.h b/src/ft2_audio.h @@ -51,7 +51,7 @@ typedef struct uint32_t volRampSamples, revDelta, oldRevDelta; uint64_t posFrac, delta, oldDelta; - // if (loopStart > 0 && pos <= loopStart+3) useTheseTaps(); + // if (loopEnabled && hasLooped && samplingPos <= loopStart+SINC_LEFT_TAPS) readFixedTapsFromThisPointer(); const int8_t *leftEdgeTaps8; const int16_t *leftEdgeTaps16;