How to plot an eq curve

DSP, Plugin and Host development discussion.
RELATED
PRODUCTS

Post

So are you actually drawing this pixel per pixel? Like in Iplug we have the drawline, draw radial line and stuff. But this seems like you are drawin it out pixel by pixel.. I'm just starting to learn whats going on here, actually don't even know what magnitude is...

The filters that I do have end up like this.. Is this usable?

Code: Select all

				b0=float(1.0+alpha*A);
				b1=float(-2.0*tcos);
				b2=float(1.0-alpha*A);
				a0=float(1.0+alpha/A);
				a1=float(-2.0*tcos);
				a2=float(1.0-alpha/A);
			}
~Rob.

EDIT: It seems like you have to get the gain(magnatude?) at each point along your line. But how to get that based on what I have above is just, hmm mind blowing atm..

Post

Where do you start to even begin to understand the first thing about this? I don't understand not even 1 line of that code hahaha. I can't find any info on this stuff either.

~Rob.

Post Reply

Return to “DSP and Plugin Development”