advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Octave and Tone Commands
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Octave and Tone Commands
 
 ■ Octave     Action
   ════════   ══════════════════════════════════════════════════════════════
   Ooctave    Sets the current octave; there are seven octaves,
              numbered 0-6.
   >          Increases octave by 1; octave cannot go beyond 6.
   <          Decreases octave by 1; octave cannot drop below 0.
 
 ■ Tone       Action
   ═══════    ══════════════════════════════════════════════════════════════
   A-G        Plays a note in the range A-G. The number sign (#) or the
              plus sign (+) after a note specifies sharp; a minus sign (-)
              specifies flat.
   Nn         Plays note n. The range for n is 0-84 (in the seven possible
              octaves, there are 84 notes); n = 0 means a rest.
 
 ■ Suffix     Action
   ════════   ══════════════════════════════════════════════════════════════
   + or #     Follows a specified note and turns it into a sharp.
   -          Follows a specified note and turns it into a flat.
 
 See: Duration and Tempo Commands
      Foreground/Background Operations (PLAY)
      PLAY Statement (Music)