--- libgig/trunk/ChangeLog 2013/01/07 23:23:58 2394 +++ libgig/trunk/ChangeLog 2013/09/05 03:01:51 2465 @@ -4,8 +4,9 @@ - Mac OS X: link with CoreFoundation (for the UUID function) - removed gcc 4.7 warnings - modernized configure script + - removed usage of deprecated Automake variable INCLUDES - * SoundFont file format + * SoundFont file format: - initial implementation - changed region lookup API to avoid malloc in RT threads - fixed GetEG1Sustain which didn't return correct value @@ -15,6 +16,11 @@ - bugfix: VCF velocity dynamic range and VCF velocity curve weren't saved correctly - implemented File::AddDuplicateInstrument() + - bugfix: negative EG3 depth values were not correctly parsed or + saved + - added write support for CtrlTrigger midi rule + - added read and write support for Legato and Alternator midi + rules * src/DLS.cpp, src/DLS.h: - added new method File::GetFileName() @@ -26,6 +32,10 @@ as this may hang on some systems - fixed memory leak and memory handling errors when file loading fails + - added new method Chunk::ReadString + + * src/gigextract.cpp: + - export sample loop, unity note and fine tune with libsndfile Version 3.3.0 (30 Jul 2009)