Csound hidden gems: clfilt
Date | 2016-08-04 19:23 |
From | Anton Kholomiov |
Subject | Csound hidden gems: clfilt |
This is fantastic opcode! I don't see it that much in the examples
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
but sound quality is very good. I highly recommend to try it out. And it has parameters that slightly change the character of the filter like setting up the mode and choosing the number of poles. Cheers, Anton |
Date | 2016-08-04 22:09 |
From | Paul Batchelor |
Subject | Re: Csound hidden gems: clfilt |
Oh whoa. Didn't know csound had elliptical/chebychev filters. Nice. On Aug 4, 2016 11:23, "Anton Kholomiov" <anton.kholomiov@gmail.com> wrote:
|
Date | 2016-08-05 17:55 |
From | Steven Yi |
Subject | Re: Csound hidden gems: clfilt |
Thanks for mentioning this Anton, I enjoyed exploring it today. Elliptic filters are not implemented in the code; perhaps someone could give that a go. For those that might be curious about the various filter modes, Wikipedia has a nice graphic in the entry for Elliptic filters: https://en.wikipedia.org/wiki/Elliptic_filter#Comparison_with_other_linear_filters It gives an idea about the tradeoffs for what you get in the pass-band versus the rest of the bandwidth. On Thu, Aug 4, 2016 at 5:09 PM, Paul Batchelor |
Date | 2016-08-05 19:58 |
From | Anton Kholomiov |
Subject | Re: Csound hidden gems: clfilt |
I've started to explore csound filters since I've read somewhere that the filter is the most important part of the synth. The filters define the character of the synth. So I'm trying to understand what characters Csound offers. I see that rezzy is good for pads it has very mild ad mellow tone the lpf18 is good for leads if you want the signal to sound really bright. lowpass2 has interesting wobbling effect. It's very sensitive to resonance. clfilt sound a lot like virtual analog filters like new ones re-implemeted by Rory it's has very low demand on resources. 2016-08-05 19:55 GMT+03:00 Steven Yi <stevenyi@gmail.com>: Thanks for mentioning this Anton, I enjoyed exploring it today. |