]> Shamusworld >> Repos - ardour-manual/blob - include/monitor-setup-in-ardour.html
Fixed last commit
[ardour-manual] / include / monitor-setup-in-ardour.html
1
2 <p>Ardour has three main settings which affect how
3   monitoring is performed. The first is
4   <kbd class="menu">Edit &gt; Preferences &gt; Monitoring &gt;
5   Record monitoring handled by</kbd>. There are two or three
6   options here, depending on the capabilities
7   of the hardware.
8 </p>
9 <p> The other two settings are more complex.  One is
10   <kbd class="menu">Tape machine mode</kbd>, found in the
11   same dialog, and the other is the
12   <kbd class="option">Session &gt; Properties &gt; Monitoring
13   automatically follows transport state</kbd> setting.
14 </p>
15 <p>
16   Monitoring also depends on the state of the track's record-enable button,
17   the session record-enable button, and on whether or not the transport is
18   rolling.
19 </p>
20
21 <h3>Software or Hardware Monitoring Modes</h3>
22 <p>
23   If Ardour is set to <dfn>external monitoring</dfn>, Ardour does not do any
24   monitoring.
25 </p>
26
27 <h2>Monitoring in Non-Tape-Machine Mode</h2>
28 <p>
29   When <dfn>Tape-Machine mode is off</dfn>, and a track is armed, Ardour
30   <em>always</em> monitors the live input, except in one case: if the transport is
31   rolling, the session is not recording, and <dfn>auto-input</dfn> is active,
32   the playback from an armed track will be heard.
33 </p>
34 <p>
35   Unarmed tracks will play back their contents from disc, unless the
36   transport is stopped <em>and</em> <dfn>auto-input</dfn> is enabled.
37   In this case, the track monitors its live input.
38 </p>
39
40 <h2>Monitoring in Tape-Machine Mode</h2>
41
42 <p>
43   In <dfn>Tape-Machine mode</dfn>, when a track is armed, its behaviour is
44   the same as in non-tape-machine mode.
45 </p>
46 <p>
47   Unarmed tracks however will always just play back their contents from
48   disk; the live input will never be monitored.
49 </p>
50