https://bugs.winehq.org/show_bug.cgi?id=51505 Bug ID: 51505 Summary: MIDISelector's MIDI mapper configuration isn't used in Wine. Product: Wine Version: 6.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winmm&mci Assignee: wine-bugs(a)winehq.org Reporter: sagawa.aki+winebugs(a)gmail.com Distribution: Ubuntu "MIDISelector"[1] is free, open source software for selecting MIDI device instead of MIDI mapper applet. However, its configuration doesn't take effect in Wine. Regarding its source code, MIDISelector.c:312 included in its archive file, it updates szPname value under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Multimedia\MIDIMap key. While szPname was introduced in Windows XP, Wine still uses old-style registry settings[2]. So, szPname doesn't take effect on Wine at all. This issue was originally reported on Twitter. See https://twitter.com/XBV_819_tr4/status/1391746526859304964 for details. SHA1(MIDISelector4.0.zip) = f128676453c9f63ff070e9abc45a458bf703eae6 [1] https://openmidiproject.osdn.jp/MIDISelector_en.html [2] https://wiki.winehq.org/Wine_Developer%27s_Guide/Wine_and_Multimedia#Midi_ma... -- 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.