X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fworking-with-ardour-built-plugin-editors.html;h=9ec6a0098f26aa62977faea7974ad4674830b5ed;hb=a61fbacdfcb7a76fe425fada61f49fc85751e47a;hp=4749e81730ee18dc404d0a9f4555ec18adb6a912;hpb=7a4c28bd8605e90876ebee619de364ab7001e405;p=ardour-manual diff --git a/include/working-with-ardour-built-plugin-editors.html b/include/working-with-ardour-built-plugin-editors.html index 4749e81..9ec6a00 100644 --- a/include/working-with-ardour-built-plugin-editors.html +++ b/include/working-with-ardour-built-plugin-editors.html @@ -1,11 +1,24 @@

- To view a plugin editor, double-click on the plugin within the + The plugin editor can be shown by double-clicking on the plugin within the processor box. A new window will appear showing the editor/GUI for the plugin.

-

Add a pic showing the generic GUI

+
+ A generic plugin Editor (A-Eq) +
+ A generic plugin editor (ACE Compressor) +
    +
  1. Parameters
  2. +
  3. Description
  4. +
  5. CPU Profile
  6. +
  7. Analysis graph
  8. +
+
+
+ +

Generic Plugin Editor

If a plugin does not have its own GUI, Ardour will construct a @@ -16,7 +29,7 @@

- The generic UI can be temporarily switched to by context-clicking on + The generic UI can be temporarily switched to by right clicking on a processor and selecting Edit with generic controls. This is necessary in order to access the plugin automation controls. @@ -27,3 +40,67 @@ Left-clicking on it.

+

Description

+ +

+ This is a rarely used section that displays the contents of the description + metadata of a plugin. +

+ +

CPU Profile

+ +

+ This section displays CPU time measurements for the currently opened plugin. + For more information, please see the documentation on the + Plugin DSP Load window. +

+ +

Analysis Graph

+ +

+ At the bottom of the generic plugin editor, clicking the arrow displays the + Analysis Graph. +

+

+ This graph displays: +

+ + +

+ The transfer function plots the output amplitude of the plugin (considered + as a "black box") against its input amplitude, along the audio spectrum. +

+

+ The phase response, that can be switched on or off using the + Show phase checkbox, plots the phase of the + plugins output against its input phase, along the audio spectrum. The scale is + shown in yellow on + the right. +

+

+ The green spectrum plots the output signal spectrum, after the plugin + (for tracks that have a signal on). +

+

+ The dB scale selector in the bottom left allows to + change the vertical scale of the graphs. +

+ +

MIDI instruments specificities

+ +
+ The MIDI keyboard in instruments plugins +
+ The MIDI keyboard in instruments plugins +
+
+ +

+ The generic UI provides, for all MIDI instruments plugins, a keyboard, that can + be used either with the mouse, or by using a QWERTY keyboard as a piano. Both the + channel and the velocity can be set above the keyboard. +