aboutsummaryrefslogtreecommitdiff
path: root/sound/mididrv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mididrv.h')
-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) { }