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 MIDI input with ALSA #54309

Merged
merged 1 commit into from
Oct 31, 2022
Merged

Fix MIDI input with ALSA #54309

merged 1 commit into from
Oct 31, 2022

Conversation

ibrahn
Copy link
Contributor

@ibrahn ibrahn commented Oct 27, 2021

Reworked the handling of ALSA RawMidi input to support:
Running Status,
RealTime Category messages arriving during other messages data,
multiple connected RawMidi interfaces.

Fixes #54276

Note, this doesn't expand InputEventMIDI or add any of the System Common or Real-Time Category message types to the MidiMessageList enum. Just fixes the ALSA input to match behavior of the CoreMIDI and Windows versions.

@ibrahn
Copy link
Contributor Author

ibrahn commented Oct 28, 2021

Force pushed a fix for an issue with aborted SysEx messages in my previous attempt

Reworked the handling of ALSA RawMidi input to support:
- Running Status.
- RealTime Category messages arriving during other messages data.
- Multiple connected RawMidi interfaces.
@ibrahn
Copy link
Contributor Author

ibrahn commented Oct 17, 2022

Rebased and retested

@akien-mga akien-mga merged commit d6aa307 into godotengine:master Oct 31, 2022
@akien-mga
Copy link
Member

Thanks!

@akien-mga akien-mga added the cherrypick:3.x Considered for cherry-picking into a future 3.x release label Oct 31, 2022
@timothyqiu
Copy link
Member

Cherry-picked for 3.6

@timothyqiu timothyqiu removed the cherrypick:3.x Considered for cherry-picking into a future 3.x release label Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Half of MIDI CC messages arrive reversed
4 participants