]> Shamusworld >> Repos - ardour-manual-diverged/blob - include/processor-box.html
Move content from _manual/ to include/.
[ardour-manual-diverged] / include / processor-box.html
1
2 <p>
3   In Ardour terminology, a <dfn>processor</dfn> is anything which treats the
4   signal in some way and gets plugged into a mixer strip. 
5   Ardour provides several builtin processors such as the fader or panners.
6   Processors can also be <dfn>plugins</dfn> used for effects or as instruments, as well 
7   as sends or inserts which are affect <a href="/signal-routing/">signal
8   routing</a>.<br />
9   The arrangement of processors is arbitrary, and there is no limit to how 
10   many there can be.
11 </p>
12 <p>
13   The main box in the top half of a mixer strip shows the <dfn>processor
14   box</dfn>. 
15   Processors are shown as coloured rectangles, with a small "LED" beside 
16   them that lights up when the processor is enabled. The colour of the 
17   processor depends on its location in the sequence; processors that are <dfn>pre-fader</dfn> are 
18   coloured in red, and <dfn>post-fader</dfn> processors are coloured green 
19   (in the default theme).</p>
20 <p>
21   The processor box will always contain a blue <dfn>Fader</dfn> processor. 
22   This indicates where in the processor chain the main channel fader is 
23   located &mdash; this is the fader shown in the lower half of the strip.
24 </p>
25 <h2>Adding Processors</h2>
26 <p>
27   Processors can be added to the chain by 
28   <kbd class="mouse">Right</kbd>-clicking in the processor list, This does three things:
29 </p>
30 <ul>
31   <li>A gap is opened up to indicate the location of the click. The gap 
32   shows where any new processors will be inserted.</li>
33   <li>The processor under the click is selected.</li>
34   <li>An options  menu is presented.</li>
35 </ul>
36 <p>
37   From the menu, new processors can be inserted.
38 </p>
39
40 <h2>To Reorder (Move) Processors</h2>
41 <p>
42   Processors can be re-ordered using drag-and-drop. Dragging a processor 
43   allows it to be moved around within the chain, or copied to another 
44   processor list on another track or bus.
45 </p>
46
47 <h2>To Enable/Disable a Processor</h2>
48 <p>
49   To the left of the name of each processor is a small LED symbol; if this 
50   is lit-up, the processor is active. Clicking on it will deactivate the
51   processor and effectively bypass it.</p>
52   
53 <h2>Removing Processors</h2>
54 <p>
55   Context-click on the processor you want to remove, and select <kbd
56   class="menu">Delete</kbd>, or <kbd class="mod3 mouse">Right</kbd>-click on it. 
57 </p>
58   
59