From b3e42b94c916b3c0bb51bc78cb34cd25fbcbd65c Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 28 Oct 2010 18:45:11 +0000 Subject: [PATCH] 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 svn-id: r53907 --- engines/sci/sound/drivers/map-mt32-to-gm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engines/sci/sound/drivers/map-mt32-to-gm.h b/engines/sci/sound/drivers/map-mt32-to-gm.h index 89d87a5077e..f7a6256ba4d 100644 --- a/engines/sci/sound/drivers/map-mt32-to-gm.h +++ b/engines/sci/sound/drivers/map-mt32-to-gm.h @@ -167,14 +167,14 @@ static const Mt32ToGmMap Mt32PresetTimbreMaps[] = { /*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[] = {