aboutsummaryrefslogtreecommitdiff
path: root/backends/midi
diff options
context:
space:
mode:
authorJamieson Christian2003-09-25 22:32:05 +0000
committerJamieson Christian2003-09-25 22:32:05 +0000
commita30eb131bb746efc3134e34db8870c5889deeb1a (patch)
tree850d43a482cd9d32c99371248a626bd5f06a77c3 /backends/midi
parentf5d8300043fb36b72313707948d803e5e9674bf7 (diff)
downloadscummvm-rg350-a30eb131bb746efc3134e34db8870c5889deeb1a.tar.gz
scummvm-rg350-a30eb131bb746efc3134e34db8870c5889deeb1a.tar.bz2
scummvm-rg350-a30eb131bb746efc3134e34db8870c5889deeb1a.zip
Fix for Bug [810564] ALL: missing instruments with native MT-32
As defined in Patch [811623] MT-32 patch for Bug 810564 Added a channel mask to MPU-401 devices so that --native-mt32 may force the device to use only the subset of MIDI channels actually supported by the MT-32. Also added a best-guess interpretation of iMuse Part priority in the SysEx 0x00 msg, since part priorities become more of an issue when the channel count is cramped. svn-id: r10409
Diffstat (limited to 'backends/midi')
-rw-r--r--backends/midi/windows.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/midi/windows.cpp b/backends/midi/windows.cpp
index 138952529d..58fcedabc6 100644
--- a/backends/midi/windows.cpp
+++ b/backends/midi/windows.cpp
@@ -39,7 +39,6 @@ private:
bool _isOpen;
void check_error(MMRESULT result);
- uint32 property(int prop, uint32 param) { return 0; }
public:
MidiDriver_WIN() : _isOpen (false) { }