--- linuxsampler/trunk/ChangeLog 2005/09/26 10:17:00 781 +++ linuxsampler/trunk/ChangeLog 2005/10/02 14:40:52 783 @@ -27,6 +27,10 @@ - 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)