aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorEugene Sandulenko2005-04-13 00:11:49 +0000
committerEugene Sandulenko2005-04-13 00:11:49 +0000
commitbdbd56406c20dfa7425a71de22999cc92065ce77 (patch)
tree0b3cc6d6c63ecac48ac9fed8170004a00cab195d /sound
parent3536cd0aa2d9ade01d7f5bf0c19c6a573739a398 (diff)
downloadscummvm-rg350-bdbd56406c20dfa7425a71de22999cc92065ce77.tar.gz
scummvm-rg350-bdbd56406c20dfa7425a71de22999cc92065ce77.tar.bz2
scummvm-rg350-bdbd56406c20dfa7425a71de22999cc92065ce77.zip
Patches #1164217 "Updated GS Support + Percussion Remapping Patch" and
#1181750 "Updated Native MIDI documentation". Thanks _tom a lot. svn-id: r17571
Diffstat (limited to 'sound')
-rw-r--r--sound/mididrv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/mididrv.h b/sound/mididrv.h
index 3f9db6a664..af538d096a 100644
--- a/sound/mididrv.h
+++ b/sound/mididrv.h
@@ -137,6 +137,8 @@ public:
send(( 0 << 16) | (100 << 8) | (0xB0 | channel));
send((range << 16) | ( 6 << 8) | (0xB0 | channel));
send(( 0 << 16) | ( 38 << 8) | (0xB0 | channel));
+ send(( 127 << 16) | (101 << 8) | (0xB0 | channel));
+ send(( 127 << 16) | (100 << 8) | (0xB0 | channel));
}
virtual void sysEx (byte *msg, uint16 length) { }