[Scummvm-cvs-logs] CVS: scummvm/backends/midi windows.cpp,1.12,1.13

Jamieson Christian jamieson630 at users.sourceforge.net
Thu Sep 25 15:32:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/midi
In directory sc8-pr-cvs1:/tmp/cvs-serv11364/scummvm/backends/midi

Modified Files:
	windows.cpp 
Log Message:
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.

Index: windows.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/windows.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- windows.cpp	10 Sep 2003 12:23:42 -0000	1.12
+++ windows.cpp	25 Sep 2003 22:31:03 -0000	1.13
@@ -39,7 +39,6 @@
 	bool _isOpen;
 
 	void check_error(MMRESULT result);
-	uint32 property(int prop, uint32 param) { return 0; }
 
 public:
 	MidiDriver_WIN() : _isOpen (false) { }





More information about the Scummvm-git-logs mailing list