--- libgig/trunk/ChangeLog 2004/07/08 21:51:03 192 +++ libgig/trunk/ChangeLog 2004/09/05 00:46:28 231 @@ -1,3 +1,22 @@ +Version CVS HEAD (?) + + * packaging changes: + - renamed 'libgig.pc.in' -> 'gig.pc.in' and renamed pkg-config lib name + 'libgig' -> 'gig' as it's common practice to omit the 'lib' prefix + + * src/gig.cpp, src/gig.h: + - fixed / improved accuracy of all three velocity to volume + transformation functions (a.k.a. 'nonlinear','linear','special') + - denormals are filtered from the velocity to volume tables + + * src/gigextract.cpp: + - added support for libsndfile (if libaudiofile and libsndfile are + available then libsndfile is preferred) + + * src/gigdump.cpp: + - added printout for dimension informations (amount, type, bits, zones) + - added printout for velocity response curve parameters + Version 0.7.1 (2 Jul 2004) * packaging changes: @@ -57,7 +76,6 @@ * src/gigdump.cpp: - added printout of samples' looping informations - Version 0.6.0 (3 Nov 2003) * initial release