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

Diff of /libgig/trunk/ChangeLog

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

revision 168 by capela, Fri Jul 2 19:37:09 2004 UTC revision 317 by schoenebeck, Sat Dec 4 14:13:49 2004 UTC
# Line 1  Line 1 
1    Version CVS HEAD (?)
2    
3      * src/gig.cpp, src/gig.h:
4        - experimental support for Gigasampler v3 format;
5          64 bit file offsets are truncated to 32 bit, 24 bit samples are
6          truncated to 16 bit and additional articulation informations are
7          ignored at the moment (patch by Andreas Persson)
8        - added some file format compatibility checks
9    
10    Version 1.0.0 (26 Nov 2004)
11    
12      * packaging changes:
13        - renamed 'libgig.pc.in' -> 'gig.pc.in' and renamed pkg-config lib name
14          'libgig' -> 'gig' as it's common practice to omit the 'lib' prefix
15        - fixed man pages automake install rule (which didn't work on Mandrake,
16          SuSE and Fedora)
17        - fixed generation of Doxygen API documentation (now also included in
18          RPM and Debian packages)
19    
20      * src/gig.cpp, src/gig.h:
21        - fixed / improved accuracy of all three velocity to volume
22          transformation functions a.k.a. 'nonlinear','linear','special'
23          (patch by Andreas Persson)
24        - denormals are filtered from the velocity to volume tables
25        - bugfix for dimension region switching (wrong handling of the release
26          trigger dimension, no bit range check for dimensions of split type
27          'split_type_bit')
28        - fixed panorama value in DimensionRegion (invalid conversion from
29          signed 7 bit to signed 8 bit)
30        - added class attribute 'Layers' to class 'gig::Region'
31        - symbol prototyping of gig::Region (fixes build failure with qsampler)
32    
33      * src/gigextract.cpp:
34        - added support for libsndfile (if libaudiofile and libsndfile are
35          available then libsndfile is preferred)
36    
37      * src/gigdump.cpp:
38        - added printout for dimension informations (amount, type, bits, zones)
39        - added printout for velocity response curve parameters
40        - added printout for crossfade definitions
41        - added printout for panorama value for each DimensionRegion
42        - replaced printout of DLS Region layer by printout of amount of
43          Gigasampler layers
44    
45  Version 0.7.1 (2 Jul 2004)  Version 0.7.1 (2 Jul 2004)
46    
47    * packaging changes:    * packaging changes:
48      - added libgig.spec and libgig.pc package configurations.      - added libgig.spec and libgig.pc package configurations for generating
49          Redhat packages
50      - header files included on installation.      - header files included on installation.
51      - autotools-generated files removed from CVS repository.      - autotools-generated files removed from CVS repository.
52          - added support for generating Debian packages
53        - version of shared library can be set in configure.in
54    
55  Version 0.7.0 (3 May 2004)  Version 0.7.0 (3 May 2004)
56    
57    * general changes:    * general changes:
# Line 54  Version 0.7.0 (3 May 2004) Line 101  Version 0.7.0 (3 May 2004)
101    * src/gigdump.cpp:    * src/gigdump.cpp:
102      - added printout of samples' looping informations      - added printout of samples' looping informations
103    
   
104  Version 0.6.0 (3 Nov 2003)  Version 0.6.0 (3 Nov 2003)
105    
106    * initial release    * initial release

Legend:
Removed from v.168  
changed lines
  Added in v.317

  ViewVC Help
Powered by ViewVC