home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Borland Programmer's Resource
/
Borland_Programmers_Resource_CD_1995.iso
/
sounds
/
wavepool
/
alarm.wpl
next >
Wrap
Text File
|
1995-05-18
|
338b
|
22 lines
#
# ALARM Wavepool program
#
# Copyright 1992, Data Assist, Inc.
#
BEGIN {
screate("alarm.sou")
for (c=1; c<=5; ++c) {
print c;
for (x=1; x<=100; ++x) {
sinwave(500, 20);
quiet(10);
}
}
sclose(0);
sndvoc("alarm.sou", "alarm.voc");
}