--- libgig/trunk/ChangeLog 2021/06/15 12:22:26 3929 +++ libgig/trunk/ChangeLog 2021/06/18 13:47:46 3940 @@ -21,6 +21,18 @@ 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. + - 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). + - Fixed File::GetGroup(size_t) to be reentrant-safe. + - Marked methods GetFirstGroup() and GetNextGroup() as deprecated. + - Fixed GetGroup(String) to be reentrant-safe. + - Use GetGroup() instead of GetFirstGroup() / GetNextGroup() in entire + gig.cpp file. * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning. @@ -40,6 +52,9 @@ deprecated. - Use File::GetSample() instead of File::GetFirstSample() / File::GetNextSample() in entire DLS.cpp file. + - Added method Articulator::GetArticulation(). + - Marked methods Articulator::GetFirstArticulation() and + Articulator::GetNextArticulation() as deprecated. * src/RIFF.cpp, src/RIFF.h: - Chunk::LoadChunkData(): Fix clang sanatizer warning.