--- libgig/trunk/ChangeLog 2007/09/30 18:13:33 1358 +++ libgig/trunk/ChangeLog 2007/10/07 11:10:02 1388 @@ -5,6 +5,7 @@ - Dev-C++ (win32) project file is automatically updated with the version info from configure.in - the configure script can now be used in Windows with MSYS + - added a mainpage for the Doxygen API documentation * src/DLS.cpp, src/DLS.h: - added Sampler::AddSampleLoop() and Sampler::DeleteSampleLoop() methods @@ -17,6 +18,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