Filter
A single-band filter effect. Important for coloring sound.
- class
- Filter
- extends
- Box
- tag
<filter-blam>
Props
| name | type | default | description |
|---|---|---|---|
| freq | number | 1000 | The frequency for the filter, in hertz. The role of this frequency depends on the |
| q | number | 1 | The quality factor (often relating to resonance). |
| type | string | lowpass | The type of filter. This can only be one of ‘lowpass’, ‘highpass’, ‘bandpass’, or ‘notch’. |
| mix | number | 0 | How much wet, versus dry, signal should come through. In most cases, this is a proportion of |
| bypass | boolean | false | Whether to send just the dry signal. If set, the |
Examples
Examples that use the Filter element: