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

Diff of /libgig/trunk/ChangeLog

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

revision 437 by persson, Wed Mar 9 22:02:40 2005 UTC revision 834 by persson, Mon Feb 6 17:58:21 2006 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version CVS HEAD (?)
2    
3      * general changes:
4        - added write support (that is for creating and modifying RIFF, DLS and
5          gig files)
6        - loading DLS and gig files is now much more permissive, DLS and gig
7          files are now loaded even if mandatory RIFF chunks are missing
8        - fixed some memory management errors, one of them was causing a
9          crash when a multi-file gig was deallocated
10    
11      * src/gig.cpp, src/gig.h:
12        - fixed the GetVelocityCutoff function, it wasn't always using the
13          VCFVelocityScale parameter when no cutoff controller was defined
14        - support for the gig v3 feature to have a number of dimension
15          splits not equal to a power of two
16        - added write support (highly experimental)
17    
18      * src/DLS.cpp, src/DLS.h:
19        - fixed loading of Articulation Connections (<artl> list chunks were
20          seeked instead of ordinary <artl> data chunks)
21        - added write support (highly experimental)
22    
23      * src/RIFF.cpp, src/RIFF.h:
24        - added write support
25        - Chunk::LoadChunkData() can now be called again to resize the buffer
26          after a Chunk::Resize() and before the File::Save() call to allow
27          placing the new data in the chunk's write buffer and perform the
28          resize and write operations in one rush
29    
30      * src/gigdump.cpp:
31        - fixed to show the correct amount of dimension regions instead of 32
32          (patch by James Wylder)
33    
34      * src/dlsdump.cpp:
35        - show for every region the name of the referenced sample
36        - show file name in quotation marks
37    
38    Version 2.0.2 (15 Aug 2005)
39    
40      * packaging changes:
41        - require automake (>= 1.5) for 'make -f Makefile.cvs'
42          (mandatory for 'dist-bzip2' automake option)
43    
44      * src/gig.cpp, src/gig.h:
45        - support for gig v3 multi-file format (.gig, .gx01, .gx02, ...),
46          the extension files are read automatically when the samples are
47          loaded
48        - fixed the 24 bit decompression, the result should now be exact
49          instead of an approximation
50        - added VCFCutoffControllerInvert parameter and GetVelocityCutoff
51          function to DimensionRegion
52    
53      * src/DLS.cpp, src/DLS.h:
54        - the upper bits of the pool table indices are read (used as
55          extension file numbers for gig v3)
56    
57      * src/RIFF.cpp, src/RIFF.h:
58        - the file name is remembered in the RIFF::File object
59    
60    Version 2.0.1 (12 Jun 2005)
61    
62      * packaging changes:
63        - include debian/ directory on 'make dist'
64        - create a bzip2 tarball on 'make dist'
65    
66      * src/gigextract.cpp:
67        - show also version of libsndfile or build version of libaudiofile when
68          using the -v switch
69        - fixed mutual link dependency to libsndfile / libaudiofile
70    
71      * src/gig.cpp, src/gig.h:
72        - added DimensionRegion::GetVelocityRelease function
73    
74    Version 2.0.0 (9 May 2005)
75    
76    * packaging changes:    * packaging changes:
77      - fixed conditional linkage of either libsndfile or libaudiofile      - fixed conditional linkage of either libsndfile or libaudiofile
78        (if none of the two exist, configure script will abort)        (if none of the two exist, configure script will abort)
79        - man pages are now auto generated with the correct libgig version
80    
81    * src/gig.cpp, src/gig.h:    * src/gig.cpp, src/gig.h:
82      - experimental support for Gigasampler v3 format;      - experimental support for Gigasampler v3 format;
# Line 27  Version CVS HEAD (?) Line 101  Version CVS HEAD (?)
101        to avoid race conditions in case of multiple streaming threads        to avoid race conditions in case of multiple streaming threads
102      - added pre-calculated sample attenuation parameter      - added pre-calculated sample attenuation parameter
103      - added v3 "random" and "round robin" dimensions      - added v3 "random" and "round robin" dimensions
104        - implemented progress indicator callback mechanism for loading
105          instruments and samples
106        - added functions libraryName() and libraryVersion()
107    
108      * src/DLS.cpp, src/DLS.h:
109        - fixed File constructor which caused variable File::Instruments always
110          to be zero
111        - added functions libraryName() and libraryVersion()
112    
113      * src/RIFF.cpp, src/RIFF.h:
114        - fixed method List::LoadSubChunks() which did not restore the original
115          position within the body of the given list chunk
116        - added functions libraryName() and libraryVersion()
117    
118      * src/rifftree.cpp:
119        - added command line switch -v to show rifftree's revision and the used
120          libgig version
121    
122      * src/dlsdump.cpp:
123        - added command line switch -v to show dlsdump's revision and the used
124          libgig version
125    
126    * src/gigdump.cpp:    * src/gigdump.cpp:
127      - added output of UnityNote and FineTune      - added output of UnityNote, FineTune, Gain, SampleStartOffset an
128      - added output of Gain and SampleStartOffset        LoopPlayCount
129        - added command line switch -v to show gigdump's revision and the used
130          libgig version
131    
132    * src/gigextract.cpp:    * src/gigextract.cpp:
133      - support for compressed mono samples and compressed 24 bit samples      - support for compressed mono samples and compressed 24 bit samples
134        - added command line switch -v to show gigextract's revision and the
135          used libgig version
136    
137  Version 1.0.0 (26 Nov 2004)  Version 1.0.0 (26 Nov 2004)
138    

Legend:
Removed from v.437  
changed lines
  Added in v.834

  ViewVC Help
Powered by ViewVC