MotionScript

@motion-script/core


@motion-script/core / HighPassFilter

Interface: HighPassFilter

Defined in: attributes/audio/filters/implementations/highpass.ts:5

Attenuates frequencies below frequency, passing the highs through.

Properties

frequency

frequency: Param

Defined in: attributes/audio/filters/implementations/highpass.ts:8

Cutoff frequency in Hz. Content below this is rolled off. May be a time-varying curve.


q?

optional q?: Param

Defined in: attributes/audio/filters/implementations/highpass.ts:10

Resonance (Q) at the cutoff. Default 1. May be a time-varying curve.


type

type: "highpass"

Defined in: attributes/audio/filters/implementations/highpass.ts:6