--- libgig/trunk/ChangeLog 2007/05/13 10:34:29 1183 +++ libgig/trunk/ChangeLog 2007/05/17 17:24:26 1195 @@ -2,6 +2,8 @@ * packaging changes: - added Mac OSX XCode project files (patch by Toshi Nagata) + - Dev-C++ (win32) project file is automatically updated with + the version info from configure.in * src/DLS.cpp, src/DLS.h: - added Sampler::AddSampleLoop() and Sampler::DeleteSampleLoop() methods @@ -20,13 +22,15 @@ - clear unused fields when saving samples and regions - fixed write support bugs: v3 dimension limits and chunksize weren't saved, leverage controller of type controlchange - couldn't be saved, group name list chunk was placed wrong + couldn't be saved, group name list chunk was placed wrong, + dimension region chunks also placed wrong - added initialization of some fixed info strings in file and instrument + - write support: files created by libgig will now have the RIFF + chunks in correct order * src/RIFF.cpp, src/RIFF.h: - - added constructor for File where endianess (RIFF/RIFX) can be - specified + - added File::SetByteOrder method Version 3.1.1 (24 Mar 2007)