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

Diff of /libgig/trunk/ChangeLog

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

revision 334 by schoenebeck, Mon Jan 3 00:53:42 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:
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:    * src/gig.cpp, src/gig.h:
41      - experimental support for Gigasampler v3 format;      - experimental support for Gigasampler v3 format;
42        64 bit file offsets are truncated to 32 bit, 24 bit samples are        64 bit file offsets are truncated to 32 bit, 24 bit samples are
43        truncated to 16 bit and additional articulation informations are        truncated to 16 bit, up to 8 dimensions are read, additional
44        ignored at the moment (patch by Andreas Persson)        articulation informations are ignored at the moment
45          (patch by Andreas Persson)
46      - added some file format compatibility checks      - 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:    * src/gigdump.cpp:
86      - added output of UnityNote and FineTune      - 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)  Version 1.0.0 (26 Nov 2004)
97    

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

  ViewVC Help
Powered by ViewVC