--- libgig/trunk/ChangeLog 2005/02/17 02:22:26 384 +++ libgig/trunk/ChangeLog 2005/05/07 20:19:10 515 @@ -25,9 +25,23 @@ - fixed decompression bug that truncated the last block of samples - external decompression buffers can now be used for streaming samples to avoid race conditions in case of multiple streaming threads + - added pre-calculated sample attenuation parameter + - added v3 "random" and "round robin" dimensions + - implemented progress indicator callback mechanism for loading + instruments and samples + + * src/DLS.cpp: + - fixed File constructor which caused variable File::Instruments always + to be zero + + * src/RIFF.cpp: + - fixed method List::LoadSubChunks() which did not restore the original + position within the body of the given list chunk * src/gigdump.cpp: - added output of UnityNote and FineTune + - added output of Gain and SampleStartOffset + - added output of LoopPlayCount * src/gigextract.cpp: - support for compressed mono samples and compressed 24 bit samples