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 detection of Bluetooth MIDI devices #25976

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

Conversation

hpoussin
Copy link

@hpoussin hpoussin commented Jan 3, 2025

This relaxes constraints on MIDI hardware, added in edd6bb1

My Bluetooth MIDI device has type 0x10002, ie
SND_SEQ_PORT_TYPE_MIDI_GENERIC | SND_SEQ_PORT_TYPE_HARDWARE, which doesn't contain the SND_SEQ_PORT_TYPE_PORT flag.

Resolves: #19747

This relaxes constraints on MIDI hardware, added in
edd6bb1

My Bluetooth MIDI device has type 0x10002, ie
SND_SEQ_PORT_TYPE_MIDI_GENERIC | SND_SEQ_PORT_TYPE_HARDWARE,
which doesn't contain the SND_SEQ_PORT_TYPE_PORT flag.

Resolves: musescore#19747
@hpoussin hpoussin reopened this Jan 3, 2025
@cbjeukendrup cbjeukendrup requested a review from Eism January 3, 2025 14:00
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.

MuseScore 4 does not detect devices connected via Bluetooth MIDI
1 participant