]> Shamusworld >> Repos - ardour-manual/blob - include/bundled-plugins-inline-scopes.html
23673c71ed7ebd5440d65751cd8b7ed9b594a260
[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   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 <h3 id="ace-midi-monitor">ACE MIDI Monitor</h3>
32
33 <p>This inline tool displays all incoming or outgoing MIDI events in a track or a bus.</p>
34
35 <figure>
36   <img style="width:50%;" src="/images/a-inline-midi-monitor.png" alt="ACE MIDI Monitor">
37   <figcaption>
38     ACE MIDI Monitor
39   </figcaption>
40 </figure>
41
42 <p>There are several options:</p>
43
44 <ul>
45   <li><strong>Hexadecimal</strong>. Whether values should be displayed in
46   hexadecimal notation, e.g. 1E00 instead of 7680.</li>
47   <li><strong>System messages</strong>. Whether the Monitor should display
48   system control and real-time messages</li>
49 <li><strong>Numeric notes</strong>. Whether the Monitor should display notes in the numeric notation, e.g. 48 instead of C3.</li>
50   <li><strong>Font size</strong>. The font size used to display events. </li>
51   <li><strong>Line count</strong>. How many lines the MIDI MOnitor should display in the mixer strip.</li>
52 </ul>
53
54 <h2 id="ltc-reader">LTC Reader</h2>
55
56 <p>
57   This is a Linear Timecode (LTC) decoder with an inline display in the mixer
58   strip. It can display either the LTC data from regions in a track or any LTC
59   data streamed into track's input.
60 </p>
61
62 <figure>
63   <img style="width:50%;" src="/images/a-inline-ltc-reader.png" alt="LTC Reader">
64   <figcaption>
65     LTC Reader
66   </figcaption>
67 </figure>