vlowres with iord=1 is lowres, a resonant lowpass filter derived from a Hans Mikelson orchestra, probably "Low Pass Resonant Filter" here http://www.csounds.com/mikelson/multifx.orc It's the equation from lowpassr.c: y(n) = coef2 * (coef1 * x(n) - k * x(n-1)) with kfco = kfco * (1 + (sep * iord)) b = 10 / (kres * sqrt(kfco)) - 1 k = 1000 / kfco coeff1 = b+2*k coeff2 = 1/(1+b+k) tito On Sun, Nov 20, 2011 at 06:16:02AM -0800, menno wrote: > Hi all, > > On the manual page from vlowres i saw this: > ksep -- frequency cutoff separation for each filter > > i understand that you can serially connect several filters, but can someone > explain what frequency cutoff separation does? > > tia, > Menno > > -- > View this message in context: http://csound.1045644.n5.nabble.com/frequency-cutoff-separation-tp5008229p5008229.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"