From 441616186276fbd4cd51f37eb683fe78b40f57ee Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Sun, 31 Jan 2010 19:04:47 -0600 Subject: [PATCH] Update mixer documentation. --- doc/non-mixer/MANUAL.html | 11 +++++++---- doc/non-mixer/MANUAL.mu | 17 +++++++++++++---- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/doc/non-mixer/MANUAL.html b/doc/non-mixer/MANUAL.html index 84dd3fd..51a6d88 100644 --- a/doc/non-mixer/MANUAL.html +++ b/doc/non-mixer/MANUAL.html @@ -59,7 +59,7 @@ January 21, 2010
The Non-Mixer is a stand-alone audio mixer, utilizing JACK as an audio subsystem. At the time of writing, the architecture of Non-Mixer is unique. By making the mixer stand-alone, concepts such as busses, sends, and inserts are eliminated, as the same goals can be achieved by simply adding more strips to the mixer.

-Start by creating a new project (menu item ProjectNew. +Start by creating a new project (menu item Project/New).

@@ -98,7 +98,7 @@ To see how an audio signal traveling through this strip will be processed, switc

1.1.2.1. Navigation

-A strip is focused when you click on it. Focus can be removed back and forth between strips with Tab and Shift-Tab. +A strip is focused when you click on it. Focus can be moved among strips with the Tab and Shift-Tab keys.

1.1.2.2. Control

@@ -156,6 +156,9 @@ Middle-clicking on a module toggles its activation state (the audio signal will

Control+Right-clicking on a module causes it to be removed from the chain (modules added by default cannot be removed).

+

+The focused module may also be controlled via the keyboard. Menu brings up the context menu for the focused module. Space opens the module parameter editor, b toggles the bypassed state, and Delete removes the module from the chain (without confirmation!). Control-X, Control-C and Control-V, cut, copy, and paste modules, respectively. Modules may be copied within or across chain. The normal module I/O constraints also apply to pasted modules. +

1.1.2.3.1.2. Module Parameter Editor
@@ -165,7 +168,7 @@ Control+Right-clicking on a module causes it to be removed from the chain (modul
fig. 1.5

-The Module Parameter Editor is used to alter the values of a module's parameters, and, further more, to bind its parameters to controls. A menu button in the upper left-hand corner allows you to select between knob, vertical slider and horizontal slider controls. +The Module Parameter Editor is used to alter the values of a module's parameters, and in addition, to bind its parameters to controls. A menu button in the upper left-hand corner allows you to select between knob, vertical slider and horizontal slider controls.

@@ -216,7 +219,7 @@ git clone git://fuzzle.org/jm2cv.git

1.1.3. Projects

-A Non-Mixer project is a directory where Non-Mixer keeps the strip settings project specific settings, some meta-data. A project is completely self-contained. You can rename a project as simply as: +A Non-Mixer project is a directory where Non-Mixer keeps the strip settings, project specific settings, and some meta-data. A project is completely self-contained. You can rename a project as simply as:

 $ mv Project-A Project-B
diff --git a/doc/non-mixer/MANUAL.mu b/doc/non-mixer/MANUAL.mu
index 9254c1c..ac0400b 100644
--- a/doc/non-mixer/MANUAL.mu
+++ b/doc/non-mixer/MANUAL.mu
@@ -18,7 +18,7 @@
   as busses, sends, and inserts are eliminated, as the same goals can
   be achieved by simply adding more strips to the mixer.
 
-  Start by creating a new project (menu item `Project/New`).
+  Start by creating a new project (menu item `Project\/New`).
 
 / New Project
 < new-project.png
@@ -57,8 +57,8 @@
 
 :::: Navigation
 
-  A strip is focused when you click on it. Focus can be removed back
-  and forth between strips with `Tab` and `Shift-Tab`.
+  A strip is focused when you click on it. Focus can be moved among
+  strips with the `Tab` and `Shift-Tab` keys.
 
 :::: Control
 
@@ -105,7 +105,7 @@
 = Gain
 	= Applies gain in dB
 = Meter
-	= Digital Peak meter
+	= Digital Peak Meter
 = Mono Pan
 	= Performs intensity panning of a mono signal into a stereo signal.
 = Plugin
@@ -126,6 +126,15 @@
   Control+Right-clicking on a module causes it to be removed from the
   chain (modules added by default cannot be removed).
 
+  The focused module may also be controlled via the keyboard. `Menu`
+  brings up the context menu for the focused module. `Space` opens the
+  module parameter editor, `b` toggles the bypassed state, and
+  `Delete` removes the module from the chain (without confirmation!).
+  `Control-X`, `Control-C` and `Control-V`, cut, copy, and paste
+  modules, respectively. Modules may be copied within or across chain
+  boundaries. The normal module I\/O constraints also apply to pasted
+  modules.
+
 :::::: Module Parameter Editor
 
 / Module Parameter Editor