--- linuxsampler/trunk/ChangeLog 2005/09/23 07:05:04 779 +++ 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)