Is it possible to define a custom frequency response for a filter?
Essentially, I'm trying to do this:
Starting with white noise (Gaussian), I want to filter it to give me a different coloration based on a spectrum.
Since the filter isn't lowpass, bandpass, nor hipass, but a combination of all three, I can't use the lop~ or hip~ objects.
Is there a patch that essentially does frequency-domain filter design with Pd?
Basically, I'd like to feed a list of frequencies and their dB levels (interpolating in between) to an object along with a noise input, and get out colored noise that matches the new spectrum.