--- libgig/trunk/ChangeLog 2021/06/19 10:38:45 3955 +++ libgig/trunk/ChangeLog 2021/06/19 10:41:02 3956 @@ -56,6 +56,8 @@ Instrument::RemoveScriptSlot(size_t). - Changed signature of method Instrument::ScriptSlotCount() to return size_t instead of uint. + - Changed signature of method Instrument::IsScriptSlotBypassed(uint) to + Instrument::IsScriptSlotBypassed(size_t). * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.