Hi, if I have a patch that contains [list], is there anything that I can substitute it with, that does exactly the same thing?
I've been having quite a bit of fun with the rj library (https://puredata.info/downloads/rjlib), but have found some patches like u_highpassq contain the use of [list] inside them. Normally this wouldn't be a problem, but I kind of need to be able to compile my patch using the heavy compiler (https://github.com/enzienaudio/hvcc), and the heavy compiler does not support [list] for some strange reason.
The reason I kind of need to use the heavy compiler is because that's what https://www.rebeltech.org/patch-library/ uses. I have one of their devices, and I want to load a patch onto it that contains the high pass filter mentioned previously.
Alternatively, if anyone knows of a good vanilla (not extended) resonant low pass / resonant high pass filter patch that I could use instead of the rj one then that'd be great. I'm surprised pd doesn't have something like this in vanilla by default. Thanks