--- linuxsampler/trunk/ChangeLog 2006/02/26 13:00:08 840 +++ 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) @@ -78,8 +86,8 @@ (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 between the lscp thread and the - audio/midi threads + - fixed some concurrency problems that could lead to crashes when + LSCP commands were executed Version 0.3.3 (15 July 2005)