shithub: ft2-clone

Download patch

ref: a58a7763f01ed81b45b00b323cbffc3050583971
parent: 8457c7dcbb4115460ae4d882982763fbeb80595c
author: Olav Sørensen <olav.sorensen@live.no>
date: Tue Nov 3 11:36:22 EST 2020

Fix another wrong comment

--- a/src/ft2_audio.h
+++ b/src/ft2_audio.h
@@ -51,7 +51,7 @@
 	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;