]> Shamusworld >> Repos - ardour-manual/commitdiff
Update the doc on the generic plugin editor
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Sat, 2 Jul 2022 14:48:26 +0000 (17:48 +0300)
committerAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Sat, 2 Jul 2022 14:48:46 +0000 (17:48 +0300)
include/working-with-ardour-built-plugin-editors.html
source/images/example-plugin.png [new file with mode: 0644]
source/images/exemple-plugin.png [deleted file]

index 0d6bc50ac74e57894e0edc67c80e76dd1d8c4fb7..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>
diff --git a/source/images/example-plugin.png b/source/images/example-plugin.png
new file mode 100644 (file)
index 0000000..4803d3e
Binary files /dev/null and b/source/images/example-plugin.png differ
diff --git a/source/images/exemple-plugin.png b/source/images/exemple-plugin.png
deleted file mode 100644 (file)
index 440b83c..0000000
Binary files a/source/images/exemple-plugin.png and /dev/null differ