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

Diff of /libgig/trunk/ChangeLog

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

revision 196 by schoenebeck, Sat Jul 10 09:52:24 2004 UTC revision 317 by schoenebeck, Sat Dec 4 14:13:49 2004 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  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:    * packaging changes:
13      - renamed 'libgig.pc.in' -> 'gig.pc.in' and renamed pkg-config lib name      - 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        '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    

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

  ViewVC Help
Powered by ViewVC