diff --git a/doc/MANUAL.html b/doc/MANUAL.html index b4303a9..5f82dd8 100644 --- a/doc/MANUAL.html +++ b/doc/MANUAL.html @@ -90,6 +90,9 @@ For situations requiring close inspection, fine-adjustments or entering of non-n Like everything else in Non, the Event Editor is real-time--change a note and you'll see and hear the result as the pattern plays.

2.2. The Phrase Editor

+
+ +
fig.

Phrases are to patterns as patterns are to notes. Switching to the Phrase Editor brings up Phrase 1, where each row corresponds to an existing pattern. The grid of the Phrase Editor is fixed at one column-per-beat. This view is somewhat similar to a timeline view in other sequencers, but do not be deceived--Phrases may be many in number and are triggered just like patterns.

diff --git a/doc/MANUAL.mu b/doc/MANUAL.mu index 138cd34..5adeb14 100644 --- a/doc/MANUAL.mu +++ b/doc/MANUAL.mu @@ -145,6 +145,8 @@ :: The Phrase Editor +< non-phrase-editor.png + Phrases are to patterns as patterns are to notes. Switching to the Phrase Editor brings up Phrase 1, where each row corresponds to an existing /pattern/. The grid of the Phrase Editor is fixed at one diff --git a/doc/OVERVIEW.html b/doc/OVERVIEW.html index d7e68ad..4f6d7aa 100644 --- a/doc/OVERVIEW.html +++ b/doc/OVERVIEW.html @@ -35,7 +35,7 @@ Everything in Non happens on-line, in realtime. Music is composed live, w Development of the Non Sequencer can be followed with Git:

-git clone git://git.tuxfamily.net/gitroot/non/sequencer.git
+git clone git://git.tuxfamily.org/gitroot/non/sequencer.git
 

diff --git a/doc/OVERVIEW.mu b/doc/OVERVIEW.mu index ff33703..7765760 100644 --- a/doc/OVERVIEW.mu +++ b/doc/OVERVIEW.mu @@ -28,7 +28,7 @@ Development of the Non Sequencer can be followed with Git: -> git clone git://git.tuxfamily.net/gitroot/non/sequencer.git +> git clone git://git.tuxfamily.org/gitroot/non/sequencer.git # or # diff --git a/doc/non-phrase-editor.png b/doc/non-phrase-editor.png new file mode 100644 index 0000000..eda1218 Binary files /dev/null and b/doc/non-phrase-editor.png differ