--- linuxsampler/trunk/ChangeLog 2005/09/21 19:06:35 777 +++ linuxsampler/trunk/ChangeLog 2005/10/02 14:40:52 783 @@ -25,6 +25,12 @@ curve and Velocity range. The keyboard tracking now also scales cutoff frequency, not just resonance. - fixed bug in sysex handling (patch by Juan Linietsky) + - added global volume attenuation of -9 dB (0.35f) to prevent clipping + which can be overridden with --enable-global-attenuation + - EG fixes: made the length of "attack hold" stage more + accurate. Release stage can now start before attack stage + ends. Cancel release didn't work when sustain was zero. + * LSCP server: - fixed application exit on broken pipe error (fixes bug #20) @@ -42,6 +48,9 @@ --enable-process-muted-channels which can be used to enable the processing of muted channels. - support for sostenuto pedal + - 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) Version 0.3.3 (15 July 2005)