MIDI controller not available

Questions about Wine on Linux
Locked
elvetemedve
Newbie
Newbie
Posts: 4
Joined: Mon Jan 30, 2023 9:18 am

MIDI controller not available

Post by elvetemedve »

I'm trying to make a USB MIDI controller (DDJ FLX10) available for an app run by Wine. The problem currently is that the app does not list the connected device.

I've checked out that the device is recognized by Alsa from the host:

Code: Select all

$ amidi -l
Dir Device    Name
IO  hw:1,0,0  DDJ-FLX10 MIDI 1

Code: Select all

$ aconnect -o       
client 14: 'Midi Through' [type=kernel]
    0 'Midi Through Port-0'
client 20: 'DDJ-FLX10' [type=kernel,card=1]
    0 'DDJ-FLX10 MIDI 1'
Only the option "Midi Through Port-0" is detected by the app.
Image

I've started it with the WINEDEBUG=+midi env var set and could see the "DDJ-FLX10" in the trace.
See
trace.zip
trace.log
(738 Bytes) Downloaded 590 times
.

Is there anything else I can check out about MIDI?
Attachments
MIDI settings in the app
MIDI settings in the app
Locked