MIDI in qbasic...

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

Post Reply
GaMe-BoX
Newbie
Posts:3
Joined:Mon May 27, 2002 3:09 pm
MIDI in qbasic...

Post by GaMe-BoX » Sat Jul 13, 2002 6:57 am

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... ??

User avatar
Jocke_The_Beast
Jr. Member
Posts:13
Joined:Mon Apr 22, 2002 4:59 pm
Location:Sweden
Contact:

Re: MIDI in qbasic...

Post by Jocke_The_Beast » Thu Aug 29, 2002 3:59 am

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.
http://jockethebeast.qbrpgs.com

Post Reply