/[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 1172 by schoenebeck, Sun May 6 16:17:48 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    
6      * src/DLS.cpp, src/DLS.h:
7        - added Sampler::AddSampleLoop() and Sampler::DeleteSampleLoop() methods
8    
9      * src/gig.cpp, src/gig.h:
10        - fixed segmentation fault in the gig::File destructor sequence which
11          happened when gig::Group informations were accessed before
12    
13    Version 3.1.1 (24 Mar 2007)
14    
15      * packaging changes:
16      - ported to Windows using native Windows functions for file IO      - ported to Windows using native Windows functions for file IO
17        (provided Dev-C++ + mingw project file)        (provided Dev-C++ + mingw project file)
18      - only export relevant files to Doxygen API documentation      - only export relevant files to Doxygen API documentation
# Line 19  Version CVS HEAD (?) Line 31  Version CVS HEAD (?)
31      - fixed group names which were not saved      - fixed group names which were not saved
32      - fixed group destructor which did not remove the RIFF chunk associated      - fixed group destructor which did not remove the RIFF chunk associated
33        with the group        with the group
34        - added Instrument::MoveRegion method
35        - fixed constructor for Region, which did not initialize correctly
36          when used from Instrument::AddRegion
37        - when saving, override the gig::Regions sample reference simply by
38          the region's first dimension region's sample (avoids an exception
39          when trying to save a new instrument)
40        - fixed AddDimension() method which did not fill out all mandatory
41          dimension definition fields
42    
43      * src/DLS.cpp, src/DLS.h:
44        - added Instrument::MoveRegion method
45        - fixed software info field which was wrongly stored on instruments,
46          causing an exception when trying to save a new instrument
47    
48    * src/RIFF.cpp, src/RIFF.h:    * src/RIFF.cpp, src/RIFF.h:
49      - fixed RIFF::Chunk destructor which did not unregister previously      - fixed RIFF::Chunk destructor which did not unregister previously
50        resized chunks, leading to a "zero size chunk" exception when        resized chunks, leading to a "zero size chunk" exception when
51        File::Save() was called        File::Save() was called
52        - added List::MoveSubChunk method
53    
54  Version 3.1.0 (24 Nov 2006)  Version 3.1.0 (24 Nov 2006)
55    

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

  ViewVC Help
Powered by ViewVC