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'
I've started it with the WINEDEBUG=+midi env var set and could see the "DDJ-FLX10" in the trace.
See .
Is there anything else I can check out about MIDI?