Plugin Script Issue

Official support for: bluecataudio.com
Post Reply New Topic
RELATED
PRODUCTS

Post

Hello, I am trying to get the frequency knob to read out the correct frequency, please see the attachment, as you can see the knob reads 100Hz but the actual peak is at 400Hz - and I'm having difficulties with the code could anyone from BlueCat audio please help?
Screenshot 2021-06-26 at 21.59.12.png
You do not have the required permissions to view the files attached to this post.

Post

Hi,

I think changing the value of the freqFactor would do the trick:

Code: Select all

double freqFactor=2*PI/sampleRate;
filter1.setPeak(freqFactor* inputParameters[0],.1,pow(10,-.5+inputParameters[1]));

Post Reply

Return to “Blue Cat Audio”