Anyone have any idea on how to create actual computer sound? Not sound from a sound card, but the beeps of your actual computer box itself. You know, just like those old games that we all used to play a decade ago.
Code: Select all
IBM PCs
5 PLAY "o2colb."
TI-99/4A
5 SOUND (500,131,10,123,10)
Radio Shack
5 SOUND 89,5: SOUND 78,5
Atari
5 SOUND 0,121,10,4: SOUND 0,128,10,4
10 SOUND 0,0,0,0
(The numbers in front represent the code line number that had to be typed in front of each line of a program -- I sort of miss GOTO, and "real" IF THEN statements -- even if it did lead to spaghetti code.

)
Perhaps this request for help on computer sound should be over in the
Feature Requests and Wishlists forum instead of the Beginner's forum?