CutFilter Op

CutFilter

dj style filter (lowpass and highpass)



Full Name
  • Ops.WebAudio.CutFilter
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorgithubTest Patches


Example Patch CutFilter example

Example patch for CutFilter op.

Open In Editor

INPUT PORTS


Audio In (Object:audioNode)

<p>audio input</p>

Highpass / Lowcut

Highpass active (Number:

<i>boolean</i>

)

<p>check if you want a highpass to be applied to the signal</p>

Highpass Slope (in dB) index (Number:

<i>integer</i>

)

Highpass / Lowcut

Highpass Slope (in dB) (String)

<p>slope of the highpass: the higher the slope, the harder the cut at specified frequency</p>

Low Frequency (Number)

<p>frequency of the low band</p>

Low Q (Number)

<p>q factor of the low band</p>

Lowpass / Highcut

Lowpass active (Number:

<i>boolean</i>

)

<p>check if you want a lowpass to be applied to the signal</p>

Lowpass Slope (in dB) index (Number:

<i>integer</i>

)

Lowpass / Highcut

Lowpass Slope (in dB) (String)

<p>slope of the lowpass: the higher the slope, the harder the cut at specified frequency</p>

High Frequency (Number)

<p>frequency of the high band</p>

High Q (Number)

<p>q factor of the high band</p>

OUTPUT PORTS


Audio Out (Object)

<p>filtered audio output</p>


Patches using CutFilter

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarsimod - 2020-12-01 15:36
Ops.User.cables.EqualizerNew renamed to Ops.WebAudio.ThreeBandEqualizeruser avatarcables - 2020-12-01 16:18
cloned op from Ops.WebAudio.ThreeBandEqualizeruser avatarcables - 2020-12-01 17:33
Ops.User.cables.CutFilter renamed to Ops.WebAudio.CutFilteruser avatarcables - 2020-12-01 18:30