--- libgig/trunk/ChangeLog 2004/09/09 18:37:22 235 +++ libgig/trunk/ChangeLog 2004/10/13 20:05:42 282 @@ -8,6 +8,12 @@ - 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') + - fixed panorama value in DimensionRegion (invalid conversion from + signed 7 bit to signed 8 bit) + - added class attribute 'Layers' to class 'gig::Region' * src/gigextract.cpp: - added support for libsndfile (if libaudiofile and libsndfile are @@ -17,6 +23,9 @@ - added printout for dimension informations (amount, type, bits, zones) - added printout for velocity response curve parameters - added printout for crossfade definitions + - added printout for panorama value for each DimensionRegion + - replaced printout of DLS Region layer by printout of amount of + Gigasampler layers Version 0.7.1 (2 Jul 2004)