]> Shamusworld >> Repos - ardour-manual/blob - include/favorite-plugins-window.html
Fix a few typos
[ardour-manual] / include / favorite-plugins-window.html
1
2 <figure class="right">
3 <img src="/images/favorite-plugins.png" alt="Favorite Plugins window">
4 <figcaption class="center">The Favorite Plugins window.</figcaption>
5 </figure>
6
7 <p>
8   The <dfn>Favorite Plugins</dfn> window is on the top-left side of the 
9   <dfn>Mixer Window</dfn>.
10 </p>
11
12 <p>
13         A selector at the top allows to switch between different views of the
14         favorites:
15 </p>
16
17 <ul>
18         <li>
19                 <dfn>Favorite Plugins</dfn> which have been selected by the user as such,
20         </li>
21         <li>
22                 <dfn>Recent Plugins</dfn> which are the <em>n</em> last used plugins,
23                 <em>n</em> being a chosen value in the <em>Statistics</em> section
24                 of the <a href="@@preferences#preferences-plugins">Preferences</a>,
25         </li>
26         <li>
27                 <dfn>Top-10 Plugins</dfn> which are the <em>n</em> most used plugins,
28                 <em>n</em> being also chosen value in the Preferences (so it is more
29                 of a "Top-<em>n</em>").
30         </li>
31 </ul>
32
33 <p>
34         At the bottom of the window is a search field to look for a specific
35         plugin.
36 </p>
37
38 <h2>Features</h2>
39
40 <p>
41   The Favorite Plugins window provides easy access to frequently used plugins:
42 </p>
43
44 <ul>
45   <li>
46           Plugin names that have a right facing triangle (&#9655;) next to them have presets
47           associated with them; clicking on the triangle will cause all presets
48           associated with the plugin to show in the list.
49   </li>
50   <li>
51           Plugins can be dragged from the window to any track or bus 
52           <a href="@@processor-box"><dfn>processor box</dfn></a>, which will add
53           the plugin to that track or bus at the given position.
54   </li>
55   <li>
56           The list includes user-presets for the plugins. Dragging a preset
57           to a given track or bus will load that preset after adding the plugin.
58   </li>
59   <li>
60           Double-clicking on a plugin or preset adds the given plugin to all
61           selected tracks/busses pre-fader. Other insert positions are available
62           from the context menu (right click).
63   </li>
64   <li>
65           Dragging a plugin from a track into the window will add it to the
66           list and optionally create a new preset from the current settings.
67           The horizontal line in the list shows the spot where the plugin will
68           land.
69   </li>
70   <li>
71           The context-menu allows the deletion of presets or removal of the
72           plugin from the list.
73   </li>
74   <li>
75           Plugins in the list can be re-ordered using drag &amp; drop. The
76           custom order is saved.
77   </li>
78 </ul>
79
80 <p class="note">
81   When favorites are added with the <a href="@@plugin-selector">Plugin Selector</a>,
82   they are appended to the bottom of the list.
83 </p>
84