Page 1 of 1

MIDI in qbasic...

Posted: Sat Jul 13, 2002 6:57 am
by GaMe-BoX
Does anybody have a good midi player code for qbasic...

A general question about midi in qbasic... will it require qbasics attention in form of playing from a loop or will it just start the midi and then the midi will do itself while qbasic is doing the game loop for example... ??

Re: MIDI in qbasic...

Posted: Thu Aug 29, 2002 3:59 am
by Jocke_The_Beast
QMIDI is a free library for QBasic, QuickBasic and VB-DOS. It provides an easy way to add background MIDI music to your programs.

QMIDI supports two file formats: Standard MIDI (.MID) and Microsoft RMID (.RMI).  For RMID files, you need to use the included RMI2MID utility, which converts RMI files to Standard MIDI format.  Other music formats (CMF, ROL, etc.) are not currently supported.