Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore clock and active sensing on serial MIDI (#417) #4

Merged
merged 1 commit into from
Jan 20, 2023

Conversation

abscisys
Copy link
Owner

  • Ignore clock and active sensing on serial MIDI

Fixes probonopd#416

I'm not entirely sure this is the correct way to fix it. But it does seem to fix the problem I was seeing. I can now completely mash the keyboard and no notes will get stuck on.

  • Handle all system real time messages in serial

* Ignore clock and active sensing on serial MIDI

Fixes #416

I'm not entirely sure this is the correct way to fix it. But it does
seem to fix the problem I was seeing. I can now completely mash the
keyboard and no notes will get stuck on.

* Handle all system real time messages in serial
@abscisys abscisys merged commit 9cb9b97 into abscisys:main Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Serial MIDI sometimes drops messages when clock is running
2 participants