--- libgig/trunk/ChangeLog 2021/06/14 12:15:51 3925 +++ libgig/trunk/ChangeLog 2021/06/15 10:16:40 3926 @@ -10,6 +10,9 @@ entire gig.cpp file. - Use GetSubListAt() instead of GetFirstSubList() / GetNextSubList() in entire gig.cpp file. + - Added method Instrument::GetRegionAt(). + - Marked methods Instrument::GetFirstRegion() and + Instrument::GetNextRegion() as deprecated. * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning. @@ -19,6 +22,9 @@ entire DLS.cpp file. - Use GetSubListAt() instead of GetFirstSubList() / GetNextSubList() in entire DLS.cpp file. + - Added method Instrument::GetRegionAt(). + - Marked methods Instrument::GetFirstRegion() and + Instrument::GetNextRegion() as deprecated. * src/RIFF.cpp, src/RIFF.h: - Chunk::LoadChunkData(): Fix clang sanatizer warning.