diff --git a/doc/MANUAL.html b/doc/MANUAL.html index 5f82dd8..a8c3b58 100644 --- a/doc/MANUAL.html +++ b/doc/MANUAL.html @@ -40,7 +40,7 @@ Non's GUI is highly optimized. Common operations are designed to be as fast as p
-Upon invocation, Non enters the pattern editor and loads Pattern 1. The pattern editor presents a grid interface--the heart a step sequencer. You can toggle a note on the grid by entering its coordinates with the keyboard or clicking an intersection with the mouse. The length of patterns is unlimited and no special action is required lengthen them (simply adding notes beyond the "end" is enough.) Non can present grids in one of two modes, expanded and compacted. In the compacted view, only named rows are displayed; this means that only the notes the current instrument or scale will consume vertical space--resulting in far more efficient use of screen real-estate. Any notes are made invisible by the compacted view will be silenced. +Upon invocation, Non enters the pattern editor and loads Pattern 1. The pattern editor presents a grid interface--the heart of a step sequencer. You can toggle a note on the grid by entering its coordinates with the keyboard or clicking an intersection with the mouse. The length of patterns is unlimited and no special action is required to lengthen them (simply adding notes beyond the "end" is enough.) Non can present grids in one of two modes, expanded and compacted. In the compacted view, only named rows are displayed; this means that only the notes the current instrument or scale will consume vertical space--resulting in far more efficient use of screen real-estate. Any notes that are made invisible by the compacted view will be silenced.
@@ -50,7 +50,7 @@ The resolution of the pattern display can be adjusted (the default is one point Tonic patterns have a choice of scale and key, which limits the display to only valid notes. This row-compaction can be turned off, if desired, so that all 128 notes are visible. Or simply choose the chromatic mapping if you are not creating scale based music.
-Percussion, or other sample-based patterns can be assigned an instrument mapping, which again limits the display to only those notes for which names and volumes have been provided. The instrument definition format is simple ASCII file containing one name, note and volume percentage per line. +Percussion, or other sample-based patterns can be assigned an instrument mapping, which again limits the display to only those notes for which names and volumes have been provided. The instrument definition format is a simple ASCII file containing one name, note and volume percentage per line.
Individual patterns may be soloed or muted right from the pattern editor. @@ -60,7 +60,7 @@ Each pattern has a setting for output MIDI channel and sequencer port--and these
-The type (duration) of note to be inserted can be adjusted in the pattern editor (control+mouse-wheel). The velocity of individual notes may be adjusted (mouse-wheel), and is the current value is reflected in the color of the note. Ranages may also be inserted and deleted, a commonly required operation during composition, but one that is, sadly, missing from many sequencers. +The type (duration) of note to be inserted can be adjusted in the pattern editor (control+mouse-wheel). The velocity of individual notes may be adjusted (mouse-wheel), and the current value is reflected in the color of the note. Ranges may also be inserted and deleted, a commonly required operation during composition, but one that is, sadly, missing from many sequencers.