--- linuxsampler/trunk/ChangeLog 2006/01/15 18:23:11 830 +++ 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 @@ -44,6 +48,16 @@ all modes can be altered via standard GM messages, that is CC5 for altering portamento time, CC65 for enabling / disabling portamento mode, CC126 for enabling solo mode and CC127 for disabling solo mode + - fine tuning of the curves for volume (CC7), pan (CC10 and gig + parameter) and crossfade + - added support for the "attenuation controller threshold" gig + 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) @@ -52,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 @@ -68,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)