]> Shamusworld >> Repos - ardour-manual/blob - include/plugin-manager.html
Updated processor box and plugin manager pages; added images.
[ardour-manual] / include / plugin-manager.html
1
2 <p>
3   The <dfn>Plugin Manager</dfn> serves two purposes. Primarily it is used to
4   control the display status of plugins. It can also be used to find and insert
5   plugins into the
6   <a href="/working-with-plugins/processor-box/">Processor Box</a>. It is
7   displayed either by a double-click in the <dfn>Processor Box</dfn> or by
8   choosing <kbd class="menu">New Plugin &gt; Plugin Manager&hellip;</kbd> from the
9   <dfn>Processor Box</dfn> context menu.
10 </p>
11
12 <p>
13   Displayed for each plugin is the status (normal, favorite, hidden),
14   name, type, category, creator (author), and the number of audio and MIDI
15   connections. The plugins can be sorted by clicking on a column header.
16 </p>
17
18 <img src="/images/plugin-manager.png" alt="Plugin Manager window"/>
19
20 <h2>Plugin Display Status</h2>
21
22 <p>
23   Click on a Fav(orite) or Hide radio button to change a plugin's display status.
24   Clicking on an already selected radio button will cancel it, returning the
25   plugin to the normal display status. Plugins marked as a favorite show up in
26   the <dfn>Processor Box</dfn> context menu under
27   <kbd class="menu">New Plugin &gt; Favorites</kbd>. Setting the hide
28   radio button on a plugin will keep the plugin from showing in the
29   <dfn>Processor Box</dfn> context menus
30   <kbd class="menu">New Plugin &gt; By Creator</kbd> or
31   <kbd class="menu">New Plugin &gt; By Category</kbd>.
32 </p>
33
34 <h2>Filtering Listed Plugins</h2>
35
36 <p>
37   The middle of the <dfn>Plugin Manager</dfn> is used to filter the listed
38   plugins. Typing into the text-box will filter the plugins based on the filter
39   mode selected by drop-down box. Clicking <kbd class="button">Clear</kbd>
40   empties the text-box.
41 </p>
42
43 <h2>Inserting Plugins in the Processor Box</h2>
44
45 <p>
46   The bottom half of the plugin manager shows plugins that have been selected
47   for insertion into the <dfn>Processor Box</dfn>. A plugin can be added by
48   either double clicking the plugin entry in the top half, or, if already
49   selected in top half, by clicking <kbd class="button">Add</kbd>.
50 <p>
51
52 <p>
53   Plugins can be removed from the bottom half with a double click, or, if
54   already selected, by clicking <kbd class="button">Remove</kbd>.
55 </p>
56