--- libgig/trunk/ChangeLog 2004/08/18 12:11:26 220 +++ libgig/trunk/ChangeLog 2004/09/15 13:49:21 241 @@ -4,10 +4,23 @@ - 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 + - bugfix for dimension region switching (wrong handling of the release + trigger dimension, no bit range check for dimensions of split type + 'split_type_bit') + * 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 + - added printout for crossfade definitions + Version 0.7.1 (2 Jul 2004) * packaging changes: