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

Diff of /libgig/trunk/ChangeLog

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

revision 1102 by persson, Sun Mar 18 07:13:06 2007 UTC revision 1266 by persson, Thu Aug 2 14:12:55 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    
55      * src/RIFF.cpp, src/RIFF.h:
56        - added File::SetByteOrder method
57    
58      * src/gigdump.cpp:
59        - added some missing dimension strings
60    
61    Version 3.1.1 (24 Mar 2007)
62    
63      * packaging changes:
64      - ported to Windows using native Windows functions for file IO      - ported to Windows using native Windows functions for file IO
65        (provided Dev-C++ + mingw project file)        (provided Dev-C++ + mingw project file)
66      - only export relevant files to Doxygen API documentation      - only export relevant files to Doxygen API documentation
# Line 22  Version CVS HEAD (?) Line 82  Version CVS HEAD (?)
82      - added Instrument::MoveRegion method      - added Instrument::MoveRegion method
83      - fixed constructor for Region, which did not initialize correctly      - fixed constructor for Region, which did not initialize correctly
84        when used from Instrument::AddRegion        when used from Instrument::AddRegion
85        - when saving, override the gig::Regions sample reference simply by
86          the region's first dimension region's sample (avoids an exception
87          when trying to save a new instrument)
88        - fixed AddDimension() method which did not fill out all mandatory
89          dimension definition fields
90    
91    * src/DLS.cpp, src/DLS.h:    * src/DLS.cpp, src/DLS.h:
92      - added Instrument::MoveRegion method      - added Instrument::MoveRegion method
93        - fixed software info field which was wrongly stored on instruments,
94          causing an exception when trying to save a new instrument
95    
96    * src/RIFF.cpp, src/RIFF.h:    * src/RIFF.cpp, src/RIFF.h:
97      - fixed RIFF::Chunk destructor which did not unregister previously      - fixed RIFF::Chunk destructor which did not unregister previously

Legend:
Removed from v.1102  
changed lines
  Added in v.1266

  ViewVC Help
Powered by ViewVC