Skip to content

Commit 9f138dc

Browse files
committed
synthio: list filter in the constructor
1 parent 11d8a6e commit 9f138dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared-bindings/synthio/Synthesizer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
//| channel_count: int = 1,
5353
//| waveform: Optional[ReadableBuffer] = None,
5454
//| envelope: Optional[Envelope] = None,
55+
//| filter: Optional[ReadableBuffer] = None,
5556
//| ) -> None:
5657
//| """Create a synthesizer object.
5758
//|

0 commit comments

Comments
 (0)