Deduplication, correcting details

This commit is contained in:
Ed Ward 2017-03-20 09:48:22 +01:00
parent a104e85bc3
commit e09448094d
4 changed files with 5 additions and 51 deletions

View File

@ -1,38 +0,0 @@
<figure class=right>
<img src="/images/favorite-plugins.png" alt="Favorite Plugins window">
<figcaption class=center>The Favorite Plugins window.</figcaption>
</figure>
<p>
The <dfn>Favorite Plugins</dfn> window is on the top-left side of the <dfn>Mixer Window</dfn>. Like other elements in that window it has variable height and can be hidden by dragging it to zero-height. If it is not visible, the top-handle can be grabbed and dragged down to reveal it.
</p>
<p>
Plugin names that have a right facing triangle next to them have presets associated with them; clicking on the triangle will cause all presets associated with the plugin to show in the list.
</p>
<h2 style="clear: both">Features</h2>
<figure class=right>
<img src="/images/mixer-to-fav-dnd.png" alt="Dragging plugin to Favorites window">
<figcaption class=center>Dragging a plugin to the window.</figcaption>
</figure>
<p>
The Favorite Plugins window provides easy access to frequently used plugins:
</p>
<ul>
<li>Plugins can be dragged from the window to any track or bus <a href="@@processor-box"><dfn>processor box</dfn></a>, which will add the plugin to that track or bus at the given position.</li>
<li>The list includes user-presets for the plugins. Dragging a preset to a given track or bus will load that preset after adding the plugin.</li>
<li>Double-clicking on a plugin or preset adds the given plugin to all selected tracks/busses pre-fader. Other insert positions are available from the context menu (right click).</li>
<li>Dragging a plugin from a track into the window will add it to the list and optionally create a new preset from the current settings. The horizontal line in the list shows the spot where the plugin will land.</li>
<li>The context-menu allows the deletion of presets or removal of the plugin from the list.</li>
<li>Plugins in the list can be re-ordered using drag &amp; drop. The custom order is saved.</li>
</ul>
<p class="note">
When favorites are added with the <a href="@@plugin-manager">Plugin Manager</a>, they are appended to the bottom of the list.
</p>

View File

@ -39,7 +39,7 @@
<p>
The middle of the <dfn>Plugin Manager</dfn> is used to filter the listed
plugins. Typing into the text-box will filter the plugins based on the filter
mode selected by drop-down box. Clicking <kbd class="button">Clear</kbd>
mode selected by drop-down box. Clicking <kbd class="menu">Clear</kbd>
empties the text-box.
</p>
@ -49,11 +49,10 @@
The bottom half of the plugin manager shows plugins that have been selected
for insertion into the <dfn>Processor Box</dfn>. A plugin can be added by
either double clicking the plugin entry in the top half, or, if already
selected in top half, by clicking <kbd class="button">Add</kbd>.
selected in top half, by clicking <kbd class="menu">Add</kbd>.
<p>
<p>
Plugins can be removed from the bottom half with a double click, or, if
already selected, by clicking <kbd class="button">Remove</kbd>.
already selected, by clicking <kbd class="menu">Remove</kbd>.
</p>

View File

@ -25,11 +25,11 @@
<li><code>dead sounds/</code>, a folder which contains sound files which
Ardour has detected are no longer used in the session (during a <kbd
class="menu">Session &gt; Clean-up &gt; Clean-up Unused Sources</kbd>
operation, will be purged by <kbd class="menu">Flush Waste Basket</kbd>)</li>
operation, will be purged by <kbd class="menu">Flush Waste Basket</kbd>, see
<a href="@@cleaning-up-sessions">Cleaning Up Sessions</a>)</li>
</ul>
<p>
A session combines some setup information (such as audio and MIDI routing,
musical tempo &amp; meter, timecode synchronization, etc.) with one or more
Tracks and Buses, and all the Regions and Plug-Ins they contain.
</p>

View File

@ -1835,13 +1835,6 @@ uri: working-with-plugins/plugin-manager
part: subchapter
---
---
title: Favorite Plugins Window
include: favorite-plugins-window_2.html
link: favorite-plugins-window_2
part: subchapter
---
---
title: Managing Plugin Presets
include: managing-plugin-presets.html