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

Diff of /libgig/trunk/ChangeLog

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

revision 1099 by schoenebeck, Thu Mar 15 13:57:47 2007 UTC revision 1301 by persson, Sat Aug 25 09:59:53 2007 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version CVS HEAD (?)
2    
3    * packaging changes:    * packaging changes:
4        - added Mac OSX XCode project files (patch by Toshi Nagata)
5        - Dev-C++ (win32) project file is automatically updated with
6          the version info from configure.in
7    
8      * src/DLS.cpp, src/DLS.h:
9        - added Sampler::AddSampleLoop() and Sampler::DeleteSampleLoop() methods
10        - fixed write support for big-endian systems
11        - improved handling of fixed length info strings - separate default
12          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:
17        - fixed segmentation fault in the gig::File destructor sequence which
18          happened when gig::Group informations were accessed before
19        - fixed write support for big-endian systems
20        - defined lengths of a fixed set of info strings. These strings
21          are saved when the file is written, even if they are empty.
22        - added missing parameter initalizations in sample, region and
23          instrument constructors
24        - clear unused fields when saving samples and regions
25        - fixed write support bugs: v3 dimension limits and chunksize
26          weren't saved, leverage controller of type controlchange
27          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
30          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:
59        - 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)
66    
67      * packaging changes:
68      - ported to Windows using native Windows functions for file IO      - ported to Windows using native Windows functions for file IO
69        (provided Dev-C++ + mingw project file)        (provided Dev-C++ + mingw project file)
70      - only export relevant files to Doxygen API documentation      - only export relevant files to Doxygen API documentation
# Line 19  Version CVS HEAD (?) Line 83  Version CVS HEAD (?)
83      - fixed group names which were not saved      - fixed group names which were not saved
84      - fixed group destructor which did not remove the RIFF chunk associated      - fixed group destructor which did not remove the RIFF chunk associated
85        with the group        with the group
86        - added Instrument::MoveRegion method
87        - fixed constructor for Region, which did not initialize correctly
88          when used from Instrument::AddRegion
89        - when saving, override the gig::Regions sample reference simply by
90          the region's first dimension region's sample (avoids an exception
91          when trying to save a new instrument)
92        - fixed AddDimension() method which did not fill out all mandatory
93          dimension definition fields
94    
95      * src/DLS.cpp, src/DLS.h:
96        - added Instrument::MoveRegion method
97        - fixed software info field which was wrongly stored on instruments,
98          causing an exception when trying to save a new instrument
99    
100    * src/RIFF.cpp, src/RIFF.h:    * src/RIFF.cpp, src/RIFF.h:
101      - fixed RIFF::Chunk destructor which did not unregister previously      - fixed RIFF::Chunk destructor which did not unregister previously
102        resized chunks, leading to a "zero size chunk" exception when        resized chunks, leading to a "zero size chunk" exception when
103        File::Save() was called        File::Save() was called
104        - added List::MoveSubChunk method
105    
106  Version 3.1.0 (24 Nov 2006)  Version 3.1.0 (24 Nov 2006)
107    

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

  ViewVC Help
Powered by ViewVC