--- libgig/trunk/ChangeLog 2021/06/14 11:26:48 3923 +++ libgig/trunk/ChangeLog 2021/06/14 12:07:47 3924 @@ -6,6 +6,10 @@ - Sample: Fix unnecessary RAM consumption in case of 24 bit samples (InternalDecompressionBuffer is no longer needed for 24 bit samples since SVN r902 / libgig release 3.1.0). + - Use GetSubChunkAt() instead of GetFirstSubChunk() / GetNextSubChunk() in + entire gig.cpp file. + - Use GetSubListAt() instead of GetFirstSubList() / GetNextSubList() in + entire gig.cpp file. * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.