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