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!
Making multiple band Equalizer
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6345 posts since 8 Sep, 2004 from Paris (France)
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!