/[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 518 by schoenebeck, Sun May 8 16:19:34 2005 UTC
# Line 3  Version CVS HEAD (?) Line 3  Version CVS HEAD (?)
3    * packaging changes:    * packaging changes:
4      - fixed conditional linkage of either libsndfile or libaudiofile      - fixed conditional linkage of either libsndfile or libaudiofile
5        (if none of the two exist, configure script will abort)        (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:    * src/gig.cpp, src/gig.h:
9      - experimental support for Gigasampler v3 format;      - experimental support for Gigasampler v3 format;
# Line 27  Version CVS HEAD (?) Line 28  Version CVS HEAD (?)
28        to avoid race conditions in case of multiple streaming threads        to avoid race conditions in case of multiple streaming threads
29      - added pre-calculated sample attenuation parameter      - added pre-calculated sample attenuation parameter
30      - added v3 "random" and "round robin" dimensions      - 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:    * src/gigdump.cpp:
54      - added output of UnityNote and FineTune      - added output of UnityNote and FineTune
55      - added output of Gain and SampleStartOffset      - added output of Gain and SampleStartOffset
56        - added output of LoopPlayCount
57        - added command line switch -v to show gigdump's revision and the used
58          libgig version
59    
60    * src/gigextract.cpp:    * src/gigextract.cpp:
61      - support for compressed mono samples and compressed 24 bit samples      - support for compressed mono samples and compressed 24 bit samples
62        - added command line switch -v to show gigextract's revision and the
63          used libgig version
64    
65  Version 1.0.0 (26 Nov 2004)  Version 1.0.0 (26 Nov 2004)
66    

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

  ViewVC Help
Powered by ViewVC