Music/Audio in QBasic
Moderators:Administrator, Global Moderator
Does anyone have or know where I can find some music files that I could use for my programs? ???
Re: Music/Audio in QBasic
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.
you can see examples of it, it uses winamp. There is also a download for the learning project.
Re: Music/Audio in QBasic
What kind of programs? Where can I download them? Can they play midi files
Re: Music/Audio in QBasic
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.
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.
-
- QBasic God
- Posts:166
- Joined:Tue Mar 25, 2003 12:45 am
- Location:U.S.A.
- Contact:
Re: Music/Audio in QBasic
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.
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.
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!
Re: Music/Audio in QBasic
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.
-
- QBasic God
- Posts:166
- Joined:Tue Mar 25, 2003 12:45 am
- Location:U.S.A.
- Contact:
Re: Music/Audio in QBasic
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!