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

Diff of /libgig/trunk/ChangeLog

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

revision 1186 by schoenebeck, Sun May 13 19:03:34 2007 UTC revision 1301 by persson, Sat Aug 25 09:59:53 2007 UTC
# Line 10  Version CVS HEAD (?) Line 10  Version CVS HEAD (?)
10      - fixed write support for big-endian systems      - fixed write support for big-endian systems
11      - improved handling of fixed length info strings - separate default      - improved handling of fixed length info strings - separate default
12        lengths can be specified for each INFO chunk        lengths can be specified for each INFO chunk
13        - added Resource::GenerateDLSID function
14        - write support fix: allow regions without mapped samples
15    
16    * src/gig.cpp, src/gig.h:    * src/gig.cpp, src/gig.h:
17      - fixed segmentation fault in the gig::File destructor sequence which      - fixed segmentation fault in the gig::File destructor sequence which
# Line 22  Version CVS HEAD (?) Line 24  Version CVS HEAD (?)
24      - clear unused fields when saving samples and regions      - clear unused fields when saving samples and regions
25      - fixed write support bugs: v3 dimension limits and chunksize      - fixed write support bugs: v3 dimension limits and chunksize
26        weren't saved, leverage controller of type controlchange        weren't saved, leverage controller of type controlchange
27        couldn't be saved, group name list chunk was placed wrong        couldn't be saved, group name list chunk was placed wrong,
28          dimension region chunks also placed wrong
29      - added initialization of some fixed info strings in file and      - added initialization of some fixed info strings in file and
30        instrument        instrument
31        - write support: files created by libgig will now have the RIFF
32          chunks in correct order
33        - write support: two previously unknown fields in dimension
34          definition are now saved
35        - added constants for gig file versions
36        - write support: the 3crc and einf chunks are now created or
37          updated when a file is saved (3crc contains sample checksums,
38          einf contains file statistics)
39        - write support: DLSID is now generated on the file and the
40          instruments
41        - write support: improved the default values for dimension region
42          parameters
43        - more write support fixes: crossfade parameters were not saved,
44          v3 dimension limits were not correctly initialized and saved
45          when dimensions were added or deleted, v3 wave pool offsets were
46          not saved correctly
47        - write support: 24 bit samples can now be written
48        - write support: version 3 is now the default for new files
49        - more write support fixes: the 3ewg chunk is now bigger for v3,
50          dimension regions without mapped samples are now allowed, 3gnl
51          list in v3 files now always has 128 entries, several parameters
52          where incorrectly saved due to an operator precedence mistake
53        - DeleteSample now removes all references to the deleted sample
54        - AddDimension now copies all parameters from existing dimension
55          regions and also makes sure that the samplechannel dimension is
56          placed first in the list of dimensions.
57    
58    * src/RIFF.cpp, src/RIFF.h:    * src/RIFF.cpp, src/RIFF.h:
59      - added File::SetByteOrder method      - added File::SetByteOrder method
60        - Windows fix: saving a new file didn't work
61    
62      * src/gigdump.cpp:
63        - added some missing dimension strings
64    
65  Version 3.1.1 (24 Mar 2007)  Version 3.1.1 (24 Mar 2007)
66    

Legend:
Removed from v.1186  
changed lines
  Added in v.1301

  ViewVC Help
Powered by ViewVC