active_sensing #405
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The default backend If you really need them, you'd have to edit https://github.com/mido/mido/blob/main/mido/backends/rtmidi.py#L133 and change the last bool to self._rt.ignore_types(sysex=False, timing=False, active_sense=False) |
Beta Was this translation helpful? Give feedback.
The default backend
mido
uses -RtMidi
- ignoresactive_sensing
messages by default.If you really need them, you'd have to edit https://github.com/mido/mido/blob/main/mido/backends/rtmidi.py#L133 and change the last bool to
False
: