Re: PC SPEAKER

new topic     » goto parent     » topic index » view thread      » older message » newer message

At 10:48 PM 2/15/97 -0400, you wrote:
>---------------------- Information from the mail header -----------------------
>Sender:       Euphoria Programming for MS-DOS <EUPHORIA at
>MIAMIU.ACS.MUOHIO.EDU>
>Poster:       The Reaper <reaper at LOKI.ATCON.COM>
>Subject:      PC SPEAKER
>-------------------------------------------------------------------------------
>
>Hey, I was wondering if anybody knows any cool sound effects for the PC
speaker.
>Or is there any place on the internet to find this out?

Try this...
--------------start
for music = 2000 to 10 by -10 do
        sound(music)
        for DELAY=1 to 30000 by 1 do
        end for
sound(0)
    end for
for music2 = 4000 to 10 by -10 do
        sound(music2)
        for DELAY=1 to 20000 by 1 do
        end for
sound(0)
    end for
for music2 = 5000 to 10 by -10 do
        sound(music2)
        for DELAY=1 to 15000 by 1 do
        end for
sound(0)
    end for
sound(0)
--------------end
/ViC./
 ______________________________________________________________________
|     http://www.geocities.com/SiliconValley/Heights/8858/home.htm     |
|                     Veni vidi, vici. Fiat lux.                       |
|______________________________________________________________________|

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu