aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/mididrv.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index f330b0acff..82bf133fd7 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -799,6 +799,12 @@ void MidiDriver_QT::send(uint32 b)
for (int i = 0; i < 128; i++)
NAPlayNote(qtNoteAllocator, qtNoteChannel[chanID], i, 0);
break;
+ case 0x64:
+ case 0x65:
+ case 0x06:
+ case 0x26:
+ // pitch bend changes - ignore those for now
+ break;
default:
error("Unknown MIDI effect: %08x\n", (int)b);