Music/Audio in QBasic

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

Moderators:Administrator, Global Moderator

Post Reply
Guest
Music/Audio in QBasic

Post by Guest » Thu Sep 04, 2003 2:14 am

Does anyone have or know where I can find some music files that I could use for my programs? ???

spuki
Newbie
Posts:4
Joined:Sat May 29, 2004 11:28 pm

Re: Music/Audio in QBasic

Post by spuki » Sat May 29, 2004 11:33 pm

You can use the shell command to run other programs that play the music for you. You can also use basic tunes from qbasic directly. In a program for learning, mainly vocabulary, I describe at http://wikibooks.org/wiki/User:Get-back-world-respect and that is discussed at http://en.wikipedia.org/wiki/User_talk: ... ld-respect
you can see examples of it, it uses winamp. There is also a download for the learning project.

Guest

Re: Music/Audio in QBasic

Post by Guest » Wed Jul 28, 2004 2:43 am

What kind of programs? Where can I download them? Can they play midi files

Guest

Re: Music/Audio in QBasic

Post by Guest » Fri Jul 30, 2004 3:23 pm

Just check the page
http://amor.rz.hu-berlin.de/~h0444e1w/vokeng.htm.
The external programs you can use are described there, there are links to where you can download them, the audio program does support midi files, and there is a qbasic code downloadable you can use to see how to program it.

Dr_Davenstein
QBasic God
Posts:166
Joined:Tue Mar 25, 2003 12:45 am
Location:U.S.A.
Contact:

Re: Music/Audio in QBasic

Post by Dr_Davenstein » Sun Aug 01, 2004 3:30 pm

Here's where to get what's what in the QB world..

http://piptol.qbasicnews.com

...and just click on FILES...

Almost everything you could ever want for QB is here. ;)


It sounds like you want DS4QB++ though. If you can't get it going from the example files...email me, or goto...
http://qbasicnews.com/
...and post in the programming help section.
:D
Come check out [url=http://www.freebasic.net/forum/index.php]FreeBASIC[/url]. The syntax is based on QuickBasic, but it expands to use pointers, operator overloading, etc... The list goes on and on!

Guest

Re: Music/Audio in QBasic

Post by Guest » Wed Aug 11, 2004 1:03 am

Thank you all for your suggestions...while im on the subject...how could you get programmable audio streams to come out of attached speakers?  This could be hard but could possibly open up a path for multiple audio streaming in QBasic.

Dr_Davenstein
QBasic God
Posts:166
Joined:Tue Mar 25, 2003 12:45 am
Location:U.S.A.
Contact:

Re: Music/Audio in QBasic

Post by Dr_Davenstein » Wed Aug 11, 2004 1:49 am

Download DS4QB++ from Piptol's site and start messing with it. ;) Make sure you read the manual and stuff though. ;D
Come check out [url=http://www.freebasic.net/forum/index.php]FreeBASIC[/url]. The syntax is based on QuickBasic, but it expands to use pointers, operator overloading, etc... The list goes on and on!

Post Reply