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

Diff of /libgig/trunk/ChangeLog

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

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

Legend:
Removed from v.282  
changed lines
  Added in v.666

  ViewVC Help
Powered by ViewVC