]> Shamusworld >> Repos - ardour-manual/commitdiff
Initial docs on inline scopes, missing inline spectrogram
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Wed, 14 Sep 2022 00:41:46 +0000 (03:41 +0300)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 15 Oct 2022 15:17:57 +0000 (09:17 -0600)
include/bundled-plugins-inline-scopes.html [new file with mode: 0644]
master-doc.txt
source/images/a-inline-ltc-reader.png [new file with mode: 0644]
source/images/a-inline-midi-monitor.png [new file with mode: 0644]
source/images/a-inline-scope-options.png [new file with mode: 0644]
source/images/a-inline-scope.png [new file with mode: 0644]
source/images/a-inline-spectrogram-options.png [new file with mode: 0644]
source/images/a-inline-spectrogram.png [new file with mode: 0644]

diff --git a/include/bundled-plugins-inline-scopes.html b/include/bundled-plugins-inline-scopes.html
new file mode 100644 (file)
index 0000000..23673c7
--- /dev/null
@@ -0,0 +1,67 @@
+<h2 id="ace-inline-scope">ACE Inline Scope</h2>
+
+<p>
+  This inline scope displays the waveform of audio being played in the track.
+  The waveform moves downwards.
+</p>
+
+<figure>
+  <img style="width:50%;" src="/images/a-inline-scope.png" alt="Inline Scope">
+  <figcaption>
+    Inline Scope
+  </figcaption>
+</figure>
+
+<p>
+  The scope has a few settings:
+</p>
+
+<ul>
+<li><strong>Timescale</strong>. How many seconds of audio fit into the display at any time.</li>
+<li><strong>Height (Aspect)</strong>. The aspect ratio of the inline display.</li>
+</ul>
+
+<figure>
+  <img style="width:50%;" src="/images/a-inline-scope-options.png" alt="Inline Scope Options">
+  <figcaption>
+    Inline Scope Options
+  </figcaption>
+</figure>
+
+<h3 id="ace-midi-monitor">ACE MIDI Monitor</h3>
+
+<p>This inline tool displays all incoming or outgoing MIDI events in a track or a bus.</p>
+
+<figure>
+  <img style="width:50%;" src="/images/a-inline-midi-monitor.png" alt="ACE MIDI Monitor">
+  <figcaption>
+    ACE MIDI Monitor
+  </figcaption>
+</figure>
+
+<p>There are several options:</p>
+
+<ul>
+  <li><strong>Hexadecimal</strong>. Whether values should be displayed in
+  hexadecimal notation, e.g. 1E00 instead of 7680.</li>
+  <li><strong>System messages</strong>. Whether the Monitor should display
+  system control and real-time messages</li>
+<li><strong>Numeric notes</strong>. Whether the Monitor should display notes in the numeric notation, e.g. 48 instead of C3.</li>
+  <li><strong>Font size</strong>. The font size used to display events. </li>
+  <li><strong>Line count</strong>. How many lines the MIDI MOnitor should display in the mixer strip.</li>
+</ul>
+
+<h2 id="ltc-reader">LTC Reader</h2>
+
+<p>
+  This is a Linear Timecode (LTC) decoder with an inline display in the mixer
+  strip. It can display either the LTC data from regions in a track or any LTC
+  data streamed into track's input.
+</p>
+
+<figure>
+  <img style="width:50%;" src="/images/a-inline-ltc-reader.png" alt="LTC Reader">
+  <figcaption>
+    LTC Reader
+  </figcaption>
+</figure>
index 8f66c0457538b7ec4d30bb5b0c6da222f8999392..d8d18a82d74eab90a07955d0ab74a8ca14fe133f 100644 (file)
@@ -1968,6 +1968,14 @@ uri: plugins-utilities
 part: chapter
 ---
 
+---
+title: Inline Scopes
+include: bundled-plugins-inline-scopes.html
+link: bundled-plugins-inline-scopes
+uri: plugins-inline-scopes
+part: chapter
+---
+
 ---
 title: Video
 part: part
diff --git a/source/images/a-inline-ltc-reader.png b/source/images/a-inline-ltc-reader.png
new file mode 100644 (file)
index 0000000..377cfd6
Binary files /dev/null and b/source/images/a-inline-ltc-reader.png differ
diff --git a/source/images/a-inline-midi-monitor.png b/source/images/a-inline-midi-monitor.png
new file mode 100644 (file)
index 0000000..dde1659
Binary files /dev/null and b/source/images/a-inline-midi-monitor.png differ
diff --git a/source/images/a-inline-scope-options.png b/source/images/a-inline-scope-options.png
new file mode 100644 (file)
index 0000000..8cd1604
Binary files /dev/null and b/source/images/a-inline-scope-options.png differ
diff --git a/source/images/a-inline-scope.png b/source/images/a-inline-scope.png
new file mode 100644 (file)
index 0000000..9e769e1
Binary files /dev/null and b/source/images/a-inline-scope.png differ
diff --git a/source/images/a-inline-spectrogram-options.png b/source/images/a-inline-spectrogram-options.png
new file mode 100644 (file)
index 0000000..5e128bb
Binary files /dev/null and b/source/images/a-inline-spectrogram-options.png differ
diff --git a/source/images/a-inline-spectrogram.png b/source/images/a-inline-spectrogram.png
new file mode 100644 (file)
index 0000000..e0e7172
Binary files /dev/null and b/source/images/a-inline-spectrogram.png differ