--- libgig/trunk/ChangeLog 2021/06/15 12:22:26 3929 +++ libgig/trunk/ChangeLog 2021/06/17 09:21:11 3933 @@ -21,6 +21,9 @@ deprecated. - Use File::GetSample() instead of File::GetFirstSample() / File::GetNextSample() in entire gig.cpp file. + - Added method Group::GetSample(). + - Marked methods Group::GetFirstSample() and Group::GetNextSample() as + deprecated. * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.