beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

CutFilter Op

Ops.WebAudio.CutFilter


CutFilter
Namespace: Ops.WebAudio

Op author: simod

dj style filter (lowpass and highpass)




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

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

CutFilter example

Example patch for CutFilter op.

Open Example In Editor

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