Skip to content

Commit 29a4364

Browse files
committed
fix method signature
1 parent 346f08f commit 29a4364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/synthio/Synthesizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ MP_DEFINE_CONST_FUN_OBJ_1(synthio_synthesizer_get_pressed_obj, synthio_synthesiz
271271
MP_PROPERTY_GETTER(synthio_synthesizer_pressed_obj,
272272
(mp_obj_t)&synthio_synthesizer_get_pressed_obj);
273273

274-
//| def note_info(note: Note) -> Tuple[Optional[EnvelopeState], float]:
274+
//| def note_info(self, note: Note) -> Tuple[Optional[EnvelopeState], float]:
275275
//| """Get info about a note's current envelope state
276276
//|
277277
//| If the note is currently playing (including in the release phase), the returned value gives the current envelope state and the current envelope value.

0 commit comments

Comments
 (0)