We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported by: fabianwolter42 Date: 2022-08-13T21:17:27Z Status: Fix Committed Importance: Medium Launchpad Issue: lp1986440
When connecting the Behringer X32 via USB cable, the following MIDI devices pop up:
Only the IN device is detected by Mixxx, rendering the output device unusable.
This is propably caused by these two regexes:
mixxx/src/controllers/midi/portmidienumerator.cpp
Line 28 in d480aa0
They expect a digit after "in" and "out", which the X32 MIDI device names don't have.
The text was updated successfully, but these errors were encountered:
Commented by: daschuer Date: 2022-08-14T20:22:32Z
Thank you for reporting the bug and your analysis.
Do you have interest to adopt the bug yourself and propose an improved regex?
Here some hints: https://github.com/mixxxdj/mixxx/wiki/Bugfix-Workflow
On which OS are you?
Sorry, something went wrong.
Commented by: fabianwolter42 Date: 2022-08-15T09:23:31Z
I created a PR #4897.
I'm on Windows.
Issue closed with status Fix Committed.
No branches or pull requests
Reported by: fabianwolter42
Date: 2022-08-13T21:17:27Z
Status: Fix Committed
Importance: Medium
Launchpad Issue: lp1986440
When connecting the Behringer X32 via USB cable, the following MIDI devices pop up:
Only the IN device is detected by Mixxx, rendering the output device unusable.
This is propably caused by these two regexes:
mixxx/src/controllers/midi/portmidienumerator.cpp
Line 28 in d480aa0
They expect a digit after "in" and "out", which the X32 MIDI device names don't have.
The text was updated successfully, but these errors were encountered: