Skip to content

active_sensing #405

Answered by rdoursenaud
shawnthesheep asked this question in Q&A
Dec 8, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

The default backend mido uses - RtMidi - ignores active_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:

self._rt.ignore_types(sysex=False, timing=False, active_sense=False)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shawnthesheep
Comment options

Answer selected by shawnthesheep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants