Filter Abstractions ################### These abstractions are audio-rate high pass filter effects. This effect will cut off the low frequencies in an audio signal and allow the higher frequencies to pass (hence high pass). The abstraction has two versions, `ControlRate` and `AudioRate`. `ControlRate` abstractions are controlled by a control rate signal (like a slider object) and `B` is controlled by an audio rate signal (like an analog input). .. image:: ./imgs/filter.svg :alt: Illustration of abstraction. Repository ********** The abstractions can be found on `github. `_ Inlets ****** Left inlet is for the audio signal that you want to be put through the filter effect. The second inlet expects a control or audio rate signal (depending on the version of the abstraction) and controls cut off frequency of the filter. Outlets ******* Left outlet is the audio signal with the filter effect applied.