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

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

  ViewVC Help
Powered by ViewVC