--- libgig/trunk/ChangeLog 2007/03/18 19:38:47 1106 +++ libgig/trunk/ChangeLog 2007/04/11 16:33:56 1154 @@ -1,5 +1,10 @@ Version CVS HEAD (?) + * src/DLS.cpp, src/DLS.h: + - added Sampler::AddSampleLoop() and Sampler::DeleteSampleLoop() methods + +Version 3.1.1 (24 Mar 2007) + * packaging changes: - ported to Windows using native Windows functions for file IO (provided Dev-C++ + mingw project file) @@ -25,6 +30,8 @@ - when saving, override the gig::Regions sample reference simply by the region's first dimension region's sample (avoids an exception when trying to save a new instrument) + - fixed AddDimension() method which did not fill out all mandatory + dimension definition fields * src/DLS.cpp, src/DLS.h: - added Instrument::MoveRegion method