--- linuxsampler/trunk/ChangeLog 2005/09/21 14:30:43 775 +++ linuxsampler/trunk/ChangeLog 2005/09/26 10:17:00 781 @@ -25,6 +25,8 @@ 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 * LSCP server: - fixed application exit on broken pipe error (fixes bug #20) @@ -41,6 +43,10 @@ (patch by Grigor Iliev, a bit adjusted). Also added configure option --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)