X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fplugin-manager.html;h=bc43a1d0505ed3aa812a2b8fd451fceb99dd0f2c;hb=53168d99209b770d9894692b820f06393a63abb5;hp=2b489c690ae92097be270be86e0b645520b23fc3;hpb=0ba4319c9f8e55289deca75072cb3d286f14f246;p=ardour-manual diff --git a/include/plugin-manager.html b/include/plugin-manager.html index 2b489c6..bc43a1d 100644 --- a/include/plugin-manager.html +++ b/include/plugin-manager.html @@ -1,9 +1,8 @@

The Plugin Manager provides a convenient interface to various - operations on plugins and is the primary troubleshooting tools when something - goes wrong with plugins. It works on both physical plugin files and - the plugins index. + operations on plugins and is the primary troubleshooting tool when something + goes wrong with plugins. It works on both plugin files and the plugins index.

@@ -14,7 +13,7 @@

What is a plugins index?

- For each type of a plugin (e.g. VST3 or LV2) there are pre-configured paths + For each type of a plugin (e.g. VST3 or AU) there are pre-configured paths where these plugins are located. Every time Ardour runs, it re-scans plugins in these paths and recreates an index — a kind of inventory of available plugins. Whenever you open the Plugin Selector @@ -31,6 +30,12 @@ plugins.

+

+ Ardour also treats LV2 plugins slightly differently and scans them on startup + unconditionally. You can disable the scanning of VST2, VST3, and AU plugins + entirely in the Preferences dialog. +

+

Plugins info

The main part of the Plugin Manager window is the table where all plugins known @@ -76,7 +81,7 @@ control some of its aspects: Tags Metadata that classifies the plugin by type, - e.g. 'instrument|synth' or 'analyser' + e.g. 'instrument|synth' or 'analyzer' @@ -102,7 +107,8 @@ control some of its aspects: Concealed - VST2 if corresponding VST3 exists. same for LV1 when LV2 exists + A VST2 plugin will be hidden from Plugin Selector, if a corresponding + VST3 plugin exists. The same applies to LV1 (LADSPA) and LV2 Error @@ -110,7 +116,7 @@ control some of its aspects: Stale - A VSTx/AU plugin changed on the disk but hasn't been re-scanned + A plugin changed on the disk but hasn't been re-scanned by Ardour yet @@ -130,18 +136,56 @@ control some of its aspects:

Searching

- FIXME + You can search for a specific plugin or a group of plugins. Simply place the + cursor inside the input text box in the upper left corner and type. Ardour + will search in the index +

+ +

+ By default, Ardour will search through plugin names, makers, and file names. + Additionally, you can search through Type, Tags, and Paths.

Scan actions

- FIXME + This section of the sidebar contains commands that operate + on the plugins index.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Discover New/UpdatedThis will run a full scan on all known paths to plugin of all supported types
Update Index OnlyThis will check which plugins were updated without scanning them
Re-scan SelectedThis will re-scan plugin files selected in the main part of the window
Re-scan FaultyThis will only re-scan plugins that previously failed to load
Re-scan AllThis will re-scan all currently known plugins
Clear Staled Scan LogThis will remove all entries from the index on plugins that changed + on the disk but haven't been re-scanned
+

Preferences

- FIXME + This section of the sidebar allows settings paths to VST2 and VST3 plugins, + as well as quickly open the Preferences dialog + on the Plugins page where you can set various options + for scanning plugins and controlling their default behavior.

-