From e845ca4d7f1e7e7c988e3cecd1d602ef51706220 Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Fri, 17 Jun 2022 18:48:34 +0300 Subject: [PATCH] Fixes and improvements from review by Robin --- include/plugin-manager.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/include/plugin-manager.html b/include/plugin-manager.html index e56a62a..14c2fe1 100644 --- a/include/plugin-manager.html +++ b/include/plugin-manager.html @@ -2,8 +2,7 @@

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. + 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