We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1847c2b commit c20e862Copy full SHA for c20e862
1 file changed
shared-bindings/synthio/Note.c
@@ -79,7 +79,7 @@ STATIC mp_obj_t synthio_note_make_new(const mp_obj_type_t *type_in, size_t n_arg
79
return result;
80
};
81
82
-//| frequency: BlockInput
+//| frequency: float
83
//| """The base frequency of the note, in Hz."""
84
STATIC mp_obj_t synthio_note_get_frequency(mp_obj_t self_in) {
85
synthio_note_obj_t *self = MP_OBJ_TO_PTR(self_in);
0 commit comments