dj style filter (lowpass and highpass)
summary (oneliner)
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
Audio In (Object)
audio input
Highpass / Lowcut
Highpass active (boolean /Number)
check if you want a highpass to be applied to the signal
Highpass Slope (in dB) index (integer /Number)
Highpass / Lowcut
Highpass Slope (in dB) (String)
slope of the highpass: the higher the slope, the harder the cut at specified frequency
Low Frequency (Number)
frequency of the low band
Low Q (Number)
q factor of the low band
Lowpass / Highcut
Lowpass active (boolean /Number)
check if you want a lowpass to be applied to the signal
Lowpass Slope (in dB) index (integer /Number)
Lowpass / Highcut
Lowpass Slope (in dB) (String)
slope of the lowpass: the higher the slope, the harder the cut at specified frequency
High Frequency (Number)
frequency of the high band
High Q (Number)
q factor of the high band
Outputs
Audio Out (Object)
filtered audio output
Patches using CutFilter
Changelog
created op 2020-12-01 - simod | |
Ops.User.cables.EqualizerNew renamed to Ops.WebAudio.ThreeBandEqualizer 2020-12-01 - cables | |
cloned op from Ops.WebAudio.ThreeBandEqualizer 2020-12-01 - cables | |
Ops.User.cables.CutFilter renamed to Ops.WebAudio.CutFilter 2020-12-01 - cables |