--- linuxsampler/trunk/ChangeLog 2006/01/28 16:55:30 831 +++ linuxsampler/trunk/ChangeLog 2006/03/04 16:23:53 841 @@ -44,10 +44,12 @@ 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) and pan (CC10 and gig - parameter) + - 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 * LSCP server: - fixed application exit on broken pipe error (fixes bug #20) @@ -56,6 +58,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 @@ -72,6 +77,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)