I've recently become very interested in learning how to implement various audio filters in AS3. By intuitive guessing (and inspired by capacitors), I've managed to create what seems to be a 1st order high-pass filter, but I have no idea how to set its frequency (or Q) in a controlled way.
So I'd like to learn how to write parametric 2nd/4th order low-pass, hi-pass, bandpass filters from scratch. And I'm not very mathsy. Any practical, straightforward tutorials or textbooks out there which could help with this?
Partial credit for readable source code (in as3/c,etc), in lieu of a tutorial... (!)
Edit: Found a great site, www.musicdsp.org, with heaps of awesome code snippets, mostly in c/c++.