--- linuxsampler/trunk/ChangeLog 2006/02/05 10:24:05 832 +++ linuxsampler/trunk/ChangeLog 2006/05/14 07:15:52 865 @@ -12,6 +12,10 @@ configure script argument though (mandatory for cross-compilation) - do not automatically pick optimized gcc flags if the user already provided some on his own (as CXXFLAGS) + - added compile time option to disable processing of All-Notes-Off MIDI + messages + - added compile time options to allow disabling the various audio and + MIDI drivers * Gigasampler format engine: - extensive synthesis optimization @@ -50,6 +54,10 @@ parameter - added smoothing of volume changes caused by control change messages + - sample loop parameters are now taken from the DimensionRegion + instead of the wave chunk + - fixed keyswitching for v3 gigs with a number of keyswitch splits + not equal to a power of two * LSCP server: - fixed application exit on broken pipe error (fixes bug #20) @@ -58,6 +66,9 @@ - fixed parser bug which occured on space(s) within device parameters (e.g. "SET AUDIO_OUTPUT_CHANNEL_PARAMETER 0 0 SOMEPARAM='foo bar'") + * audio driver: + - added aRts audio output driver (by no means RT safe) + * MIDI driver: - fixed legacy sysex code which caused dispatching of MIDI SysEx messages several times instead of once @@ -74,6 +85,9 @@ - support for monitoring the total number of active voices (new LSCP commands: GET TOTAL_VOICE_COUNT, GET TOTAL_VOICE_COUNT_MAX, SUBSCRIBE TOTAL_VOICE_COUNT, UNSUBSCRIBE TOTAL_VOICE_COUNT) + - fixed some memory management errors + - fixed some concurrency problems that could lead to crashes when + LSCP commands were executed Version 0.3.3 (15 July 2005)