--- libgig/trunk/ChangeLog 2021/06/17 09:21:11 3933 +++ libgig/trunk/ChangeLog 2021/06/17 10:09:42 3935 @@ -24,6 +24,10 @@ - Added method Group::GetSample(). - Marked methods Group::GetFirstSample() and Group::GetNextSample() as deprecated. + - Use Group::GetSample() instead of Group::GetFirstSample() / + Group::GetNextSample() in entire gig.cpp file. + - Changed signature of method File::GetGroup(uint) to + File::GetGroup(size_t). * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.