Apply suggestions from code review

Co-authored-by: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
Jeff Epler 2023-05-02 19:22:10 -05:00 committed by GitHub
parent c369527ace
commit b2f32a5397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ const mp_obj_namedtuple_type_t synthio_envelope_type_obj = {
//| *,
//| sample_rate: int = 11025,
//| waveform: Optional[ReadableBuffer] = None,
//| envelope: Optional[ReadableBuffer] = None,
//| envelope: Optional[Envelope] = None,
//| ) -> MidiTrack:
//| """Create an AudioSample from an already opened MIDI file.
//| Currently, only single-track MIDI (type 0) is supported.