--- libgig/trunk/ChangeLog 2014/06/01 00:10:36 2586 +++ libgig/trunk/ChangeLog 2015/01/03 21:44:42 2685 @@ -17,6 +17,7 @@ - Header files are now installed under $(prefix)/include/libgig/ by default. - Fixed various packaging issues regarding installation directories (fixes #218). + - added new command line tool "gig2stereo" (and a man page for it) * SoundFont file format: - initial implementation @@ -36,6 +37,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 +65,10 @@ 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() + - Added support for custom progress notification while saving to gig file. * src/DLS.cpp, src/DLS.h: - added new method File::GetFileName() @@ -70,6 +77,7 @@ - added new method File::SetFileName() allowing to call File::Save() later on without passing a file name - added inline helper methods overlaps() for struct range_t + - Added support for custom progress notification while saving to DLS file. * src/RIFF.cpp, src/RIFF.h: - bugfix: avoid calling read() with count 0 when writing a file, @@ -87,6 +95,11 @@ - 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 + - Added support for custom progress notification while saving to RIFF file. + - Fixed embarrassing old bug: POSIX read() errors were never detected on + Chunk::Read() calls due to signment incompatible variable. * src/gigextract.cpp: - export sample loop, unity note and fine tune with libsndfile