http://bugs.winehq.org/show_bug.cgi?id=21714
--- Comment #10 from Jörg Höhle hoehle@users.sourceforge.net 2010-08-02 04:29:14 ---
Just found out none of my programs are playing midi properly.
Things to do to help identify the error: a) Try out the 32bit version of Wine if that makes any difference. I have no idea whether MIDI works with the x64 version. b) Use a MIDI sample with 16 samples or less.
c) You should re-read the "MIDI mapper" section of my wiki article.
trace:midi:OSS_MidiInit OSS info: midi[0] dev-type=0 capa=0 MidiOut[0] name='L"Midi Through Port-0"' techn=1 voices=0 MidiOut[1] name='L"TiMidity port 0"' techn=1 voices=0 notes=0 chnMsk=ffff support=0
If you don't have real MIDI HW attached, Wine's MIDI output is probably sent to Nirvana over your serial port... => You hear no music. Does configuring the mapper to open device 1 (where Timidity listens) instead of 0 ("Midi through") help to produce sound? If yes then I should probably reformat the article to better catch the eye.