-

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

Moderators:Administrator, Global Moderator

Post Reply
Thunderhawk66
-

Post by Thunderhawk66 » Sat Nov 23, 2002 8:49 am

-
Last edited by Thunderhawk66 on Tue Jul 29, 2014 7:55 am, edited 1 time in total.

User avatar
frankiebaby
Global Moderator
Posts:95
Joined:Tue Apr 30, 2002 1:38 am
Location:Pennsylvania
Contact:

Re: PC Music

Post by frankiebaby » Sun Nov 24, 2002 4:37 am

The SOUND command and the PLAY commands are for creating tones and playing music, respectively. They can be useful, but of course, only can make assorted beep sounds. The PLAY statement is best as it can play sound in the background and uses strings containing musical note names and numbers, as well as commands for changing octave. You can also PRINT CHR$(7), but if you're in windows, it will play its default error sound. I sure you could use poke and stuff as well, but i think PLAY would work best.

Post Reply