[Scummvm-cvs-logs] SF.net SVN: scummvm:[53907] scummvm/trunk/engines/sci/sound/drivers/ map-mt32-to-gm.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Oct 28 20:45:11 CEST 2010


Revision: 53907
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53907&view=rev
Author:   thebluegr
Date:     2010-10-28 18:45:11 +0000 (Thu, 28 Oct 2010)

Log Message:
-----------
SCI: Added some missing GM mappings for MT-32 instruments:

- MT-32 Castanets -> GM Claves
- MT-32 OneNoteJam -> GM Celesta
- MT-32 JungleTune -> GM Pan Flute
For PQ3 (from rev #53902, not in the commit description):
- MT-32 Warm Pad -> GM Pad 2 (warm)

Thanks to digitall and waltervn for their help with these

Revision Links:
--------------
    http://scummvm.svn.sourceforge.net/scummvm/?rev=53902&view=rev

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sound/drivers/map-mt32-to-gm.h

Modified: scummvm/trunk/engines/sci/sound/drivers/map-mt32-to-gm.h
===================================================================
--- scummvm/trunk/engines/sci/sound/drivers/map-mt32-to-gm.h	2010-10-28 16:26:04 UTC (rev 53906)
+++ scummvm/trunk/engines/sci/sound/drivers/map-mt32-to-gm.h	2010-10-28 18:45:11 UTC (rev 53907)
@@ -167,14 +167,14 @@
 	/*117*/  {"Taiko     ", 116, MIDI_UNMAPPED},
 	/*118*/  {"Taiko Rim ", 118, MIDI_UNMAPPED},
 	/*119*/  {"Cymbal    ", MIDI_MAPPED_TO_RHYTHM, 51},
-	/*120*/  {"Castanets ", MIDI_UNMAPPED, MIDI_UNMAPPED},
+	/*120*/  {"Castanets ", MIDI_MAPPED_TO_RHYTHM, 75},	// approximation
 	/*121*/  {"Triangle  ", 112, MIDI_UNMAPPED},
 	/*122*/  {"Orche Hit ", 55, MIDI_UNMAPPED},
 	/*123*/  {"Telephone ", 124, MIDI_UNMAPPED},
 	/*124*/  {"Bird Tweet", 123, MIDI_UNMAPPED},
-	/*125*/  {"OneNoteJam", MIDI_UNMAPPED, MIDI_UNMAPPED}, // ?
+	/*125*/  {"OneNoteJam", 8, MIDI_UNMAPPED}, // approximation
 	/*126*/  {"WaterBells", 98, MIDI_UNMAPPED},
-	/*127*/  {"JungleTune", MIDI_UNMAPPED, MIDI_UNMAPPED} // ?
+	/*127*/  {"JungleTune", 75, MIDI_UNMAPPED} // approximation
 };
 
 static const Mt32ToGmMap Mt32RhythmTimbreMaps[] = {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list