Hello,
I am new to coding and am trying to create a plugin with a stereo Low Pass Filter in it. I am trying to use the dsp module to do this. I have tried to copy from the dsp module demo example. However, I need my filter to process sample by sample so I am trying to use the processSample method. When I do this it doesn’t do any filtering! Would anyone be able to guide me into setting this up pelase?