From 94b43d71ac31fd6255b76350334463fc2ccd99b7 Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Sun, 25 Jun 2023 14:21:02 +0200 Subject: [PATCH] 7.5: renaming processors --- include/processor-box.html | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/include/processor-box.html b/include/processor-box.html index dffc2af3..630aee38 100644 --- a/include/processor-box.html +++ b/include/processor-box.html @@ -77,17 +77,35 @@

- Some processors have their own bypass controls that are independent of the one that Ardour provides; this can make it appear - that the plugin is non-responsive when its independent bypass control is active. + Some processors have their own bypass controls that are independent of the + one that Ardour provides; this can make it appear that the plugin is + non-responsive when its independent bypass control is active.

Selecting Processors

- A processor in the processor box can be selected with a Left-click on it; it will be - highlighted in red. Other processors can be selected at the same time by Left-clicking on them while - holding down the key, and ranges can be selected by Left-clicking on them - while holding down the key. + A processor in the processor box can be selected with a + Left-click on it; it will be highlighted in red. + Other processors can be selected at the same time by + Left-clicking on them while holding down the + key, and ranges can be selected by + Left-clicking on them while holding down the + key. +

+ +

Renaming Processors

+ +

+ Context-click on the processor to be removed and select + Rename. In the newly opened dialog set a new name + and click "Rename". The caption of the processor will be instantly changed in the mixer strip. +

+ +

+ To restore the original name which, for plugins, is typically the plugin's + name, open the same dialog and click the button to the right of the text + input box, then click "Rename".

Removing Processors