synthio: list filter in the constructor

This commit is contained in:
Jeff Epler 2023-05-23 18:55:08 -05:00
parent 11d8a6ec3a
commit 9f138dc188
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 1 additions and 0 deletions

View File

@ -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.
//|