]> Shamusworld >> Repos - ardour-manual/blob - include/managing-plugin-presets.html
Initial work on fixing up Plugins section.
[ardour-manual] / include / managing-plugin-presets.html
1   
2 <p>
3   All plugin control widgets, whether they are created by Ardour or 
4   by the plugin, have a common set of controls at the top of the window. 
5   These include 4 controls for managing <dfn>plugin presets</dfn>.
6 </p>
7
8 <p class=fixme>Add pictures</p>
9
10 <h2>What Is a Plugin Preset?</h2>
11
12 <p>
13   A <dfn>preset</dfn> for a plugin is simply a saved set of values for 
14   all of a plugin's parameters. If you load a preset, you are restoring 
15   all the parameters of that plugin to the values stored in the preset. 
16   This is an easy, fast way to manage your preferred settings for 
17   particular plugins.
18 </p>
19
20 <h2>The Preset Selector</h2>
21
22 <p>
23   The <dfn>preset selector</dfn> is a regular selector that can be 
24   clicked to display a list of all known presets for this plugin. This 
25   will include presets that you have created yourself, and for some 
26   plugin formats, presets that come with the plugin itself. 
27 </p>
28
29 <h2>Load a New Preset</h2>
30
31 <p>
32   Click on the preset selector to pop up a menu showing the names of 
33   all available presets. Click on the name of the preset you wish to load. 
34   The preset will be loaded&mdash;you may see various controls in the 
35   plugin editor change to reflect the new value of some or all parameters.
36 </p>
37
38 <h2>Create a Preset</h2>
39
40 <p>
41   To save the current plugin settings as a new preset, click on the 
42   <kbd class="menu">Add</kbd> button at the top of the window. A dialog 
43   will appear to ask for the name of the preset. 
44 </p>
45
46 <h2>Save a Preset</h2>
47
48 <p>
49   If you wish to modify the settings in an existing preset, first use 
50   the preset selector to load the preset, then adjust the settings as 
51   you wish. When done, click the <kbd class="menu">Save</kbd> button 
52   and the new values will be stored, overwriting the previous version 
53   of this preset.
54 </p>
55
56 <h2>Delete a preset</h2>
57
58 <p>
59   To delete an existing preset, use the preset selector to load the preset. 
60   Click the <kbd class="menu">Delete</kbd> button, and the preset will be 
61   removed. The preset selector turn blank, showing that no preset is 
62   currently loaded (although the settings will stay as they were). 
63 </p>
64