Cabbage Logo
Back to Cabbage Site

Parametric EQ Issues

I’m trying to create an EQ plugin, and have been having an issue where I cannot hear audio being passed through the plugin. I’ve referenced a few different sources, and I’m a bit stumped. Any help would be greatly appreciated. (Used this as the last source of info : https://forum.cabbageaudio.com/t/parametric-eq-problem/1965)

FreeFreq28-02.csd (4.1 KB)

(also aware the buttons aren’t functioning yet, have not even considered implementing them until I can get the actual EQ working.)

Thanks in advance.

https://cabbageaudio.com/docs/sliders/

Check out the range()-identifier. You are initializing a lot of values to 0:

range(10000, 16000, 0, 1, 0.001)

Yep that worked perfectly, cheers!

1 Like