]> Shamusworld >> Repos - ardour-manual/blobdiff - include/processor-box.html
Initial work on fixing up Plugins section.
[ardour-manual] / include / processor-box.html
index 2e807f9e029ecc5c79222f1b908426d85e0c9411..b913e302cc0c339b9a47e9edbab7bcb8bc02f101 100644 (file)
@@ -1,5 +1,7 @@
 
-<p><img class="right" src="/images/processor-box.png" alt="the Processor Box" /></p>
+<figure class=right>
+<img src="/images/processor-box.png" alt="the Processor Box" />
+</figure>
 
 <p>
   In Ardour terminology, a <dfn>processor</dfn> is anything which treats the signal in some way and gets plugged into a mixer strip. Ardour provides several builtin processors such as the fader or panners. Processors can also be <dfn>plugins</dfn> used for effects or as instruments, as well as sends or inserts which affect <a href="/signal-routing">signal routing</a>.
 
 <h2>To Enable/Disable a Processor</h2>
 
-<img class="right" src="/images/processor.png" alt="a typical processor" />
+<figure class=right>
+<img src="/images/processor.png" alt="a typical processor" />
+<figcaption class=center>A typical processor.</figcaption>
+</figure>
 
 <p>
   To the left of the name of each processor is a small LED symbol; if this is lit-up, the processor is active. Clicking on it will deactivate the processor and effectively bypass it.
 <h2>Selecting Processors</h2>
 
 <p>
-  A processor in the <dfn>processor box</dfn> can be selected with a <kbd class="mouse">Left</kbd>-click on it; it will be highlighed in red. Other processors can be selected at the same time by <kbd class="mouse">Left</kbd>-clicking on them while holding down the <kbd class="mod1">&zwnj;</kbd> key, and ranges can be selected by <kbd class="mouse">Left</kbd>-clicking on them while holding down the <kbd>Shift</kbd> key
+  A processor in the <dfn>processor box</dfn> can be selected with a <kbd class=mouse>Left</kbd>-click on it; it will be highlighed in red. Other processors can be selected at the same time by <kbd class=mouse>Left</kbd>-clicking on them while holding down the <kbd class=mod1n></kbd> key, and ranges can be selected by <kbd class=mouse>Left</kbd>-clicking on them while holding down the <kbd class=mod3n></kbd> key.
 </p>
 
 <h2>Removing Processors</h2>
 
 <p>
-  Context-click on the processor to be removed, and select <kbd class="menu">Delete</kbd>; or <kbd class="mod3 mouse">Right</kbd>-click on it; or <kbd class="mouse">Left</kbd>-click on it and press the <kbd>Delete</kbd> key. If multiple processors are selected, they will all be deleted at the same time.
+  Context-click on the processor to be removed, and select <kbd class="menu">Delete</kbd>; or <kbd class=mod3n></kbd><kbd class=mouse>Right</kbd>-click on it; or <kbd class=mouse>Left</kbd>-click on it and press the <kbd>Delete</kbd> key. If multiple processors are selected, they will all be deleted at the same time.
 </p>