--- libgig/trunk/ChangeLog 2005/05/08 16:19:34 518 +++ libgig/trunk/ChangeLog 2005/07/26 11:13:53 728 @@ -1,6 +1,42 @@ Version CVS HEAD (?) * packaging changes: + - require automake (>= 1.5) for 'make -f Makefile.cvs' + (mandatory for 'dist-bzip2' automake option) + + * src/gig.cpp, src/gig.h: + - support for gig v3 multi-file format (.gig, .gx01, .gx02, ...), + the extension files are read automatically when the samples are + loaded + - fixed the 24 bit decompression, the result should now be exact + instead of an approximation + - added VCFCutoffControllerInvert parameter and GetVelocityCutoff + function to DimensionRegion + + * src/DLS.cpp, src/DLS.h: + - the upper bits of the pool table indices are read (used as + extension file numbers for gig v3) + + * src/RIFF.cpp, src/RIFF.h: + - the file name is remembered in the RIFF::File object + +Version 2.0.1 (12 Jun 2005) + + * packaging changes: + - include debian/ directory on 'make dist' + - create a bzip2 tarball on 'make dist' + + * src/gigextract.cpp: + - show also version of libsndfile or build version of libaudiofile when + using the -v switch + - fixed mutual link dependency to libsndfile / libaudiofile + + * src/gig.cpp, src/gig.h: + - added DimensionRegion::GetVelocityRelease function + +Version 2.0.0 (9 May 2005) + + * packaging changes: - fixed conditional linkage of either libsndfile or libaudiofile (if none of the two exist, configure script will abort) - man pages are now auto generated with the correct libgig version @@ -51,9 +87,8 @@ libgig version * src/gigdump.cpp: - - added output of UnityNote and FineTune - - added output of Gain and SampleStartOffset - - added output of LoopPlayCount + - added output of UnityNote, FineTune, Gain, SampleStartOffset an + LoopPlayCount - added command line switch -v to show gigdump's revision and the used libgig version