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

RB3MidiKeyboard.cpp: fix some note off messages being processed incorrectly #14551

Merged
merged 3 commits into from Aug 25, 2023

Conversation

DarkRTA
Copy link
Contributor

@DarkRTA DarkRTA commented Aug 25, 2023

Some keyboards send a note on message with zero velocity instead of a note off. As the MIDI spec permits this, it needs to be handled here.

This ends up fixing several bugs caused from keyboards that do this and likely explains a lot of the issues some people report with this.

…rectly

Some keyboards send a note on message with zero velocity instead of a
note off. As the MIDI spec permits this, it needs to be handled here.
@DarkRTA
Copy link
Contributor Author

DarkRTA commented Aug 25, 2023

Do not merge this yet. I made the mistake of not testing this assuming such a trivial change would be fine and broke every keyboard by accident.

EDIT: This was actually a misconfiguration on my part. It works fine.

@Megamouse Megamouse marked this pull request as draft August 25, 2023 16:39
@Megamouse Megamouse marked this pull request as ready for review August 25, 2023 16:39
DarkRTA and others added 2 commits August 25, 2023 13:59
@Megamouse Megamouse merged commit bf8621c into RPCS3:master Aug 25, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants