2017-02-25 00:30:29 -05:00
|
|
|
|
2014-02-05 13:31:58 -05:00
|
|
|
<p>
|
2017-02-25 00:30:29 -05:00
|
|
|
All plugin control widgets, whether they are created by Ardour or
|
|
|
|
by the plugin, have a common set of controls at the top of the window.
|
2014-02-05 13:31:58 -05:00
|
|
|
These include 4 controls for managing <dfn>plugin presets</dfn>.
|
|
|
|
</p>
|
2013-07-05 12:02:30 -04:00
|
|
|
|
2019-01-03 09:28:07 -05:00
|
|
|
<figure class="center">
|
|
|
|
<img src="/images/plugins_preset_bar.png" alt="The plugin presets toolbar">
|
|
|
|
<figcaption>
|
|
|
|
The plugin presets toolbar.
|
|
|
|
</figcaption>
|
|
|
|
</figure>
|
2017-02-15 22:13:40 -05:00
|
|
|
|
2013-07-05 12:02:30 -04:00
|
|
|
<h2>What Is a Plugin Preset?</h2>
|
2017-02-15 22:13:40 -05:00
|
|
|
|
2014-02-05 13:31:58 -05:00
|
|
|
<p>
|
2017-02-25 00:30:29 -05:00
|
|
|
A <dfn>preset</dfn> for a plugin is simply a saved set of values for
|
|
|
|
all of a plugin's parameters. If you load a preset, you are restoring
|
|
|
|
all the parameters of that plugin to the values stored in the preset.
|
|
|
|
This is an easy, fast way to manage your preferred settings for
|
2014-02-05 13:31:58 -05:00
|
|
|
particular plugins.
|
|
|
|
</p>
|
2013-07-05 12:02:30 -04:00
|
|
|
|
2013-01-29 19:26:36 -05:00
|
|
|
<h2>The Preset Selector</h2>
|
2017-02-15 22:13:40 -05:00
|
|
|
|
2014-02-05 13:31:58 -05:00
|
|
|
<p>
|
2019-01-03 09:28:07 -05:00
|
|
|
The <dfn>preset selector</dfn> (1) is a regular selector that can be
|
2017-02-25 00:30:29 -05:00
|
|
|
clicked to display a list of all known presets for this plugin. This
|
2019-01-03 09:28:07 -05:00
|
|
|
will include presets that have been created by the user, and for some
|
2017-02-25 00:30:29 -05:00
|
|
|
plugin formats, presets that come with the plugin itself.
|
2014-02-05 13:31:58 -05:00
|
|
|
</p>
|
2013-07-05 12:02:30 -04:00
|
|
|
|
2019-01-03 09:28:07 -05:00
|
|
|
<h2>Loading a New Preset</h2>
|
2017-02-15 22:13:40 -05:00
|
|
|
|
2014-02-05 13:31:58 -05:00
|
|
|
<p>
|
2019-01-03 09:28:07 -05:00
|
|
|
Clicking on the preset selector pops up a menu showing the names of
|
|
|
|
all available presets. Clicking on the name of a preset loads it, and various
|
|
|
|
controls in the plugin editor change to reflect the new value of some or all
|
|
|
|
parameters.
|
2014-02-05 13:31:58 -05:00
|
|
|
</p>
|
2013-07-05 12:02:30 -04:00
|
|
|
|
2019-01-03 09:28:07 -05:00
|
|
|
<h2>Creating a Preset</h2>
|
2017-02-15 22:13:40 -05:00
|
|
|
|
2014-02-05 13:31:58 -05:00
|
|
|
<p>
|
2019-01-03 09:28:07 -05:00
|
|
|
Saving the current plugin settings as a new preset is done by clicking on the
|
|
|
|
<kbd class="menu">Add</kbd> button (2) at the top of the window. A dialog
|
|
|
|
will appear asking for a name for the preset.
|
2014-02-05 13:31:58 -05:00
|
|
|
</p>
|
2013-07-05 12:02:30 -04:00
|
|
|
|
2019-01-03 09:28:07 -05:00
|
|
|
<h2>Saving a Preset</h2>
|
2017-02-15 22:13:40 -05:00
|
|
|
|
2014-02-05 13:31:58 -05:00
|
|
|
<p>
|
2019-01-03 09:28:07 -05:00
|
|
|
To modify the settings in an existing preset, the preset selector must be used
|
|
|
|
to load the preset, then, when the settings have been adjusted, the
|
|
|
|
<kbd class="menu">Save</kbd> button (3) clicked. The new values will be stored,
|
|
|
|
overwriting the previous version of this preset.
|
2014-02-05 13:31:58 -05:00
|
|
|
</p>
|
2013-07-05 12:02:30 -04:00
|
|
|
|
2019-01-03 09:28:07 -05:00
|
|
|
<h2>Deleting a preset</h2>
|
2017-02-15 22:13:40 -05:00
|
|
|
|
2014-02-05 13:31:58 -05:00
|
|
|
<p>
|
2019-01-03 09:28:07 -05:00
|
|
|
Deleting an existing preset is achieved by loading the preset first, then
|
|
|
|
clicking the <kbd class="menu">Delete</kbd> button (4). The preset will be
|
|
|
|
removed, and the preset selector turns blank, showing that no preset is
|
2017-02-25 00:30:29 -05:00
|
|
|
currently loaded (although the settings will stay as they were).
|
2014-02-05 13:31:58 -05:00
|
|
|
</p>
|