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

X32 MIDI input/output device names fail to match #10810

Closed
mixxxbot opened this issue Aug 23, 2022 · 3 comments
Closed

X32 MIDI input/output device names fail to match #10810

mixxxbot opened this issue Aug 23, 2022 · 3 comments
Labels
Milestone

Comments

@mixxxbot
Copy link
Collaborator

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:

  • X-USB MIDI IN
  • X-USB MIDI OUT

Only the IN device is detected by Mixxx, rendering the output device unusable.

This is propably caused by these two regexes:

const QRegularExpression kInputRegex(QStringLiteral("^(.*) in (\\d+)( .*)?$"));

They expect a digit after "in" and "out", which the X32 MIDI device names don't have.

@mixxxbot
Copy link
Collaborator Author

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?

@mixxxbot mixxxbot added the bug label Aug 23, 2022
@mixxxbot
Copy link
Collaborator Author

Commented by: fabianwolter42
Date: 2022-08-15T09:23:31Z


I created a PR #4897.

I'm on Windows.

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Committed.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@mixxxbot mixxxbot added this to the 2.4.0 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant