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

Diff of /libgig/trunk/ChangeLog

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

revision 58 by schoenebeck, Mon May 3 14:16:59 2004 UTC revision 345 by schoenebeck, Fri Jan 21 16:40:37 2005 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        - fixed vcf_type_lowpassturbo value (vcf_type_lowpassturbo was actually
10          never used, because the necessary check was made before
11          initialization)
12        - fixed crossfade points order (structure for big endian and little
13          endian systems was interchanged)
14    
15      * src/gigdump.cpp:
16        - added output of UnityNote and FineTune
17    
18    Version 1.0.0 (26 Nov 2004)
19    
20      * packaging changes:
21        - renamed 'libgig.pc.in' -> 'gig.pc.in' and renamed pkg-config lib name
22          'libgig' -> 'gig' as it's common practice to omit the 'lib' prefix
23        - fixed man pages automake install rule (which didn't work on Mandrake,
24          SuSE and Fedora)
25        - fixed generation of Doxygen API documentation (now also included in
26          RPM and Debian packages)
27    
28      * src/gig.cpp, src/gig.h:
29        - fixed / improved accuracy of all three velocity to volume
30          transformation functions a.k.a. 'nonlinear','linear','special'
31          (patch by Andreas Persson)
32        - denormals are filtered from the velocity to volume tables
33        - bugfix for dimension region switching (wrong handling of the release
34          trigger dimension, no bit range check for dimensions of split type
35          'split_type_bit')
36        - fixed panorama value in DimensionRegion (invalid conversion from
37          signed 7 bit to signed 8 bit)
38        - added class attribute 'Layers' to class 'gig::Region'
39        - symbol prototyping of gig::Region (fixes build failure with qsampler)
40    
41      * src/gigextract.cpp:
42        - added support for libsndfile (if libaudiofile and libsndfile are
43          available then libsndfile is preferred)
44    
45      * src/gigdump.cpp:
46        - added printout for dimension informations (amount, type, bits, zones)
47        - added printout for velocity response curve parameters
48        - added printout for crossfade definitions
49        - added printout for panorama value for each DimensionRegion
50        - replaced printout of DLS Region layer by printout of amount of
51          Gigasampler layers
52    
53    Version 0.7.1 (2 Jul 2004)
54    
55      * packaging changes:
56        - added libgig.spec and libgig.pc package configurations for generating
57          Redhat packages
58        - header files included on installation.
59        - autotools-generated files removed from CVS repository.
60        - added support for generating Debian packages
61        - version of shared library can be set in configure.in
62    
63  Version 0.7.0 (3 May 2004)  Version 0.7.0 (3 May 2004)
64    
65    * general changes:    * general changes:
# Line 47  Version 0.7.0 (3 May 2004) Line 109  Version 0.7.0 (3 May 2004)
109    * src/gigdump.cpp:    * src/gigdump.cpp:
110      - added printout of samples' looping informations      - added printout of samples' looping informations
111    
   
112  Version 0.6.0 (3 Nov 2003)  Version 0.6.0 (3 Nov 2003)
113    
114    * initial release    * initial release

Legend:
Removed from v.58  
changed lines
  Added in v.345

  ViewVC Help
Powered by ViewVC