]> Shamusworld >> Repos - ardour-manual/blobdiff - include/working-with-ardour-built-plugin-editors.html
Cue: Cue window elements
[ardour-manual] / include / working-with-ardour-built-plugin-editors.html
index e222cc3b19ef6728a126e7ccbd5df55bbbc65c2a..9ec6a0098f26aa62977faea7974ad4674830b5ed 100644 (file)
@@ -6,12 +6,13 @@
 </p>
 
 <figure class="right">
-  <img class="mini" style="width:400px;" src="/images/exemple-plugin.png" alt="A generic plugin Editor (A-Eq)">
+  <img class="mini" style="width:400px;" src="/images/example-plugin.png" alt="A generic plugin Editor (A-Eq)">
   <figcaption>
-    A generic plugin Editor (A-Eq)
+    A generic plugin editor (ACE Compressor)
     <ol>
       <li>Parameters</li>
       <li>Description</li>
+      <li>CPU Profile</li>
       <li>Analysis graph</li>
     </ol>
   </figcaption>
   <kbd class=mod3n></kbd><kbd class=mouse>Left</kbd>-clicking on it.
 </p>
 
+<h2>Description</h2>
+
+<p>
+  This is a rarely used section that displays the contents of the description
+  metadata of a plugin.
+</p>
+
+<h2>CPU Profile</h2>
+
+<p>
+  This section displays CPU time measurements for the currently opened plugin.
+  For more information, please see the documentation on the
+  <a href="/troubleshooting/plugin-dsp-load/">Plugin DSP Load window</a>.
+</p>
+
 <h2>Analysis Graph</h2>
 
 <p>
@@ -50,7 +66,7 @@
 </p>
 <ul>
   <li>the <span style="background-color:black; color:white;">transfer function</span> in white,</li>
-  <li>the <span style="background-color:black; color:red;">phase response</span> in red (optionnal),</li>
+  <li>the <span style="background-color:black; color:red;">phase response</span> in red (optional),</li>
   <li>the <span style="background-color:black; color:green;">post effect spectrum</span> in green.</li>
 </ul>
 
   The <kbd class="menu">dB scale</kbd> selector in the bottom left allows to
   change the vertical scale of the graphs.
 </p>
+
+<h2>MIDI instruments specificities</h2>
+
+<figure>
+  <img src="/images/instrument_plugins-keyboard.png" alt="The MIDI keyboard in instruments plugins">
+  <figcaption>
+    The MIDI keyboard in instruments plugins
+  </figcaption>
+</figure>
+
+<p>
+  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.
+</p>