/[svn]/libgig/trunk/ChangeLog
ViewVC logotype

Diff of /libgig/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 192 by schoenebeck, Thu Jul 8 21:51:03 2004 UTC revision 282 by schoenebeck, Wed Oct 13 20:05:42 2004 UTC
# Line 1  Line 1 
1    Version CVS HEAD (?)
2    
3      * packaging changes:
4        - renamed 'libgig.pc.in' -> 'gig.pc.in' and renamed pkg-config lib name
5          'libgig' -> 'gig' as it's common practice to omit the 'lib' prefix
6    
7      * src/gig.cpp, src/gig.h:
8        - fixed / improved accuracy of all three velocity to volume
9          transformation functions (a.k.a. 'nonlinear','linear','special')
10        - denormals are filtered from the velocity to volume tables
11        - bugfix for dimension region switching (wrong handling of the release
12          trigger dimension, no bit range check for dimensions of split type
13          'split_type_bit')
14        - fixed panorama value in DimensionRegion (invalid conversion from
15          signed 7 bit to signed 8 bit)
16        - added class attribute 'Layers' to class 'gig::Region'
17    
18      * src/gigextract.cpp:
19        - added support for libsndfile (if libaudiofile and libsndfile are
20          available then libsndfile is preferred)
21    
22      * src/gigdump.cpp:
23        - added printout for dimension informations (amount, type, bits, zones)
24        - added printout for velocity response curve parameters
25        - added printout for crossfade definitions
26        - added printout for panorama value for each DimensionRegion
27        - replaced printout of DLS Region layer by printout of amount of
28          Gigasampler layers
29    
30  Version 0.7.1 (2 Jul 2004)  Version 0.7.1 (2 Jul 2004)
31    
32    * packaging changes:    * packaging changes:
# Line 57  Version 0.7.0 (3 May 2004) Line 86  Version 0.7.0 (3 May 2004)
86    * src/gigdump.cpp:    * src/gigdump.cpp:
87      - added printout of samples' looping informations      - added printout of samples' looping informations
88    
   
89  Version 0.6.0 (3 Nov 2003)  Version 0.6.0 (3 Nov 2003)
90    
91    * initial release    * initial release

Legend:
Removed from v.192  
changed lines
  Added in v.282

  ViewVC Help
Powered by ViewVC