From a30eb131bb746efc3134e34db8870c5889deeb1a Mon Sep 17 00:00:00 2001 From: Jamieson Christian Date: Thu, 25 Sep 2003 22:32:05 +0000 Subject: 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 --- backends/midi/windows.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'backends/midi') 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) { } -- cgit v1.2.3