]> Shamusworld >> Repos - ardour-manual/commitdiff
Initial version of ACE EQ docs
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Fri, 9 Sep 2022 01:09:21 +0000 (04:09 +0300)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 15 Oct 2022 15:17:57 +0000 (09:17 -0600)
include/bundled-plugins-filters.html
source/images/a-eq-bandwidths.png [new file with mode: 0644]
source/images/a-eq-inline.png [new file with mode: 0644]

index 6aa4408b3bd595fc238f663a85da61bf94741fc3..0977e609e155c6f196c2d937cd1b95393f26ea4a 100644 (file)
@@ -192,3 +192,58 @@ here</a> for technical details). There are just two controls:</p>
     Inline display
   </figcaption>
 </figure>
+
+<h2>ACE EQ</h2>
+
+<p>
+  Equalizers are commonly used to shape the sound, change timbre of an
+  instrument and  generally help it sit better in a mix.
+</p>
+<p>
+  ACE EQ is a simple 4-band equalizer with a low and a high shelves.
+  All bands and shelves are optional and can be disabled by clicking on
+  the outer border of respective parameters boxes.
+</p>
+<p>
+  For each band it's possible to set the base frequency, the gain level,
+  and the bandwidth. The latter defines how much frequencies around the base
+  frequency are affected by the gain adjustment. In an example below, the first
+  band has the narrowest bandwidth of 0.1, and the third band has the default
+  banwidth of 1.0. While both bands have a gain of +10dB, the first one is very
+  narrow, but the third one is wide enough so that changes begin affecting
+  frequencies that belong to neighboring frequency bands.
+</p>
+
+<figure>
+  <img style="width:50%;" src="/images/a-eq-bandwidths.png" alt="ACE EQ bandwidths">
+  <figcaption>
+    ACE EQ bandwidths
+  </figcaption>
+</figure>
+
+<p>There are three ways to adjust both frequency, gain, and bandwidth:</p>
+
+<ol>
+  <li><p><strong>Directly on the diagram</strong>. Dragging the band mark
+  (1 through 4) left and right changes the frequency, dragging it up and down
+  changes the gain. Scrolling the mouse wheel over the band mark changes the
+  bandwidth.</p>
+  </li>
+  <li><p><strong>In the bottom parameters boxes</strong>. Scrolling the mouse
+  wheel over a setting changes its value. This is also where and how the master
+  output can be adjusted.</p>
+  </li>
+  <li><p><strong>Numerically via the generic plugin UI</strong>. This user
+  interface can be displayed by right-clicking on the plugin in the mixer
+  channel and choosing the  <em>Edit with generic controls…</em> option.</p>
+  </li>
+</ol>
+
+<p>ACE EQ also provides an inline display for mixer channels:</p>
+
+<figure>
+  <img style="width:75%;" src="/images/a-eq-inline.png" alt="Inline ACE EQ display">
+  <figcaption>
+    Inline display
+  </figcaption>
+</figure>
\ No newline at end of file
diff --git a/source/images/a-eq-bandwidths.png b/source/images/a-eq-bandwidths.png
new file mode 100644 (file)
index 0000000..5fe9039
Binary files /dev/null and b/source/images/a-eq-bandwidths.png differ
diff --git a/source/images/a-eq-inline.png b/source/images/a-eq-inline.png
new file mode 100644 (file)
index 0000000..6959197
Binary files /dev/null and b/source/images/a-eq-inline.png differ