Opened 6 years ago
Closed 4 years ago
#10734 closed defect (fixed)
SCI: LB1: Turn-crank and open-vault sound fx not playing
Reported by: | sluicebox | Owned by: | sluicebox |
---|---|---|---|
Priority: | normal | Component: | Engine: SCI |
Version: | Keywords: | ||
Cc: | Game: | Laura Bow 1: The Colonel's Bequest |
Description
ScummVM isn't playing the sound effects in LB1 when turning the crank in the basement to open the secret passage or when opening/closing a vault in the crypt.
Both actions log:
WARNING: MIDI parser: the requested SCI0 sound has no MIDI note data for the currently selected sound driver!
Occurs on DOS and Atari ST versions. Amiga works.
Using default audio settings in ScummVM. Win7x64, multiple machines, verified resource files are correct from floppies and collection CDs. Occurs in nightly build, 2.0, 1.9, and 1.8. (That's as far back as I checked). These sound effects play on Sierra's interpreter.
Attached are DOS saves at the crank and vault. "turn crank", "open vault with crowbar".
Attachments (2)
Change History (4)
by , 6 years ago
Attachment: | laurabow.009 added |
---|
by , 6 years ago
Attachment: | laurabow.010 added |
---|
comment:2 by , 4 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I've narrowed this down some.
Sound 123 (pry vault) and sound 126 (turn crank) have two channels:
Neither of these channels has the Adlib flag 04 set and so neither are played by ScummVM when using Adlib, but the original Adlib driver does play this channel. At least, it does for these sounds.
To test this, I changed MidiPlayer_Adlib::hasRhythmChannel() to return true, causing channel 9 to be played. Both sounds played correctly as they do in the original.
So now the question is why does Sierra's Adlib driver play this?