--- libgig/trunk/ChangeLog 2012/12/02 16:30:30 2381 +++ libgig/trunk/ChangeLog 2013/09/08 16:25:42 2467 @@ -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 @@ -14,6 +15,14 @@ * src/gig.cpp: - 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 + - bugfix: sample groups were sometimes created multiple times or with + wrong textual group name * src/DLS.cpp, src/DLS.h: - added new method File::GetFileName() @@ -25,6 +34,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)