--- linuxsampler/trunk/ChangeLog 2006/07/22 14:22:53 903 +++ linuxsampler/trunk/ChangeLog 2006/11/24 17:43:09 937 @@ -1,4 +1,4 @@ -Version CVS HEAD (?) +Version 0.4.0 (24 November 2006) * packaging changes: - changed deprecated copyright attribute to license; added ldconfig @@ -19,6 +19,8 @@ messages - added compile time options to allow disabling the various audio and MIDI drivers + - fixed automatic GCC CPU switch detection on PPC + (patch by Ebrahim Mayat) * Gigasampler format engine: - extensive synthesis optimization @@ -65,6 +67,8 @@ 16 bits anymore - support for aftertouch (channel pressure, not polyphonic aftertouch) + - LFO1 behaviour fixed (dampening from max volume instead of + amplifying from 0) * LSCP server: - fixed application exit on broken pipe error (fixes bug #20) @@ -79,6 +83,9 @@ * MIDI driver: - fixed legacy sysex code which caused dispatching of MIDI SysEx messages several times instead of once + - API extension for MIDI drivers which already supply exact time stamps + for events (i.e. for offline rendering based MIDI drivers) + - added checks for bad MIDI data * linuxsampler application: - show available sampler engine types on startup @@ -98,6 +105,8 @@ - fixed some memory management errors - fixed some concurrency problems that could lead to crashes when LSCP commands were executed + - fixed crash when instrument loading failed previously on the same + sampler channel (fixes bug #36) Version 0.3.3 (15 July 2005)