--- linuxsampler/trunk/src/gig.cpp 2004/01/01 23:46:41 27 +++ linuxsampler/trunk/src/gig.cpp 2004/01/02 00:02:56 28 @@ -73,9 +73,7 @@ } FrameOffset = 0; // just for streaming compressed samples - LoopStart /= FrameSize; // convert to sample points - LoopEnd /= FrameSize; // convert to sample points - LoopSize = LoopEnd - LoopStart; + LoopSize = LoopEnd - LoopStart; } /// Scans compressed samples for mandatory informations (e.g. actual number of total sample points).