[Bug 11177] New: winealsa doesn't assign unique MIDI port names

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 13 17:58:39 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=11177

           Summary: winealsa doesn't assign unique MIDI port names
           Product: Wine
           Version: 20050628
          Platform: PC
               URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333361
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: _obsolete_multimedia
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: ovek at arcticnet.no


Currently, when mapping ALSA MIDI ports to Windows MIDI port names, winealsa
uses the port's client name, which is not unique and may cause some programs to
get confused. A user is suggesting using the ALSA port name, which I suspect
can be acquired by e.g. replacing snd_seq_client_info_get_name(cinfo) in midi.c
with snd_seq_port_info_get_name(pinfo). You could also append a number to the
client name, or whatever else it takes to make the name unique.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list