Making multiple band Equalizer

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

Post

Hey guys,

Started out using the Plug'n Script. After taking some lessons on C++ I wanna try and tackle the Factory Equalizer and improve it to a two-band. I already know how the code works, defining parameters and defining the variables, but can somebody give me a tip on how to start on fiddling the code so I can have the processing on two bands instead of one?

Thanks!

Post

To process 2 bands, you can just place 2 filters in series (one after the other). Just duplicate the code used for a single filter to use two instances of the filter and add the appropriate number of parameters and you are done!

Post Reply

Return to “Blue Cat Audio”