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

Diff of /libgig/trunk/ChangeLog

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

revision 269 by schoenebeck, Fri Oct 8 17:25:28 2004 UTC revision 365 by persson, Thu Feb 10 19:16:31 2005 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, up to 8 dimensions are read, additional
7          articulation informations are ignored at the moment
8          (patch by Andreas Persson)
9        - added some file format compatibility checks
10        - fixed vcf_type_lowpassturbo value (vcf_type_lowpassturbo was actually
11          never used, because the necessary check was made before
12          initialization)
13        - fixed crossfade points order (structure for big endian and little
14          endian systems was interchanged)
15        - fixed some memory leaks (patch by 'Gene', a.k.a Anders Alm)
16        - fixed crash which occured when patches did not have a sample assigned
17          to their region or dimension region (patch by Andreas Persson)
18        - support for compressed mono samples
19        - experimental support for compressed 24 bit samples
20        - fixed decompression on big-endian CPUs
21        - fixed decompression bug that truncated the last block of samples
22    
23      * src/gigdump.cpp:
24        - added output of UnityNote and FineTune
25    
26      * src/gigextract.cpp:
27        - support for compressed mono samples and compressed 24 bit samples
28    
29    Version 1.0.0 (26 Nov 2004)
30    
31    * packaging changes:    * packaging changes:
32      - 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
33        'libgig' -> 'gig' as it's common practice to omit the 'lib' prefix        'libgig' -> 'gig' as it's common practice to omit the 'lib' prefix
34        - fixed man pages automake install rule (which didn't work on Mandrake,
35          SuSE and Fedora)
36        - fixed generation of Doxygen API documentation (now also included in
37          RPM and Debian packages)
38    
39    * src/gig.cpp, src/gig.h:    * src/gig.cpp, src/gig.h:
40      - fixed / improved accuracy of all three velocity to volume      - fixed / improved accuracy of all three velocity to volume
41        transformation functions (a.k.a. 'nonlinear','linear','special')        transformation functions a.k.a. 'nonlinear','linear','special'
42          (patch by Andreas Persson)
43      - denormals are filtered from the velocity to volume tables      - denormals are filtered from the velocity to volume tables
44      - bugfix for dimension region switching (wrong handling of the release      - bugfix for dimension region switching (wrong handling of the release
45        trigger dimension, no bit range check for dimensions of split type        trigger dimension, no bit range check for dimensions of split type
46        'split_type_bit')        'split_type_bit')
47      - fixed panorama value in DimensionRegion (invalid conversion from      - fixed panorama value in DimensionRegion (invalid conversion from
48        signed 7 bit to signed 8 bit)        signed 7 bit to signed 8 bit)
49        - added class attribute 'Layers' to class 'gig::Region'
50        - symbol prototyping of gig::Region (fixes build failure with qsampler)
51    
52    * src/gigextract.cpp:    * src/gigextract.cpp:
53      - added support for libsndfile (if libaudiofile and libsndfile are      - added support for libsndfile (if libaudiofile and libsndfile are
# Line 23  Version CVS HEAD (?) Line 58  Version CVS HEAD (?)
58      - added printout for velocity response curve parameters      - added printout for velocity response curve parameters
59      - added printout for crossfade definitions      - added printout for crossfade definitions
60      - added printout for panorama value for each DimensionRegion      - added printout for panorama value for each DimensionRegion
61        - replaced printout of DLS Region layer by printout of amount of
62          Gigasampler layers
63    
64  Version 0.7.1 (2 Jul 2004)  Version 0.7.1 (2 Jul 2004)
65    

Legend:
Removed from v.269  
changed lines
  Added in v.365

  ViewVC Help
Powered by ViewVC