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

Diff of /libgig/trunk/ChangeLog

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

revision 518 by schoenebeck, Sun May 8 16:19:34 2005 UTC revision 774 by persson, Sun Sep 18 12:41:56 2005 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version CVS HEAD (?)
2    
3      * src/gig.cpp, src/gig.h:
4        - fixed the GetVelocityCutoff function, it wasn't always using the
5          VCFVelocityScale parameter when no cutoff controller was defined
6        - support for the gig v3 feature to have a number of dimension
7          splits not equal to a power of two
8    
9    Version 2.0.2 (15 Aug 2005)
10    
11      * packaging changes:
12        - require automake (>= 1.5) for 'make -f Makefile.cvs'
13          (mandatory for 'dist-bzip2' automake option)
14    
15      * src/gig.cpp, src/gig.h:
16        - support for gig v3 multi-file format (.gig, .gx01, .gx02, ...),
17          the extension files are read automatically when the samples are
18          loaded
19        - fixed the 24 bit decompression, the result should now be exact
20          instead of an approximation
21        - added VCFCutoffControllerInvert parameter and GetVelocityCutoff
22          function to DimensionRegion
23    
24      * src/DLS.cpp, src/DLS.h:
25        - the upper bits of the pool table indices are read (used as
26          extension file numbers for gig v3)
27    
28      * src/RIFF.cpp, src/RIFF.h:
29        - the file name is remembered in the RIFF::File object
30    
31    Version 2.0.1 (12 Jun 2005)
32    
33      * packaging changes:
34        - include debian/ directory on 'make dist'
35        - create a bzip2 tarball on 'make dist'
36    
37      * src/gigextract.cpp:
38        - show also version of libsndfile or build version of libaudiofile when
39          using the -v switch
40        - fixed mutual link dependency to libsndfile / libaudiofile
41    
42      * src/gig.cpp, src/gig.h:
43        - added DimensionRegion::GetVelocityRelease function
44    
45    Version 2.0.0 (9 May 2005)
46    
47    * packaging changes:    * packaging changes:
48      - fixed conditional linkage of either libsndfile or libaudiofile      - fixed conditional linkage of either libsndfile or libaudiofile
49        (if none of the two exist, configure script will abort)        (if none of the two exist, configure script will abort)
# Line 51  Version CVS HEAD (?) Line 95  Version CVS HEAD (?)
95        libgig version        libgig version
96    
97    * src/gigdump.cpp:    * src/gigdump.cpp:
98      - added output of UnityNote and FineTune      - added output of UnityNote, FineTune, Gain, SampleStartOffset an
99      - added output of Gain and SampleStartOffset        LoopPlayCount
     - added output of LoopPlayCount  
100      - added command line switch -v to show gigdump's revision and the used      - added command line switch -v to show gigdump's revision and the used
101        libgig version        libgig version
102    

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

  ViewVC Help
Powered by ViewVC