--- linuxsampler/trunk/ChangeLog 2006/07/05 17:53:22 900 +++ linuxsampler/trunk/ChangeLog 2006/08/05 17:55:49 909 @@ -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 @@ -61,6 +63,10 @@ - reimplementation of the filter algorithm. The new filter is more accurate and supports all gig filter types, including bandreject and lowpass turbo. + - real support for 24 bit samples - samples are not truncated to + 16 bits anymore + - support for aftertouch (channel pressure, not polyphonic + aftertouch) * LSCP server: - fixed application exit on broken pipe error (fixes bug #20) @@ -75,6 +81,8 @@ * 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) * linuxsampler application: - show available sampler engine types on startup