README!
Sound Devil 2.0
By Syberjinx@geocities.com

This file is a 32 bit OCX for Visual Basic.  You can use
it to play MID's on top of .wav files, and just play wavs
on top of nothing, or the other way around.  It's very easy
to use, simplifying the Win32 API for your use.

Below is a list of SUBs and how to use them...

PlayMID(FileName$,ALIAS)
This will allow you to play a MID file in the backround.
You can do this, by typing in...

sndDevil1.PlayMid("FilePathInHere","Alias")

In the FileName$ section, type in the file's path, in
the Alias section, type in a simple name you'll use for 
the file.  (Ex. "Canyon").  It's necessary to put in,
but it's not very important for anything else.  It's
just a way for your computer to tell it apart from others.
--------------------------------------------------
PlayWav(FileName$)
This will allow you to play a .wav file in front of others.
When You want to do it, type this in...

sndDevil1.PlayWav("FileNameInHere")

In The FileName$ argument, type in the file's path.
---------------------------------------------------
StopAllMIDs
This will stop all .Mid Files.
Type This In When You Want To Stop Them...

sndDevil1.StopAllMids
---------------------------------------------------
StopALLWavs
This will stop all .wav files.
Type This in When You want To Stop Them...

sndDevil1.StopAllWavs
---------------------------------------------------

Thanks for downloading this software, If you'd like
other .ocx's, go to...
http://members.aol.com/Jincz/
and go to my linx page, you can download them there.

Thanks...
Syberjinx@geocities.com