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

Diff of /libgig/trunk/ChangeLog

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

revision 511 by schoenebeck, Thu May 5 13:49:53 2005 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      - fixed conditional linkage of either libsndfile or libaudiofile
37        (if none of the two exist, configure script will abort)        (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:    * src/gig.cpp, src/gig.h:
41      - experimental support for Gigasampler v3 format;      - experimental support for Gigasampler v3 format;
# Line 27  Version CVS HEAD (?) Line 60  Version CVS HEAD (?)
60        to avoid race conditions in case of multiple streaming threads        to avoid race conditions in case of multiple streaming threads
61      - added pre-calculated sample attenuation parameter      - added pre-calculated sample attenuation parameter
62      - added v3 "random" and "round robin" dimensions      - 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:    * src/gigdump.cpp:
86      - added output of UnityNote and FineTune      - added output of UnityNote, FineTune, Gain, SampleStartOffset an
87      - added output of Gain and SampleStartOffset        LoopPlayCount
88      - added output of LoopPlayCount      - added command line switch -v to show gigdump's revision and the used
89          libgig version
90    
91    * src/gigextract.cpp:    * src/gigextract.cpp:
92      - support for compressed mono samples and compressed 24 bit samples      - 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)  Version 1.0.0 (26 Nov 2004)
97    

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

  ViewVC Help
Powered by ViewVC