]> Shamusworld >> Repos - ardour-manual/commitdiff
Updated the 'Metering in Ardour' page. Added a clearer to the template so that the...
authorEd Ward <edwsaintesprit@hotmail.com>
Tue, 27 Mar 2018 08:52:11 +0000 (10:52 +0200)
committerEd Ward <edwsaintesprit@hotmail.com>
Mon, 16 Apr 2018 12:40:10 +0000 (14:40 +0200)
include/metering-in-ardour.html
page-template.txt
source/images/meter-preferences.png [deleted file]
source/images/meter-types-18.png
source/images/mixer-meter-context-menu.png

index 0ad9128a3d08b486bac692ed9a7e2a4af007df3a..b5133afc4ed72cc650d7e574752e9dabc079de14 100644 (file)
@@ -8,7 +8,7 @@
   at a single meter.
 </p>
 <p>
-  Yet, if you want to work in or with the broadcast industry, it is
+  Yet, in order to work in or with the broadcast industry, it is
   usually unavoidable to use meters.
 </p>
 <p>
@@ -19,7 +19,7 @@
   <li>When tracking, meters are used to ensure that the input
   signal does not <dfn>overload</dfn> and maintains reasonable
   <dfn>headroom</dfn>.</li>
-  <li>Meters offer a <dfn>quick visual indication</dfn> of a
+  <li>Meters offer a <dfn>quick visual indication</dfn> of an
   activity when working with a large number of tracks.</li>
   <li>During mixing, meters provide an rough estimate of the
   <dfn>loudness</dfn> of each track.</li>
@@ -59,7 +59,7 @@
   exact specifications.
   <p>
   Various conventions for DPM fall-off times and dBFS line-up level can be
-  chosen in <kbd class="menu">Edit &gt; Preferences &gt; GUI</kbd>.
+  chosen in <kbd class="menu">Edit &gt; Preferences &gt; Metering</kbd>.
   </p>
   </td></tr>
 
@@ -75,7 +75,7 @@
     <li><dfn>K14</dfn>: Same as K20 with scale aligned to -14&nbsp;dBFS.</li>
     <li><dfn>K12</dfn>: Same as K20 with scale aligned to -12&nbsp;dBFS (since 3.5.143).</li>
     <li><dfn>Peak + RMS</dfn>: standard RMS, customizable via
-    <kbd class="menu">Edit &gt; Preferences &gt; GUI &gt; Metering</kbd></li>
+    <kbd class="menu">Edit &gt; Preferences &gt; Metering</kbd></li>
   </ul>
   </td></tr>
 
 
 <h2>Ardour Specifics</h2>
 
-<img class="right" src="/images/mixer-meter-context-menu.png" alt="mixer strip meter context menu" />
+<figure class="right">
+    <img src="/images/mixer-meter-context-menu.png" alt="mixer strip meter context menu">
+    <figcaption>
+      Mixer strip meter context menu
+    </figcaption>
+</figure>
+
 <p>
   Meters are available in various places in Ardour:
 </p>
   They all share the same configuration and color-theme which is available in
   preferences and the theme-manager. Settings for the Peak and RMS+Peak meters
   as well as VU meter standards are found in
-  <kbd class="menu">Edit &gt; Preferences &gt; GUI &gt; Metering</kbd>.
+  <kbd class="menu">Edit &gt; Preferences &gt; Metering</kbd>.
 </p>
+
 <p>
   The type of meter and the <dfn>metering point</dfn> (the place in the signal chain
   where the meter taps the signal) are configurable in the context menu of each meter.
-  Depending on the <kbd class="menu">Edit &gt; Preferences &gt; GUI &gt; Mixer
-  Strip</kbd> settings, the metering point is also accessible via a button in
-  each Mixer strip.
+  Depending on the <kbd class="menu">Edit &gt; Preferences &gt; Mixer</kbd> settings,
+  the metering point is also accessible via a button in each Mixer strip.
 </p>
-<img class="right" src="/images/meter-preferences.png" alt="" />
+
 <p>
   Regardless of meter type and standard the meter display will highlight red if
   the signal on the given channel exceeds the configured peak threshold.
 </p>
 <p>
-  <kbd class="mouse">Left</kbd> on the peak-indicator button resets the
+  <kbd class="mouse">Left</kbd> clicking on the peak-indicator button resets the
   <dfn>peak-hold indicator</dfn> of a single channel.<br>
-  <kbd class="mod1 mouse">Left</kbd> resets a whole <dfn>group</dfn>, and<br/>
-  <kbd class="mod13 mouse">Left</kbd> resets all meters.
+  <kbd class="mod1 mouse">Left</kbd> clicking resets a whole <dfn>group</dfn>, and<br/>
+  <kbd class="mod13 mouse">Left</kbd> clicking resets all meters.
 </p>
 
 <h2>Overview of meter types</h2>
 
+<figure class="left">
+  <img class="mini" src="/images/meter-types-18.png" alt="Bar-graph meters in Ardour">
+  <figcaption>
+    Bar-graph meters in Ardour
+  </figcaption>
+</figure>
+
+<figure class="right">
+  <img class="mini" src="/images/needle-meters-18.png" alt="Needle-style meters as external LV2 plugins">
+  <figcaption>
+    Needle-style meters as external LV2 plugins
+  </figcaption>
+</figure>
+
 <p>
   The figure on the left shows all available meter-types in Ardour 3.4 when fed with a
   -18&nbsp;dBFS 1&nbsp;kHz sine wave.
 </p>
 
-<img class="right" style="max-width:45%;height:400px;" src="/images/needle-meters-18.png"
-alt="Needle-style meters as external LV2 plugins" />
-<img style="max-width:45%; height:400px" src="/images/meter-types-18.png"
-alt="Bar-graph meters in Ardour" />
-
 <p>
   Due to layout concerns and consistent look and feel all meters available in
   Ardour itself are bar-graph type meters. Corresponding needle-style
@@ -172,4 +187,3 @@ alt="Bar-graph meters in Ardour" />
   LV2 plugins (see image on the right):
   <a href="https://github.com/x42/meters.lv2/">meters.lv2</a>.
 </p>
-
index 6eac78ba4def3835e1e5fc3047220c8ece4f4ac3..f6f0fa25b20c41b775a9e7a61158e03f279cb240 100644 (file)
@@ -52,6 +52,8 @@
                        <h1 class="title">{{ page.title }}</h1>
 
                        {{ content }}
+
+                       <div class="clearer"></div>
                        {% prevnext %}
 
                </div>
diff --git a/source/images/meter-preferences.png b/source/images/meter-preferences.png
deleted file mode 100644 (file)
index 9cb9ebc..0000000
Binary files a/source/images/meter-preferences.png and /dev/null differ
index d134bb7ca0141da744ad4fcb97e1171ae250cb1e..d60942ae185a73cc6fe2a6dd30c61972fb546ff0 100644 (file)
Binary files a/source/images/meter-types-18.png and b/source/images/meter-types-18.png differ
index 0b09c10f5c25a7a142119c7ca15e2f0f8f2d9835..b6143a7bebb121ccb27e70cdabfffc7d61260cf1 100644 (file)
Binary files a/source/images/mixer-meter-context-menu.png and b/source/images/mixer-meter-context-menu.png differ