--- libgig/trunk/ChangeLog 2007/10/04 00:34:14 1378 +++ libgig/trunk/ChangeLog 2008/01/06 10:53:53 1627 @@ -1,5 +1,22 @@ Version CVS HEAD (?) + * src/gig.cpp, src/gig.h: + - added partial support for MIDI rules, only the Controller + Triggered rule is supported so far + +Version 3.2.1 (5 Dec 2007) + + * src/RIFF.cpp, src/RIFF.h: + - avoid Windows to perform unnecessary file stream caching which would + decrease disk streaming performance on Windows systems otherwise + + * src/gig.cpp, src/gig.h: + - added File::SetAutoLoad() and File::GetAutoLoad() for allowing + applications to retrieve very superficial informations like amount of + instruments and their names in a very fast way + +Version 3.2.0 (14 Oct 2007) + * packaging changes: - added Mac OSX XCode project files (patch by Toshi Nagata) - Dev-C++ (win32) project file is automatically updated with @@ -18,6 +35,7 @@ instead of setting the KeyRange member variable directly - MoveRegion() method of Region class is now private - added SetGain() method to Sampler class + - fixed crash when saving a file after a sample loop was added * src/gig.cpp, src/gig.h: - fixed segmentation fault in the gig::File destructor sequence which