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

Treat notes with velocity of zero as off #26

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

Conversation

pcardune
Copy link

@pcardune pcardune commented Aug 9, 2024

See this issue for more details
#20

TL;DR: some midi instruments send a "note on" message with velocity zero instead of "note off" messages. Prior to this change, the useMidiNotes hook would never remove notes from the list when using these instruments. Now those instruments work like other ones.

See this issue for more details
nicorobo#20

TL;DR: some midi instruments send a "note on" message with velocity zero instead of "note off" messages. Prior to this change, the `useMidiNotes` hook would never remove notes from the list when using these instruments. Now those instruments work like other ones.
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.

1 participant