diff options
author | Michael Pearce | 2003-01-16 11:05:53 +0000 |
---|---|---|
committer | Michael Pearce | 2003-01-16 11:05:53 +0000 |
commit | 7433ab604f54ad07debd4cda08115850ecf5e9e9 (patch) | |
tree | a0860b05a806c51c299ea0517f2ce2b9a3842f8b /scumm | |
parent | 7e08dcc271298fa548febe65d044de73bd17c737 (diff) | |
download | scummvm-rg350-7433ab604f54ad07debd4cda08115850ecf5e9e9.tar.gz scummvm-rg350-7433ab604f54ad07debd4cda08115850ecf5e9e9.tar.bz2 scummvm-rg350-7433ab604f54ad07debd4cda08115850ecf5e9e9.zip |
Added some more Monkey2 MT-32 custom instruments. It's getting difficult
now they are all sound effects...
svn-id: r6477
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/instrument.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/scumm/instrument.cpp b/scumm/instrument.cpp index cc44a1bdb8..5eb324d334 100644 --- a/scumm/instrument.cpp +++ b/scumm/instrument.cpp @@ -46,26 +46,26 @@ static struct { 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 |