--- libgig/trunk/ChangeLog 2021/06/17 09:21:11 3933 +++ libgig/trunk/ChangeLog 2021/06/17 09:44:03 3934 @@ -24,6 +24,8 @@ - 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. * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.