--- linuxsampler/trunk/ChangeLog 2006/08/05 17:55:49 909 +++ 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 @@ -67,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) @@ -83,6 +85,7 @@ 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 @@ -102,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)