On Tue, Jan 31, 2017 at 04:16:17AM -0200, Bruno Jesus wrote:
MIDI spec at http://www.somascape.org/midi/tech/spec.html state that system real time messages "... are each single byte messages, with no following data bytes...", currently wine is prepending SYSEX header generating invalid messages.
Looking at this spec, should Tune Request be handled the same way as these system real time messages? I also noticed Reset is still handled as a SysEx after your patch. Should it be?
Aside from that, I also noticed an old patch that unfortunately never got merged:
https://www.winehq.org/pipermail/wine-patches/2013-January/121366.html
If you understand this MIDI stuff a little bit, you might be a good person to review and re-submit that patch :)
Thanks, Andrew