aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource.cpp
diff options
context:
space:
mode:
authorMax Horn2003-09-08 23:35:36 +0000
committerMax Horn2003-09-08 23:35:36 +0000
commit697ac22c32c3ddc0ea25062a9e7945f4e7e5c8cc (patch)
tree93a92b5ab9a7efee83d689cf03e92954aa3450a2 /scumm/resource.cpp
parentb8d72d8854551d3bfc20d118b8e5c6a07cdf3818 (diff)
downloadscummvm-rg350-697ac22c32c3ddc0ea25062a9e7945f4e7e5c8cc.tar.gz
scummvm-rg350-697ac22c32c3ddc0ea25062a9e7945f4e7e5c8cc.tar.bz2
scummvm-rg350-697ac22c32c3ddc0ea25062a9e7945f4e7e5c8cc.zip
mention some GM instrument numbers
svn-id: r10116
Diffstat (limited to 'scumm/resource.cpp')
-rw-r--r--scumm/resource.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index bab7018b60..db5bed1474 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -866,21 +866,21 @@ int Scumm::readSoundResource(int type, int idx) {
1 byte - 0x09
---
- Instruments:
- "MARI" - Marimba
- "PLUC" - Pizzicato Strings
- "HARM" - Harmonica
- "PIPE" - Church Organ?
- "TROM" - Trombone
- "STRI" - String Ensemble
- "HORN" - French Horn?
- "VIBE" - Vibraphone
- "SHAK" - Shakuhachi?
- "PANP" - Pan Flute
- "WHIS" - Whistle/Bottle
- "ORGA" - Drawbar Organ
- "BONG" - Woodblock?
- "BASS" - Bass
+ Instruments (General Midi):
+ "MARI" - Marimba (13)
+ "PLUC" - Pizzicato Strings (46)
+ "HARM" - Harmonica (23)
+ "PIPE" - Church Organ? (20) or Flute? (74)
+ "TROM" - Trombone (58)
+ "STRI" - String Ensemble (49 or 50)
+ "HORN" - French Horn? (61) or English Horn? (70)
+ "VIBE" - Vibraphone (12)
+ "SHAK" - Shakuhachi? (78)
+ "PANP" - Pan Flute (76)
+ "WHIS" - Whistle (79) / Bottle (77)
+ "ORGA" - Drawbar Organ (17; but could also be 18-21)
+ "BONG" - Woodblock? (116)
+ "BASS" - Bass (33-40)
Now the task could be to convert this into MIDI, to be fed into iMuse.