]> Shamusworld >> Repos - ardour-manual/blob - include/bundled-plugins-inline-scopes.html
Initial documentation for ACE Inline Spectrogram
[ardour-manual] / include / bundled-plugins-inline-scopes.html
1 <h2 id="ace-inline-scope">ACE Inline Scope</h2>
2
3 <p>
4   This inline scope displays the waveform of audio being played in the track
5   or streamed into track's input. The waveform moves downwards.
6 </p>
7
8 <figure>
9   <img style="width:50%;" src="/images/a-inline-scope.png" alt="Inline Scope">
10   <figcaption>
11     Inline Scope
12   </figcaption>
13 </figure>
14
15 <p>
16   The scope has a few settings:
17 </p>
18
19 <ul>
20 <li><strong>Timescale</strong>. How many seconds of audio fit into the display at any time.</li>
21 <li><strong>Height (Aspect)</strong>. The aspect ratio of the inline display.</li>
22 </ul>
23
24 <figure>
25   <img style="width:50%;" src="/images/a-inline-scope-options.png" alt="Inline Scope Options">
26   <figcaption>
27     Inline Scope Options
28   </figcaption>
29 </figure>
30
31 <h2 id="ace-inline-spectrogram">ACE Inline Spectrogram</h2>
32
33 <p>This plugin displays a spectrogram of audio signal being played in the track
34 or streamed into track's input.</p>
35
36 <figure>
37   <img style="width:50%;" src="/images/a-inline-spectrogram.png" alt="ACE Inline Spectrogram">
38   <figcaption>
39     ACE Inline Spectrogram
40   </figcaption>
41 </figure>
42
43 <p>The plugin has a number of options:</p>
44 <ul>
45   <li><strong>Logscale</strong>. Whether the plugin should use a logarithmic
46   rather than a linear scale.</li>
47   <li><strong>1/f scale</strong>. Whether the spectrum analyzer should adjust
48   for 1/f aka "pink noise" to provide a more useful representation of the
49   signal.</li>
50   <li><strong>FFT size</strong>. This is the frequency resolution. The more bins
51   in analysis window, the better resolution.</li>
52   <li><strong>Height (Aspect)</strong>. The aspect ratio of the inline display.</li>
53   <li><strong>Range</strong>. The dynamic range of the spectrum analyzer in dB.</li>
54   <li><strong>Offset</strong>. Optional gain correction of the original signal
55   if it's too quiet or too loud.</li>
56 </ul>
57
58 <figure>
59   <img style="width:50%;" src="/images/a-inline-spectrogram-options.png" alt="Inline Spectrogram ">
60   <figcaption>
61     Inline Spectrogram options
62   </figcaption>
63 </figure>
64
65 <h3 id="ace-midi-monitor">ACE MIDI Monitor</h3>
66
67 <p>This inline tool displays all incoming or outgoing MIDI events in a track or a bus.</p>
68
69 <figure>
70   <img style="width:50%;" src="/images/a-inline-midi-monitor.png" alt="ACE MIDI Monitor">
71   <figcaption>
72     ACE MIDI Monitor
73   </figcaption>
74 </figure>
75
76 <p>There are several options:</p>
77
78 <ul>
79   <li><strong>Hexadecimal</strong>. Whether values should be displayed in
80   hexadecimal notation, e.g. 1E00 instead of 7680.</li>
81   <li><strong>System messages</strong>. Whether the Monitor should display
82   system control and real-time messages</li>
83 <li><strong>Numeric notes</strong>. Whether the Monitor should display notes in the numeric notation, e.g. 48 instead of C3.</li>
84   <li><strong>Font size</strong>. The font size used to display events. </li>
85   <li><strong>Line count</strong>. How many lines the MIDI MOnitor should display in the mixer strip.</li>
86 </ul>
87
88 <h2 id="ltc-reader">LTC Reader</h2>
89
90 <p>
91   This is a Linear Timecode (LTC) decoder with an inline display in the mixer
92   strip. It can display either the LTC data from regions in a track or any LTC
93   data streamed into track's input.
94 </p>
95
96 <figure>
97   <img style="width:50%;" src="/images/a-inline-ltc-reader.png" alt="LTC Reader">
98   <figcaption>
99     LTC Reader
100   </figcaption>
101 </figure>