/[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 530 by schoenebeck, Mon May 9 14:09:16 2005 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version 2.0.0 (9 May 2005)
2    
3      * packaging changes:
4        - fixed conditional linkage of either libsndfile or libaudiofile
5          (if none of the two exist, configure script will abort)
6        - man pages are now auto generated with the correct libgig version
7    
8      * src/gig.cpp, src/gig.h:
9        - experimental support for Gigasampler v3 format;
10          64 bit file offsets are truncated to 32 bit, 24 bit samples are
11          truncated to 16 bit, up to 8 dimensions are read, additional
12          articulation informations are ignored at the moment
13          (patch by Andreas Persson)
14        - added some file format compatibility checks
15        - fixed vcf_type_lowpassturbo value (vcf_type_lowpassturbo was actually
16          never used, because the necessary check was made before
17          initialization)
18        - fixed crossfade points order (structure for big endian and little
19          endian systems was interchanged)
20        - fixed some memory leaks (patch by 'Gene', a.k.a Anders Alm)
21        - fixed crash which occured when patches did not have a sample assigned
22          to their region or dimension region (patch by Andreas Persson)
23        - support for compressed mono samples
24        - experimental support for compressed 24 bit samples
25        - fixed decompression on big-endian CPUs
26        - fixed decompression bug that truncated the last block of samples
27        - external decompression buffers can now be used for streaming samples
28          to avoid race conditions in case of multiple streaming threads
29        - added pre-calculated sample attenuation parameter
30        - added v3 "random" and "round robin" dimensions
31        - implemented progress indicator callback mechanism for loading
32          instruments and samples
33        - added functions libraryName() and libraryVersion()
34    
35      * src/DLS.cpp, src/DLS.h:
36        - fixed File constructor which caused variable File::Instruments always
37          to be zero
38        - added functions libraryName() and libraryVersion()
39    
40      * src/RIFF.cpp, src/RIFF.h:
41        - fixed method List::LoadSubChunks() which did not restore the original
42          position within the body of the given list chunk
43        - added functions libraryName() and libraryVersion()
44    
45      * src/rifftree.cpp:
46        - added command line switch -v to show rifftree's revision and the used
47          libgig version
48    
49      * src/dlsdump.cpp:
50        - added command line switch -v to show dlsdump's revision and the used
51          libgig version
52    
53      * src/gigdump.cpp:
54        - added output of UnityNote, FineTune, Gain, SampleStartOffset an
55          LoopPlayCount
56        - added command line switch -v to show gigdump's revision and the used
57          libgig version
58    
59      * src/gigextract.cpp:
60        - support for compressed mono samples and compressed 24 bit samples
61        - added command line switch -v to show gigextract's revision and the
62          used libgig version
63    
64    Version 1.0.0 (26 Nov 2004)
65    
66    * packaging changes:    * packaging changes:
67      - 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
68        'libgig' -> 'gig' as it's common practice to omit the 'lib' prefix        'libgig' -> 'gig' as it's common practice to omit the 'lib' prefix
69        - fixed man pages automake install rule (which didn't work on Mandrake,
70          SuSE and Fedora)
71        - fixed generation of Doxygen API documentation (now also included in
72          RPM and Debian packages)
73    
74    * src/gig.cpp, src/gig.h:    * src/gig.cpp, src/gig.h:
75      - fixed / improved accuracy of all three velocity to volume      - fixed / improved accuracy of all three velocity to volume
76        transformation functions (a.k.a. 'nonlinear','linear','special')        transformation functions a.k.a. 'nonlinear','linear','special'
77          (patch by Andreas Persson)
78      - denormals are filtered from the velocity to volume tables      - denormals are filtered from the velocity to volume tables
79      - bugfix for dimension region switching (wrong handling of the release      - bugfix for dimension region switching (wrong handling of the release
80        trigger dimension, no bit range check for dimensions of split type        trigger dimension, no bit range check for dimensions of split type
81        'split_type_bit')        'split_type_bit')
82      - fixed panorama value in DimensionRegion (invalid conversion from      - fixed panorama value in DimensionRegion (invalid conversion from
83        signed 7 bit to signed 8 bit)        signed 7 bit to signed 8 bit)
84        - added class attribute 'Layers' to class 'gig::Region'
85        - symbol prototyping of gig::Region (fixes build failure with qsampler)
86    
87    * src/gigextract.cpp:    * src/gigextract.cpp:
88      - added support for libsndfile (if libaudiofile and libsndfile are      - added support for libsndfile (if libaudiofile and libsndfile are
# Line 23  Version CVS HEAD (?) Line 93  Version CVS HEAD (?)
93      - added printout for velocity response curve parameters      - added printout for velocity response curve parameters
94      - added printout for crossfade definitions      - added printout for crossfade definitions
95      - added printout for panorama value for each DimensionRegion      - added printout for panorama value for each DimensionRegion
96        - replaced printout of DLS Region layer by printout of amount of
97          Gigasampler layers
98    
99  Version 0.7.1 (2 Jul 2004)  Version 0.7.1 (2 Jul 2004)
100    

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

  ViewVC Help
Powered by ViewVC