http://bugs.winehq.org/show_bug.cgi?id=8608
------- Additional Comments From titan.costa@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" ?