home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / hacking / phreak_utils_pc / tmaster.doc < prev    next >
Encoding:
Text File  |  1994-03-02  |  655 b   |  29 lines

  1. Description:
  2.    Tone master is a 16-bit 44KHz tone generator for the gravis ultrasound. 
  3. It can play up to 14 sine waves at once.  It comes with definitions for the
  4. standard DTMF tones as well as A B C and D and the coin tones.
  5.  
  6. Usage:
  7.    tmaster [tone file] [-v# volume 0-500]
  8.  
  9. Format for the tone.def file:
  10.  
  11. Tone Definition::
  12.   start <name> <key>
  13.   <commands>
  14.   end
  15.  
  16. The commands are:
  17.  
  18.   tstart <voice> <frequency>
  19.       Starts a voice playing a sine wave at the specified frequency.
  20.       Valid voice numbers are 0-13.
  21.  
  22.   wait <time>
  23.       Waits for the specified number of seconds.
  24.  
  25.   tend <voice>
  26.      Silences a voice.
  27.  
  28.  
  29.