mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 16:58:26 +00:00
Ignore weird MIDI messages for now; maybe Jamieson knows more?
svn-id: r5880
This commit is contained in:
parent
2768191288
commit
b7c5a77717
@ -968,6 +968,10 @@ void MidiDriver_QT::send(uint32 b)
|
||||
// pitch bend changes - ignore those for now
|
||||
break;
|
||||
|
||||
case 0x12:
|
||||
// What is this ?!? Ignore it for now
|
||||
break;
|
||||
|
||||
default:
|
||||
// Error: Unknown MIDI effect: 007f76b3
|
||||
warning("Unknown MIDI effect: %08x", (int)b);
|
||||
|
Loading…
x
Reference in New Issue
Block a user