--- linuxsampler/trunk/ChangeLog 2006/01/14 14:07:47 829 +++ linuxsampler/trunk/ChangeLog 2006/01/28 16:55:30 831 @@ -18,8 +18,9 @@ (reimplementation of EGs and LFO(s), removed synthesis parameter prerendering and the synthesis parameter matrix in general, splitting each audio fragment into subfragments now where each subfragment uses - constant synthesis parameters - that is volume, pitch and filter - coefficients) + constant pitch and filter coefficients. The volume coefficient is + linearly interpolated inside a subfragment, unless + --disable-interpolate-volume is set.) - fine tuning of the EG modulation parameters - improved filter cutoff calculation by adding support for the following gig parameters: Cutoff freq (used when no cutoff @@ -43,6 +44,10 @@ 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) + - added support for the "attenuation controller threshold" gig + parameter * LSCP server: - fixed application exit on broken pipe error (fixes bug #20)