

MIDI Player Source Code Notes:

1.  This code is based on MCI Stringer (MCISTR.ZIP,
    which see).

2.  File Operations stuff is based on the "Cardfile" app
    distributed with VB.

3.  This code illustrates the use of the DoEvents idle
    loop to allow other Windows code to run while a MIDI
    song plays in the background.

4.  Wouldn't it be nice if you could register for a message
    in VB?  That's the way the mciSendString call works in
    c, but I could not figure out a way to do it in VB, hence
    the polling method used here.  It works, but it's
    not pretty...

5.  Please send comments (garlands and/or brickbats) to:

	Pete Asensio	CIS 70143,467

	or:		Atlantic Microsystems
			110 Fishing Brook Road
			Westbrook, CT 06498