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

fix: note on message with velocity of 0 is note off #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dsgallups
Copy link

@dsgallups dsgallups commented Dec 6, 2024

This is unusual, but common behavior for several MIDI keyboards.

Per another source

a note on message with velocity of 0 should always be treated as a note off message and the same note on the same channel

Strangely enough, I encountered this problem in Logic Pro a few months ago, so Apple doesn't handle this properly either!

Closes #33

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.

All messages are "Note On", even on release of the key.
1 participant