home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / music / krecord1.arc / KRECORD1.DOC < prev    next >
Text File  |  1987-04-30  |  3KB  |  80 lines

  1. KRECORD1                     04/24/87                      Kenneth Manos
  2.                                                            Cambridge, Ma
  3. ______________________________________________________________________________
  4.  
  5. Functions: 1) Play notes on a 3 octave keyboard.
  6.  
  7.            2) Record the notes entered.
  8.  
  9.            3) Replay the notes entered - forward or in reverse.
  10.  
  11.            4) Save the notes entered to a disk file.
  12.  
  13.            5) Play the notes entered from a disk file.
  14.  
  15.            6) Load the notes entered from a disk file into memory.
  16.  
  17.            7) Generate random notes.
  18.  
  19.  
  20. Usage:    1) Enter "krecord1" and CR (Return).
  21.  
  22.           2) At the prompt, enter the octave to be played (1 - 8) and
  23.              the duration of each note.  These options are entered on
  24.              the same line and separated by a blank.  For instance, if
  25.              the lowest octave is to played with each note lasting for
  26.              1 second, the following would be entered:
  27.                 1 1000
  28.  
  29.           3) At this point, one of the following options may be chosen:
  30.  
  31.               1) Enter notes on the keyboard.  Each of the top three
  32.                  rows represents the twelve notes of the scale, with the
  33.                  topmost ("1" - "=") being the highest pitch and the
  34.                  bottommost ("a" - "/") being the lowest pitch.
  35.  
  36.               2) Enter "x" to exit the program.
  37.  
  38.               3) Enter "z" to reset all options and clear the recorded
  39.                  notes.
  40.  
  41.               4) Enter ">" to replay the notes entered.
  42.  
  43.               5) Enter "<" to replay the notes entered in reverse.
  44.  
  45.               6) Enter "v" to save the notes entered to a disk file.
  46.                   Default file name appears in parentheses.
  47.                   Default file extension is ".NOT".
  48.  
  49.               7) Enter "b" to play the notes entered from a disk file.
  50.                   Default file name appears in parentheses.
  51.                   Default file extension is ".NOT".
  52.  
  53.               8) Enter "n" to load the notes entered from a disk file.
  54.                   Default file name appears in parentheses.
  55.                   Default file extension is ".NOT".
  56.  
  57.               9) Enter "c" to generate random notes.
  58.                  At the prompt, enter the values for the high range of
  59.                  octave and note duration as in step 2.
  60.                  Random note generation may then be stopped by entering
  61.                  any valid note or option key.
  62.  
  63.  
  64.  
  65. Comments: If an invalid key is ever entered, an alarm will sound.
  66.  
  67.           The top row of notes consists of the following keys:
  68.              1234567890-=
  69.  
  70.           The middle row of notes consists of the following keys:
  71.              qwertyuiop[]
  72.  
  73.           The bottom row of notes consists of the following keys:
  74.              asdfghjkl;'/   (the "/" is actually on the row below, but
  75.                              there are only 11 keys in this row.)
  76.  
  77.           When a file is loaded into memory, it may be replayed forwards
  78.           or backwards, notes may be added to it, and then the changed
  79.           notes may be resaved under the same or a different file name.
  80.