Community

SCI Programming => Mega Tokyo SCI Archive => Topic started by: AndrewM on September 06, 2002, 07:52:36 PM

Title: Sound
Post by: AndrewM on September 06, 2002, 07:52:36 PM
hey everyone, im really having trouble with Ravi's sound editor. when i import a midi file into it, and save it as a sci sound resource, then load it into a game, all i can hear are the drums, does anyone know what i can do to hear all the instruments?? thanks in advance
Title: Re:Sound
Post by: juncmodule on September 06, 2002, 09:49:13 PM
Go to 'Edit' and open the 'channel properties' box. Make sure you have the file set up to play on the same device(driver) you are using to play midi files.

good luck.

Title: Re:Sound
Post by: AndrewM on September 06, 2002, 10:13:23 PM
i did that before, they are all set on general midi which is the driver i use but i still only hear drums
Title: Re:Sound
Post by: Ravi on September 07, 2002, 02:25:45 PM
Are you using gm.drv or mpumidi.drv? For imported MIDI files, the correct driver would be mpumidi.drv. It's available at http://www4.ncsu.edu/~rniyenga/sci/mpumidi.zip (http://www4.ncsu.edu/~rniyenga/sci/mpumidi.zip).

The names are a little confusing. The gm.drv driver is for playing MT-32 tracks on a GM device. I called it that long before even thinking about how to deal with actual GM tracks.
Title: Re:Sound
Post by: AndrewM on September 07, 2002, 05:03:39 PM
ahhh that did the trick, thanks a lot.