midimap: Handle MIDI running status.
commit4c535a7f7546f2dfe504c47dfc416d3cdd0a5ab0
authorAkihiro Sagawa <sagawa.aki@gmail.com>
Thu, 26 May 2022 14:38:43 +0000 (26 23:38 +0900)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 26 May 2022 17:02:59 +0000 (26 19:02 +0200)
tree5843ee9cd210e20672477adbdcc0942ee01b0025
parent99ce6e87a3b22c5602d7bbedd43bb40627b63321
midimap: Handle MIDI running status.

Wine's midiOutShortMsg() can't handle the MIDI message if the status
byte is omitted. Omitting status byte is valid and called "running
status".

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53003
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/midimap/midimap.c