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

Diff of /libgig/trunk/ChangeLog

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

revision 695 by persson, Sat Jul 16 19:36:23 2005 UTC revision 854 by schoenebeck, Fri Apr 28 17:51:27 2006 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version 3.0.0 (28 Apr 2006)
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:    * packaging changes:
41      - require automake (>= 1.5) for 'make -f Makefile.cvs'      - require automake (>= 1.5) for 'make -f Makefile.cvs'
# Line 10  Version CVS HEAD (?) Line 47  Version CVS HEAD (?)
47        loaded        loaded
48      - fixed the 24 bit decompression, the result should now be exact      - fixed the 24 bit decompression, the result should now be exact
49        instead of an approximation        instead of an approximation
50        - added VCFCutoffControllerInvert parameter and GetVelocityCutoff
51          function to DimensionRegion
52    
53    * src/DLS.cpp, src/DLS.h:    * src/DLS.cpp, src/DLS.h:
54      - the upper bits of the pool table indices are read (used as      - the upper bits of the pool table indices are read (used as

Legend:
Removed from v.695  
changed lines
  Added in v.854

  ViewVC Help
Powered by ViewVC