Remember SBMIDI? - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://staging.qb64phoenix.com/forumdisplay.php?fid=3) +---- Forum: Help Me! (https://staging.qb64phoenix.com/forumdisplay.php?fid=10) +---- Thread: Remember SBMIDI? (/showthread.php?tid=387) |
Remember SBMIDI? - davidshq - 05-10-2022 Hi All, One of the games I'm working with comes bundled with SBMIDI, it appears to be a sound driver of sorts for Soundblaster back in the day. See for example: https://github.com/creationix/basic-games/blob/master/RPG2/QMIDI.DOC#L147 I'm trying to figure out what if anything I need to do to have the sound continue to work in QB64. The SBMIDI files aren't Windows compatible and I don't have the source code. Any suggestions? Thanks! Dave RE: Remember SBMIDI? - Petr - 05-14-2022 Can you add one midi file for this game, that have be played by this driver? Maybe it could be played in a 32-bit IDE using a well-known DLL, which I have stored somewhere. Add the music file here, I'll try to play it through that library when I get back. |