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

Diff of /libgig/trunk/ChangeLog

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

revision 231 by schoenebeck, Sun Sep 5 00:46:28 2004 UTC revision 345 by schoenebeck, Fri Jan 21 16:40:37 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 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:    * packaging changes:
21      - 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
22        'libgig' -> 'gig' as it's common practice to omit the 'lib' prefix        '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:    * src/gig.cpp, src/gig.h:
29      - fixed / improved accuracy of all three velocity to volume      - fixed / improved accuracy of all three velocity to volume
30        transformation functions (a.k.a. 'nonlinear','linear','special')        transformation functions a.k.a. 'nonlinear','linear','special'
31          (patch by Andreas Persson)
32      - denormals are filtered from the velocity to volume tables      - 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:    * src/gigextract.cpp:
42      - added support for libsndfile (if libaudiofile and libsndfile are      - added support for libsndfile (if libaudiofile and libsndfile are
# Line 16  Version CVS HEAD (?) Line 45  Version CVS HEAD (?)
45    * src/gigdump.cpp:    * src/gigdump.cpp:
46      - added printout for dimension informations (amount, type, bits, zones)      - added printout for dimension informations (amount, type, bits, zones)
47      - added printout for velocity response curve parameters      - 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)  Version 0.7.1 (2 Jul 2004)
54    

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

  ViewVC Help
Powered by ViewVC