--- libgig/trunk/ChangeLog 2021/06/19 10:41:02 3956 +++ libgig/trunk/ChangeLog 2021/06/19 10:55:04 3959 @@ -58,6 +58,13 @@ size_t instead of uint. - Changed signature of method Instrument::IsScriptSlotBypassed(uint) to Instrument::IsScriptSlotBypassed(size_t). + - Changed signature of method Instrument::SetScriptSlotBypassed(uint,bool) + to Instrument::SetScriptSlotBypassed(size_t,bool). + - Changed signature of method + Instrument::IsScriptPatchVariableSet(int,String) to + Instrument::IsScriptPatchVariableSet(size_t,String). + - Changed signature of method Instrument::GetScriptPatchVariables(int) to + Instrument::GetScriptPatchVariables(size_t). * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.