[Scummvm-tracker] [ScummVM :: Bugs] #11435: Macintosh Space Quest 1 VGA Remake: broken music
ScummVM :: Bugs
trac at scummvm.org
Sun May 17 20:09:07 UTC 2020
#11435: Macintosh Space Quest 1 VGA Remake: broken music
----------------------------+-----------------------------------
Reporter: vanfanel | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: SCI
Resolution: | Keywords: Macintosh, SCI, music
Game: Space Quest 1 |
----------------------------+-----------------------------------
Comment (by m-kiewitz):
If I remember correctly one issue is for example that the MIDI parser is
seeking to specific ticks, but the SCI parser was seeking to exact byte
offsets. This may not sound as a major issue, but it is, especially when
loops and such are involved.
For certain tracks we start at the wrong offset because of this (too
early, or too late), which then makes it parse MIDI commands that should
or should not get processed.
If that is still the case, I personally don't see a way to fix this
without actually rewriting the whole MIDI parser for SCI specifically.
--
Ticket URL: <https://bugs.scummvm.org/ticket/11435#comment:5>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list