Is there somewhere a little high pass filter ?
hello,
I'm working on some basic stuff right now and was searching for a high pass filter (like the single pole lowpass filter [onepole~] ).
And right now I don't want to use [biquad~] and [filtergraph~] and this stuff. At the moment I don't need this complexity :)
I know par example, that there is a [hip~] object in Pd, and I am looking for something similar. On http://www.maxobjects.com/ I was trying some of the objects, but many don't seem to work or just don't exist anymore.
Which are your approaches, when you just want to put a high pass filter on a signal ?
Thank you !
look into svf~ i think it has a hpf
Original minus low passed equals high passed. And there's the cross~ object.
_
johan
I already had found these objects but I wasn't sure, if these really are the only possibilities to get a high pass filter.
@jvkr: i like that solution with original minus low passed, thank you! but also svf~ is a good (and fast-made) possibility.