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

Diff of /libgig/trunk/ChangeLog

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

revision 1218 by persson, Fri Jun 1 19:19:28 2007 UTC revision 1316 by schoenebeck, Fri Aug 31 19:09:13 2007 UTC
# Line 11  Version CVS HEAD (?) Line 11  Version CVS HEAD (?)
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      - 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 39  Version CVS HEAD (?) Line 40  Version CVS HEAD (?)
40        instruments        instruments
41      - write support: improved the default values for dimension region      - write support: improved the default values for dimension region
42        parameters        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        - added method GetParent() to class 'DimensionRegion', which returns its
58          parent Region
59    
60    * src/RIFF.cpp, src/RIFF.h:    * src/RIFF.cpp, src/RIFF.h:
61      - added File::SetByteOrder method      - added File::SetByteOrder method
62        - Windows fix: saving a new file didn't work
63    
64      * src/gigdump.cpp:
65        - added some missing dimension strings
66    
67  Version 3.1.1 (24 Mar 2007)  Version 3.1.1 (24 Mar 2007)
68    

Legend:
Removed from v.1218  
changed lines
  Added in v.1316

  ViewVC Help
Powered by ViewVC