Initial docs on inline scopes, missing inline spectrogram

This commit is contained in:
Alexandre Prokoudine 2022-09-14 03:41:46 +03:00 committed by Paul Davis
parent a26b49e5c6
commit 158139ef85
8 changed files with 75 additions and 0 deletions

View File

@ -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>

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB