From 9f138dc18808641340b54c5a884800e67330068e Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 23 May 2023 18:55:08 -0500 Subject: [PATCH] synthio: list filter in the constructor --- shared-bindings/synthio/Synthesizer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/shared-bindings/synthio/Synthesizer.c b/shared-bindings/synthio/Synthesizer.c index c3b2c40fe5..84882fa657 100644 --- a/shared-bindings/synthio/Synthesizer.c +++ b/shared-bindings/synthio/Synthesizer.c @@ -52,6 +52,7 @@ //| channel_count: int = 1, //| waveform: Optional[ReadableBuffer] = None, //| envelope: Optional[Envelope] = None, +//| filter: Optional[ReadableBuffer] = None, //| ) -> None: //| """Create a synthesizer object. //|