It's all Greek to me, but have you checked out this?
http://www.linuxjournal.com/content/introducing-guitarix
D.
On 3/9/10 4:15 AM, Dan Wilcox wrote:
Can anyone give me a pointer on how to implement this function using rpole~, rzero~, etc:? y = 2 * (a * (x - x[-2]) + c * y[-1] - b * y[-2]) It's the transposed Direct Form II digital filter from dsp/TDFII.h
... yes, I know I *could* run the plugin through [plugin~] but I prefer to keep things minimal. ANyway, this is an experiment.