[Bug 8608] winealsa does not allow selecting which sequencers to use

Wine Bugs wine-bugs at winehq.org
Wed Jun 6 09:07:44 CDT 2007


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





------- Additional Comments From titan.costa at wanadoo.fr  2007-06-06 09:07 -------
I've looked at the code and it is not correct.
At the end of the file, could you change :
    "type != SND_SEQ_PORT_TYPE_MIDI_GENERIC"
by  "!(type & SND_SEQ_PORT_TYPE_MIDI_PORT)"
and "type == SND_SEQ_PORT_TYPE_MIDI_GENERIC"
by  "type & SND_SEQ_PORT_TYPE_MIDI_PORT" ?


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list