Ignore weird MIDI messages for now; maybe Jamieson knows more?

svn-id: r5880
This commit is contained in:
Max Horn 2002-12-08 14:09:35 +00:00
parent 2768191288
commit b7c5a77717

View File

@ -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);