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

Diff of /libgig/trunk/ChangeLog

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

revision 1316 by schoenebeck, Fri Aug 31 19:09:13 2007 UTC revision 1859 by persson, Sun Mar 8 12:24:56 2009 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version CVS HEAD (?)
2    
3      * general changes:
4        - fixed compilation with gcc 4.3
5    
6      * src/gig.cpp, src/gig.h:
7        - added partial support for MIDI rules, only the Controller
8          Triggered rule is supported so far
9        - bugfix: removed another iterator invalidation in DeleteSample
10        - bugfix in Sample::LoadSampleData*(): reset sample read position to
11          sample start before trying to (re)load sample data from file (#82)
12    
13      * src/RIFF.cpp, src/RIFF.h:
14        - bugfix: saving to the same file after the file size had been
15          increased made the file corrupt (#82)
16        - bugfix: refuse Chunk::Read() in case chunk has just been added, that
17          is not written physically yet (#82)
18        - bugfix: saving to the same file after the file size had been
19          decreased sometimes also made the file corrupt!
20    
21    Version 3.2.1 (5 Dec 2007)
22    
23      * src/RIFF.cpp, src/RIFF.h:
24        - avoid Windows to perform unnecessary file stream caching which would
25          decrease disk streaming performance on Windows systems otherwise
26    
27      * src/gig.cpp, src/gig.h:
28        - added File::SetAutoLoad() and File::GetAutoLoad() for allowing
29          applications to retrieve very superficial informations like amount of
30          instruments and their names in a very fast way
31    
32    Version 3.2.0 (14 Oct 2007)
33    
34    * packaging changes:    * packaging changes:
35      - added Mac OSX XCode project files (patch by Toshi Nagata)      - added Mac OSX XCode project files (patch by Toshi Nagata)
36      - Dev-C++ (win32) project file is automatically updated with      - Dev-C++ (win32) project file is automatically updated with
37        the version info from configure.in        the version info from configure.in
38        - the configure script can now be used in Windows with MSYS
39        - added a mainpage for the Doxygen API documentation
40    
41    * src/DLS.cpp, src/DLS.h:    * src/DLS.cpp, src/DLS.h:
42      - added Sampler::AddSampleLoop() and Sampler::DeleteSampleLoop() methods      - added Sampler::AddSampleLoop() and Sampler::DeleteSampleLoop() methods
# Line 12  Version CVS HEAD (?) Line 45  Version CVS HEAD (?)
45        lengths can be specified for each INFO chunk        lengths can be specified for each INFO chunk
46      - added Resource::GenerateDLSID function      - added Resource::GenerateDLSID function
47      - write support fix: allow regions without mapped samples      - write support fix: allow regions without mapped samples
48        - added method SetKeyRange() to the Region class which should be used
49          instead of setting the KeyRange member variable directly
50        - MoveRegion() method of Region class is now private
51        - added SetGain() method to Sampler class
52        - fixed crash when saving a file after a sample loop was added
53    
54    * src/gig.cpp, src/gig.h:    * src/gig.cpp, src/gig.h:
55      - fixed segmentation fault in the gig::File destructor sequence which      - fixed segmentation fault in the gig::File destructor sequence which
# Line 56  Version CVS HEAD (?) Line 94  Version CVS HEAD (?)
94        placed first in the list of dimensions.        placed first in the list of dimensions.
95      - added method GetParent() to class 'DimensionRegion', which returns its      - added method GetParent() to class 'DimensionRegion', which returns its
96        parent Region        parent Region
97        - fixed Instrument::UpdateRegionKeyTable() method which did not reset
98          unused areas
99        - added various setter methods to DimensionRegion class which take care
100          of updating lookup tables / caches.
101    
102    * src/RIFF.cpp, src/RIFF.h:    * src/RIFF.cpp, src/RIFF.h:
103      - added File::SetByteOrder method      - added File::SetByteOrder method

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

  ViewVC Help
Powered by ViewVC