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

Diff of /libgig/trunk/ChangeLog

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

revision 1266 by persson, Thu Aug 2 14:12:55 2007 UTC revision 1678 by persson, Sun Feb 10 16:07:22 2008 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version CVS HEAD (?)
2    
3      * src/gig.cpp, src/gig.h:
4        - added partial support for MIDI rules, only the Controller
5          Triggered rule is supported so far
6        - bugfix: removed another iterator invalidation in DeleteSample
7    
8      * src/RIFF.cpp, src/RIFF.h:
9        - bugfix: saving to the same file after the file size had been
10          increased made the file corrupt (#82)
11    
12    Version 3.2.1 (5 Dec 2007)
13    
14      * src/RIFF.cpp, src/RIFF.h:
15        - avoid Windows to perform unnecessary file stream caching which would
16          decrease disk streaming performance on Windows systems otherwise
17    
18      * src/gig.cpp, src/gig.h:
19        - added File::SetAutoLoad() and File::GetAutoLoad() for allowing
20          applications to retrieve very superficial informations like amount of
21          instruments and their names in a very fast way
22    
23    Version 3.2.0 (14 Oct 2007)
24    
25    * packaging changes:    * packaging changes:
26      - added Mac OSX XCode project files (patch by Toshi Nagata)      - added Mac OSX XCode project files (patch by Toshi Nagata)
27      - Dev-C++ (win32) project file is automatically updated with      - Dev-C++ (win32) project file is automatically updated with
28        the version info from configure.in        the version info from configure.in
29        - the configure script can now be used in Windows with MSYS
30        - added a mainpage for the Doxygen API documentation
31    
32    * src/DLS.cpp, src/DLS.h:    * src/DLS.cpp, src/DLS.h:
33      - added Sampler::AddSampleLoop() and Sampler::DeleteSampleLoop() methods      - added Sampler::AddSampleLoop() and Sampler::DeleteSampleLoop() methods
# Line 12  Version CVS HEAD (?) Line 36  Version CVS HEAD (?)
36        lengths can be specified for each INFO chunk        lengths can be specified for each INFO chunk
37      - added Resource::GenerateDLSID function      - added Resource::GenerateDLSID function
38      - write support fix: allow regions without mapped samples      - write support fix: allow regions without mapped samples
39        - added method SetKeyRange() to the Region class which should be used
40          instead of setting the KeyRange member variable directly
41        - MoveRegion() method of Region class is now private
42        - added SetGain() method to Sampler class
43        - fixed crash when saving a file after a sample loop was added
44    
45    * src/gig.cpp, src/gig.h:    * src/gig.cpp, src/gig.h:
46      - fixed segmentation fault in the gig::File destructor sequence which      - fixed segmentation fault in the gig::File destructor sequence which
# Line 51  Version CVS HEAD (?) Line 80  Version CVS HEAD (?)
80        list in v3 files now always has 128 entries, several parameters        list in v3 files now always has 128 entries, several parameters
81        where incorrectly saved due to an operator precedence mistake        where incorrectly saved due to an operator precedence mistake
82      - DeleteSample now removes all references to the deleted sample      - DeleteSample now removes all references to the deleted sample
83        - AddDimension now copies all parameters from existing dimension
84          regions and also makes sure that the samplechannel dimension is
85          placed first in the list of dimensions.
86        - added method GetParent() to class 'DimensionRegion', which returns its
87          parent Region
88        - fixed Instrument::UpdateRegionKeyTable() method which did not reset
89          unused areas
90        - added various setter methods to DimensionRegion class which take care
91          of updating lookup tables / caches.
92    
93    * src/RIFF.cpp, src/RIFF.h:    * src/RIFF.cpp, src/RIFF.h:
94      - added File::SetByteOrder method      - added File::SetByteOrder method
95        - Windows fix: saving a new file didn't work
96    
97    * src/gigdump.cpp:    * src/gigdump.cpp:
98      - added some missing dimension strings      - added some missing dimension strings

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

  ViewVC Help
Powered by ViewVC