[ scummvm-Bugs-1088045 ] Minor problems in native MT-32 mode
SourceForge.net
noreply at sourceforge.net
Sun Dec 19 20:46:41 CET 2004
Bugs item #1088045, was opened at 2004-12-19 19:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1088045&group_id=37116
Category: iMuse/Music
Group: Monkey Island 2
Status: Open
Resolution: None
Priority: 5
Submitted By: Andy (newrisingsun)
Assigned to: Nobody/Anonymous (nobody)
Summary: Minor problems in native MT-32 mode
Initial Comment:
1. The original ROLAND.IMS reverses pan directions,
ScummVM does not.
2. Incorrect Reverb handling: During MI2 Introduction
Tune, "LeshBass" and "Elec Org 2" should be without
reverb. A part's reverb information is stored in byte 2, bit
2 (0x02) of a part's "part_alloc" sysex (cmd 0).
3. Incorrect Panpot handling in Woodtick, Wally's Room
etc. For example, in Wally's Room, "Pizzicato" should play
on the right, however, in ScummVM, it always plays
centered. The correct panpot information is stored in
bytes 07 & 08 (upper / lower 4 bits) in signed format, i.e.
0=center, 0xc1 (= minus 0x3f) = left, 0x3f = right.
4. Collapsing pillars on Dinky Island: incorrect pitch bend
range handling (plays as 2, should be 12). The correct
bend range information is stored in bytes 13 & 14 (upper
/ lower 4 bits, decimal).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1088045&group_id=37116
More information about the Scummvm-tracker
mailing list