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

Diff of /libgig/trunk/ChangeLog

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

revision 1083 by schoenebeck, Thu Mar 8 16:41:27 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 16  Version CVS HEAD (?) Line 76  Version CVS HEAD (?)
76        all the samples that belong to that group        all the samples that belong to that group
77      - fixed crash which occured on interfering File::DeleteSample() and      - fixed crash which occured on interfering File::DeleteSample() and
78        File::GetNextSample() calls (due to iterator invalidation)        File::GetNextSample() calls (due to iterator invalidation)
79        - fixed group names which were not saved
80        - fixed group destructor which did not remove the RIFF chunk associated
81          with the group
82        - added Instrument::MoveRegion method
83        - fixed constructor for Region, which did not initialize correctly
84          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:
92        - 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:
97        - fixed RIFF::Chunk destructor which did not unregister previously
98          resized chunks, leading to a "zero size chunk" exception when
99          File::Save() was called
100        - added List::MoveSubChunk method
101    
102  Version 3.1.0 (24 Nov 2006)  Version 3.1.0 (24 Nov 2006)
103    

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

  ViewVC Help
Powered by ViewVC