--- linuxsampler/trunk/ChangeLog 2006/01/14 14:07:47 829 +++ linuxsampler/trunk/ChangeLog 2006/02/06 18:07:17 835 @@ -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,12 @@ 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), pan (CC10 and gig + parameter) and crossfade + - added support for the "attenuation controller threshold" gig + parameter + - added smoothing of volume changes caused by control change + messages * LSCP server: - fixed application exit on broken pipe error (fixes bug #20) @@ -67,6 +74,7 @@ - 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) + - fixed some memory management errors Version 0.3.3 (15 July 2005)