https://bugs.winehq.org/show_bug.cgi?id=51164 Bug ID: 51164 Summary: Yamaha AG DSP Controller V1.1.0.0 cannot find device Product: Wine Version: 6.9 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: jeffz(a)jeffz.name Distribution: --- This software for a Yamaha AG06 USB mixer cannot find the device under wine. According to this Twitter thread, wine produces an incorrect MIDI device string, compared to the one the app expects to find running on Windows. https://twitter.com/_d0pefish_/status/1393334113269174289 https://web.archive.org/web/20210522062336/https://threadreaderapp.com/threa...
Under Windows, we get a MIDI device named "AG06/AG03".
But under Linux, it has a different name, "AG06/AG03 - AG06/AG03 MIDI 1".
OllyDbg reveals all - here's the loop where the program is iterating over all MIDI input/output devices and comparing their names against the string "AG06/AG03".
-- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.