]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/11_working-with-plugins/01_processor-box.html
Initial cleanup of content, new images & content added.
[ardour-manual-diverged] / _manual / 11_working-with-plugins / 01_processor-box.html
1 ---
2 layout: default
3 title: Processor Box
4 ---                        
5
6 <p><img class="right" src="/images/processor-box.png" alt="the Processor Box" /></p>
7
8 <p>
9   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>.
10 </p>
11
12 <p>
13   The arrangement of processors is arbitrary, and there is no limit to how 
14   many there can be. The Processor Box will automagically add a scrollbar to
15   itself if there are more processors in it than can be shown in the given space.
16 </p>
17
18 <p>
19   The main box in the top half of a mixer strip shows the <dfn>processor
20   box</dfn>. Processors are shown as colored rectangles, with a small "LED" beside 
21   them that lights up when the processor is enabled. The color of the 
22   processor depends on its location in the sequence; processors that are <dfn>pre-fader</dfn> are colored in red, and <dfn>post-fader</dfn> processors are colored green (in the default theme).
23 </p>
24
25 <p>
26   The <dfn>processor box</dfn> will always contain a blue <dfn>Fader</dfn> processor. This indicates where in the processor chain the main channel fader is located; this is the fader shown in the lower half of the strip. It can be enabled and disabled like any other processor.
27 </p>
28
29 <h2>Adding Processors</h2>
30 <p>
31   Processors can be added to the chain by <kbd class="mouse">Right</kbd>-clicking in the processor list, This does three things:
32 </p>
33
34 <ul>
35   <li>A gap is opened up to indicate the location of the click. The gap shows where any new processors will be inserted.</li>
36   <li>The processor under the click is selected.</li>
37   <li>An options menu is presented.</li>
38 </ul>
39
40 <p>
41   From the menu, new processors can be inserted.
42 </p>
43
44 <p>
45   Processors can also be dragged and dropped from the <a href="/working-with-plugins/plugin-sidebar/"><dfn>Favorite Plugins</dfn> window</a> to an appropriate spot in the Processor Box.
46 </p>
47
48 <p class="note">
49   The <dfn>Favorite Plugins</dfn> window can be populated via the <a href="/working-with-plugins/plugin-manager/">Plugin Manager</a>, or by dragging and dropping an existing processor from the <dfn>processor box</dfn> to the <dfn>Favorite Plugins</dfn> window.
50 </p>
51
52 <h2>To Reorder (Move) Processors</h2>
53 <p>
54   Processors can be re-ordered using drag &amp; drop. Dragging a processor 
55   allows it to be moved around within the chain, or copied to another 
56   processor list on another track or bus.
57 </p>
58
59 <h2>To Enable/Disable a Processor</h2>
60
61 <p><img class="right" src="/images/processor.png" alt="a typical processor" /></p>
62
63 <p>
64   To the left of the name of each processor is a small LED symbol; if this 
65   is lit-up, the processor is active. Clicking on it will deactivate the
66   processor and effectively bypass it.
67 </p>
68
69 <p class="note">
70   Some processors have their own bypass controls that are independent of the one that Ardour provides; this can make it appear that the plugin is non-responsive when its independent bypass control is active.
71 </p>
72
73 <h2>Selecting Processors</h2>
74 <p>
75   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
76 </p>
77
78 <h2>Removing Processors</h2>
79 <p>
80   Context-click on the processor to be removed, and select <kbd
81   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.
82 </p>
83