[Scummvm-cvs-logs] CVS: scummvm/scumm instrument.cpp,2.9,2.10
Michael Pearce
chuzwuzza at users.sourceforge.net
Thu Jan 16 03:06:03 CET 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv30335/scumm
Modified Files:
instrument.cpp
Log Message:
Added some more Monkey2 MT-32 custom instruments. It's getting difficult
now they are all sound effects...
Index: instrument.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/instrument.cpp,v
retrieving revision 2.9
retrieving revision 2.10
diff -u -d -r2.9 -r2.10
--- instrument.cpp 10 Jan 2003 14:43:25 -0000 2.9
+++ instrument.cpp 16 Jan 2003 11:05:53 -0000 2.10
@@ -46,26 +46,26 @@
roland_to_gm_map [] = {
// Monkey Island 2 instruments
// TODO: Complete
-// { "badspit ", ??? },
+ { "badspit ", 62 },
{ "Big Drum ", 116 },
-// { "burp ", ??? },
+ { "burp ", 58 },
// { "dinkfall ", ??? },
// { "Fire Pit ", ??? },
-// { "foghorn ", ??? },
+ { "foghorn ", 60 },
{ "glop ", 39 },
// { "jacob's la", ??? },
{ "LeshBass ", 33 },
// { "lowsnort ", ??? },
-// { "ML explosn", ??? },
+ { "ML explosn", 127 },
{ "ReggaeBass", 32 },
// { "rope fall ", ??? },
-// { "rumble ", ??? },
-// { "SdTrk Bend", ??? },
+ { "rumble ", 89 },
+ { "SdTrk Bend", 97 },
// { "snort ", ??? },
-// { "spitting ", ??? },
+ { "spitting ", 62 },
{ "Swell 1 ", 95 },
- { "Swell 2 ", 95 }
-// { "thnderclap", ??? },
+ { "Swell 2 ", 95 },
+ { "thnderclap", 127 }
// Fate of Atlantis instruments
// TODO: Build
More information about the Scummvm-git-logs
mailing list