[Fluxus] smoothing bias

gabor papp gabor.lists at mndl.hu
Mon Jul 18 11:13:11 PDT 2011


hi Kas,

> stuck, but here there is actually some clue on what is happening. Right
> after I set it to 1.5 the signal explodes and goes to infinity.
this value is used like this in fluxus-audio:

m_FFTOutput[n]=((m_FFTOutput[n]*m_SmoothingBias)+Value*(1-m_SmoothingBias));

so, i believe it should be >= 0 and < 1. we can limit it in the setter 
function.

best,
gabor



More information about the Fluxus mailing list