Skip to content

Commit 411ba7a

Browse files
committed
add notch filter to docs
1 parent 2442d8c commit 411ba7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared-bindings/synthio/BlockBiquad.c

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
//| """A high-pass filter"""
2020
//| BAND_PASS: FilterMode
2121
//| """A band-pass filter"""
22+
//| NOTCH: FilterMode
23+
//| """A notch filter"""
2224
//|
2325

2426
MAKE_ENUM_VALUE(synthio_filter_mode_type, mode, LOW_PASS, SYNTHIO_LOW_PASS);

0 commit comments

Comments
 (0)