--- libgig/trunk/ChangeLog 2009/03/22 11:13:25 1869 +++ libgig/trunk/ChangeLog 2010/05/30 11:39:36 2100 @@ -1,8 +1,14 @@ Version CVS HEAD (?) + * SoundFont file format + - initial implementation + - changed region lookup API to avoid malloc in RT threads + +Version 3.3.0 (30 Jul 2009) * general changes: - fixed compilation with gcc 4.3 - fixes for building with Visual C++ + - minor fix in configure for building DLL on Windows * src/gig.cpp, src/gig.h: - added partial support for MIDI rules, only the Controller @@ -11,6 +17,8 @@ - bugfix in Sample::LoadSampleData*(): reset sample read position to sample start before trying to (re)load sample data from file (#82) - bugfix: EG3 depth parameter was not saved correctly + - fixed crash which occured when streaming a gig sample with + bi-directional (a.k.a. 'pingpong') loop type (fixes #102) * src/RIFF.cpp, src/RIFF.h: - bugfix: saving to the same file after the file size had been @@ -24,6 +32,8 @@ - bugfix: destructor for base class RIFF::Chunk accessed members of derived class RIFF::File, which is bad, and caused crashes when using Visual C++ + - bugfix: files that contain zero length RIFF lists were not read + correctly (fixes #127) (bug was introduced 2009-03-13) Version 3.2.1 (5 Dec 2007)