Initial documentation for ACE Inline Spectrogram
This commit is contained in:
parent
158139ef85
commit
81a436a79f
@ -1,8 +1,8 @@
|
|||||||
<h2 id="ace-inline-scope">ACE Inline Scope</h2>
|
<h2 id="ace-inline-scope">ACE Inline Scope</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This inline scope displays the waveform of audio being played in the track.
|
This inline scope displays the waveform of audio being played in the track
|
||||||
The waveform moves downwards.
|
or streamed into track's input. The waveform moves downwards.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
@ -28,6 +28,40 @@
|
|||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
<h3 id="ace-midi-monitor">ACE MIDI Monitor</h3>
|
<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>
|
<p>This inline tool displays all incoming or outgoing MIDI events in a track or a bus.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user