2022-09-13 20:41:46 -04:00
|
|
|
<h2 id="ace-inline-scope">ACE Inline Scope</h2>
|
|
|
|
|
|
|
|
<p>
|
2022-09-13 21:29:14 -04:00
|
|
|
This inline scope displays the waveform of audio being played in the track
|
|
|
|
or streamed into track's input. The waveform moves downwards.
|
2022-09-13 20:41:46 -04:00
|
|
|
</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>
|
|
|
|
|
2022-09-13 21:29:14 -04:00
|
|
|
<h2 id="ace-inline-spectrogram">ACE Inline Spectrogram</h2>
|
|
|
|
|
|
|
|
<p>This plugin displays a spectrogram of audio signal being played in the track
|
|
|
|
or streamed into track's input.</p>
|
|
|
|
|
|
|
|
<figure>
|
|
|
|
<img style="width:50%;" src="/images/a-inline-spectrogram.png" alt="ACE Inline Spectrogram">
|
|
|
|
<figcaption>
|
|
|
|
ACE Inline Spectrogram
|
|
|
|
</figcaption>
|
|
|
|
</figure>
|
|
|
|
|
|
|
|
<p>The plugin has a number of options:</p>
|
|
|
|
<ul>
|
|
|
|
<li><strong>Logscale</strong>. Whether the plugin should use a logarithmic
|
|
|
|
rather than a linear scale.</li>
|
|
|
|
<li><strong>1/f scale</strong>. Whether the spectrum analyzer should adjust
|
|
|
|
for 1/f aka "pink noise" to provide a more useful representation of the
|
|
|
|
signal.</li>
|
|
|
|
<li><strong>FFT size</strong>. This is the frequency resolution. The more bins
|
|
|
|
in analysis window, the better resolution.</li>
|
|
|
|
<li><strong>Height (Aspect)</strong>. The aspect ratio of the inline display.</li>
|
|
|
|
<li><strong>Range</strong>. The dynamic range of the spectrum analyzer in dB.</li>
|
|
|
|
<li><strong>Offset</strong>. Optional gain correction of the original signal
|
|
|
|
if it's too quiet or too loud.</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<figure>
|
|
|
|
<img style="width:50%;" src="/images/a-inline-spectrogram-options.png" alt="Inline Spectrogram ">
|
|
|
|
<figcaption>
|
|
|
|
Inline Spectrogram options
|
|
|
|
</figcaption>
|
|
|
|
</figure>
|
|
|
|
|
2022-09-13 20:41:46 -04:00
|
|
|
<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>
|