--- libgig/trunk/ChangeLog 2015/05/13 08:36:47 2764 +++ libgig/trunk/ChangeLog 2015/07/02 20:04:16 2780 @@ -20,6 +20,7 @@ - added new command line tool "gig2stereo" (and a man page for it) - unit tests: fixed wrong return value when test suite app exits (patch by Ryan Schmidt) + - added new command line tool "sf2extract" (and a man page for it) * SoundFont file format: - initial implementation @@ -89,6 +90,9 @@ new one being dropped after save operation and the gig file being tainted (chunks at wrong location in the RIFF tree). + * src/SF.cpp, src/SF.h: + - added new method Sample::ReadNoClear() + * src/RIFF.cpp, src/RIFF.h: - bugfix: avoid calling read() with count 0 when writing a file, as this may hang on some systems