After a lot of googling I still can't find an equation to give me the path I need. I am creating a gui for a parametric eq and just can't get the curve drawing to look or feel accurate. Although I know most eq plugins are just eye candy giving a representation of the actual audio processing, I stil want it be at least as accurate as what is out there.
I have tried using a single CubicCurve2D and also a pair of QuadCurves. It has become clear that using these is not going to do what I want and I will need to just use the actual equation and create a path.
I am doing the project in clojure so if anyone can give an example of how I might plot the x y coords given gain, freq, and q, or even just a generic equation to do so in any language would be a huge help
thanks
Incanter is a great tool for doing chart plotting in Clojure.
Here's a simple parametric xy-plot:
Which produces something like: