Kawa-oneechan / SCICompanion

SCI Companion - an editor for Sierra SCI games, altered.
17 stars 7 forks source link

PC Speaker driver does not work with imported MIDI files #18

Open EricOakford opened 1 year ago

EricOakford commented 1 year ago

When importing a MIDI file into a sound resource, the sound will play using the General MIDI, MT-32, and Adlib drivers. So far so good. However, the sound does not play if using the PC Speaker driver, even if you manually set one (and only one!) of the tracks for it. I think it's because the sound editor doesn't flag the sounds to play through the PC speaker. This applies primarily to SCI1.1; I haven't really tested earlier versions.

Kawa-oneechan commented 1 year ago

Can reproduce, will have to look into this.

Kawa-oneechan commented 1 year ago

I have a plan on how to figure this one out.

Get/make a short MIDI, preferably monophonic, and use the original Sierra tools to produce a sound resource from it. Compare and contrast that with what SCI Companion produces. Figure out the rest from there.