You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the ability to modify the resonance of the lowpass, highness and bandpass filters would be a great addition to the library. Is there any plan to do so? I've noticed this functionality is already available with p5: https://p5js.org/reference/#/p5.Filter
The text was updated successfully, but these errors were encountered:
That parameter is only available for the BandPassFilter obviously, but with the underlying JSyn sound synthesis library it would also be possible to allow Processing users to control the resonance of any filter by providing direct control to the different filters' Q. I'm not sure if "resonance" would be the correct method name for this, or if it should just be "Q"?
Adding the ability to modify the resonance of the lowpass, highness and bandpass filters would be a great addition to the library. Is there any plan to do so? I've noticed this functionality is already available with p5: https://p5js.org/reference/#/p5.Filter
The text was updated successfully, but these errors were encountered: