
********************************************************************************
*
* +----------------+
* | ENGLISH  INFO  |  (Deutsche Info: Siehe unten)
* +----------------+
*
* DS4QB V 1.00 rev. 4 - Soundplayer for using the Windows Sound System from
*                       within a QB 4.5 Program ; by Necros Ishtar Nodtveidt
* ========================================================================
* DS4QB stand for "Direct Sound for QuickBasic" ans is a VisualBasic program
* that allows you to use windows soundsystem in QB 4.5 progs!
* Can play everything exept MIDI (even MP3)
* 
* Hello?! DirectSound for QB? What a stupid concept! Or, is it? Let's all 
* face it: Win32 features some powerful sound applications. Wouldn't it be 
* nice to take advantage of them for your QB projects? With very few useful 
* sound libraries for QB, this seems a logical choice. The first time I ever 
* saw a QB program take advantage of the Windows sound resources was Master 
* Creating's "Shadow Of Power". Nobody outside of their group knows how it 
* was done (many have their theories). Thanks to the Bass sound library, some 
* assistance from Toshi Horie and QbProgger (and a few others listed below), 
* and countless hours of slaving over interrupt 2Fh (although no longer 
* used), now anyone can use the Bass Dynamic Link Library in their QB 
* program.
* 
* DS4QB requires DirectX 3 or higher (which means NT4 is supported)
*
* Rating: +++   (in  a range from + to +++)
* 
*-------------------------------------------------------------------------------
*
* +---------------+
* | DEUTSCHE INFO |
* +---------------+
*
* DS4QB V 1.00 rev. 4 - Soundplayer zur Nutzung des Windows Soundsystems
*                       aus einem QB 4.5 Programm heraus
*                       von Necros Ishtar Nodtveidt
* ========================================================================
* DS4QB ist die Abkrzung fr "DirectSound for Quick Basic". DS$QB ist eine 
* Windows Anwendung, die es einem QuickBasic Programm ermglicht, auf das 
* Windows Sound-System mit allen seinen Funktionen und Treibern zuzugreifen. 
* DS4QB luft im Hintergrund neben der QuickBasic-Programm, benutzt  
* DirectSound und kann WAVEs, MIDIs, CD Audio, MODs, ITs und sogar MP3-Songs
* abspielen! DS4QB setzt DirectX 3 oder hher vorraus, daher funktioniert es
* auch unter Windows NT 4. Es ist zur Zeit das beste Tool fr Musik in
* Quickbasic unter Windows. 
*
* Wertung: +++  (in einer Bewertungsskala von + bis +++)
*
*-------------------------------------------------------------------------------
*
*   \         (c) Thomas Antoni, 03.01.2001 - 06.11.2002
*    \ /\           Mailto:thomas@antonis.de
*    ( )            http://www.antonis.de      ---     http://www.qbasic.de  
*  .( o ).
*                        ----==== Hottest QBasic Stuff on Earth !!! ====----
*
********************************************************************************


