We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2442d8c commit 411ba7aCopy full SHA for 411ba7a
1 file changed
shared-bindings/synthio/BlockBiquad.c
@@ -19,6 +19,8 @@
19
//| """A high-pass filter"""
20
//| BAND_PASS: FilterMode
21
//| """A band-pass filter"""
22
+//| NOTCH: FilterMode
23
+//| """A notch filter"""
24
//|
25
26
MAKE_ENUM_VALUE(synthio_filter_mode_type, mode, LOW_PASS, SYNTHIO_LOW_PASS);
0 commit comments