--- libgig/trunk/ChangeLog 2014/06/01 00:10:36 2586 +++ libgig/trunk/ChangeLog 2014/09/14 16:07:34 2675 @@ -36,6 +36,8 @@ - Fixed Mac OSX support so that the Akai lib files and tools compile without any exotic third party libraries. - Fixed various compilation errors for Windows. + - POSIX fix: open() requires third (mode) argument if used with O_CREAT + (fixes #219). * src/gig.cpp: - bugfix: VCF velocity dynamic range and VCF velocity curve @@ -62,6 +64,9 @@ with certain velocity split sounds under certain conditions (added bound constraints to prevent that) - GIG FORMAT EXTENSION: added support for real-time instrument scripts. + - added new method Region::GetDimensionRegionIndexByValue() + - added new method Script::GetGroup() + - added new method Region::SetDimensionType() * src/DLS.cpp, src/DLS.h: - added new method File::GetFileName() @@ -87,6 +92,8 @@ - added 2nd, alternative method for List::MoveSubChunk(), the old 1st one allows to move a subchunk within the current List, whereas the new 2nd one allows to move the subchunk from the current list to another list + - POSIX: only assume -1 result value as error on open() calls + - POSIX: show operating system's error reason if opening a file failed * src/gigextract.cpp: - export sample loop, unity note and fine tune with libsndfile