--- libgig/trunk/ChangeLog 2005/07/16 19:36:23 695 +++ libgig/trunk/ChangeLog 2005/11/09 20:04:11 800 @@ -1,5 +1,28 @@ Version CVS HEAD (?) + * general changes: + - added write support (only to the RIFF and DLS classes yet) + + * src/gig.cpp, src/gig.h: + - fixed the GetVelocityCutoff function, it wasn't always using the + VCFVelocityScale parameter when no cutoff controller was defined + - support for the gig v3 feature to have a number of dimension + splits not equal to a power of two + + * src/DLS.cpp, src/DLS.h: + - fixed loading of Articulation Connections ( list chunks were + seeked instead of ordinary data chunks) + - added write support (highly experimental) + + * src/RIFF.cpp, src/RIFF.h: + - added write support + - Chunk::LoadChunkData() can now be called again to resize the buffer + after a Chunk::Resize() and before the File::Save() call to allow + placing the new data in the chunk's write buffer and perform the + resize and write operations in one rush + +Version 2.0.2 (15 Aug 2005) + * packaging changes: - require automake (>= 1.5) for 'make -f Makefile.cvs' (mandatory for 'dist-bzip2' automake option) @@ -10,6 +33,8 @@ loaded - fixed the 24 bit decompression, the result should now be exact instead of an approximation + - added VCFCutoffControllerInvert parameter and GetVelocityCutoff + function to DimensionRegion * src/DLS.cpp, src/DLS.h: - the upper bits of the pool table indices are read (used as