home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
HAM
/
HAMCOMX.ZIP
/
HAMCOMX.EXE
/
ANSI.DOC
< prev
next >
Wrap
Text File
|
1993-06-28
|
579b
|
18 lines
ANSI
All of the standard Dos Ansi Sequences that relate to the screen are
functional.
There is one additional Ansi Sequence, which may be useful.
It is: sequence "esc [ T" will give you a 1 second delay.
The new format which can be used is:
esc [ fff;tttT
the "fff" represents the frequency of the sound
the "ttt" represents the delay, in milliseconds (limit 5000, 5 secs)
illustration
esc [ 440;500T will generate a 440 hz tone for 500 milliseconds
esc [ 0;1000T will generate a 0 hz tone (none) for 1 second.