From: Joe Kokosa Date: Wed, 7 Oct 2015 19:35:58 +0000 (-0400) Subject: Create content for Plugin Manager which was previously empty. X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34c56966b0a32a9ee5c962ce3375ed2d5259a045;hp=606b84a23af1440670ef4df024bf7ebd44657b3c;p=ardour-manual Create content for Plugin Manager which was previously empty. --- diff --git a/_manual/11_working-with-plugins/02_plugin-manager.html b/_manual/11_working-with-plugins/02_plugin-manager.html index ff10ca0..ce58207 100644 --- a/_manual/11_working-with-plugins/02_plugin-manager.html +++ b/_manual/11_working-with-plugins/02_plugin-manager.html @@ -1,8 +1,59 @@ --- layout: default title: Plugin Manager ---- +--- + +

+ The Plugin Manager serves two purposes. Primarily it is used to + control the display status of plugins. It can also be used to find and insert + plugins into the + Processor Box. It is + displayed either by a double-click in the Processor Box or by + choosing New Plugin > Plugin Manager... from the + Processor Box context menu. +

+ +

+ Displayed for each plugin is the status (normal, favorite, hidden), + name, type, category, creator (author), and the number of audio and MIDI + connections. The plugins can be sorted by clicking on a column header. +

+ +Plugin Manager window + +

Plugin Display Status

+ +

+ Click on a Fav(orite) or Hide radio button to change a plugin's display status. + Clicking on an already selected radio button will cancel it, returning the + plugin to the normal display status. Plugins marked as a favorite show up in + the Processor Box context menu under + New Plugin > Favorites. Setting the hide + radio button on a plugin will keep the plugin from showing in the + Processor Box context menus + New Plugin > By Creator or + New Plugin > By Category. +

+ +

Filtering Listed Plugins

+ +

+ The middle of the Plugin Manager 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 Clear + empties the text-box. +

+ +

Inserting Plugins in the Processor Box

+

+ The bottom half of the plugin manager shows plugins that have been selected + for insertion into the Processor Box. 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 Add. +

- - +

+ Plugins can be removed from the bottom half with a double click, or, if + already selected, by clicking Remove. +

diff --git a/source/files/a4/a4_plugin_manager.png b/source/files/a4/a4_plugin_manager.png new file mode 100644 index 0000000..b1af63f Binary files /dev/null and b/source/files/a4/a4_plugin_manager.png differ