]> Shamusworld >> Repos - ardour-manual/blob - include/transport-tab.html
Initial cleanup of manual content.
[ardour-manual] / include / transport-tab.html
1
2 <p>
3   This tab contains settings that relate to the behavior of the
4   <a href="/ardours-interface/the-transport-bar/">Transport Bar</a>
5   and <a href="/synchronization/">Synchronization</a>.
6 </p>
7
8 <img src="/images/a4_preferences_transport.png" alt="preferences
9 transport tab"/>
10
11 <ul>
12   <li>
13     <p>
14       <strong>Keep record-enable engaged on stop</strong> leaves the global
15       record-enable engaged after transport is stopped.  Does not affect track
16       level record-enable which is never changed on stop.
17     </p>
18   </li>
19
20   <li>
21     <p>
22       <strong>Play loop is a transport mode</strong> changes the behavior of the
23       loop button, turning it into a toggle. When enabled, the loop button does
24       not start playback but forces playback to always play the loop.  Looping
25       stays engaged when the transport is stopped. Playback continues where the
26       transport stopped and continues to loop.
27     </p>
28     <p>
29       When disabled, the loop button starts playing the loop but stop then
30       cancels loop playback.
31     </p>
32   </li>
33   <li>
34     <p>
35       <strong>Stop recording when an xrun occurs</strong> will stop the transport
36       when an xrun occurs during recording, ensuring no audible glitches are
37       recorded.
38     </p>
39   </li>
40   <li>
41     <p>
42       <strong>Create markers where xruns occur</strong> will create a new
43       <a href="/working-with-markers/">marker</a> when an xrun occurs during
44       recording at the location of the xrun. This marks where possible xruns
45       might produce audible glitches when stopping on xruns is disabled.
46     </p>
47   </li>
48   <li>
49     <p>
50       <strong>Stop at the end of the session</strong> causes the transport to
51       stop during playback when it reaches the end marker. Behavior during
52       recording is not changed.
53     </p>
54   </li>
55   <li>
56     <p>
57       <strong>Do seamless looping</strong> removes any clicks that might
58       otherwise be audible when the transport moves from the end of the loop
59       range back to the beginning.
60     </p>
61   </li>
62   <li>
63     <p>
64       <strong>Disable per-track record disarm while rolling</strong>, when
65       enabled, will not allow the any track's record-enable to be disarmed
66       during record, preventing accidentally stopping the recording of a take.
67     </p>
68   </li>
69   <li>
70     <p>
71       <strong>12dB gain reduction during fast-forward and fast-rewind</strong>
72       when enabled will reduce the unpleasant increase in perceived volume
73       that occurs when fast-forwarding or rewinding through some kinds of audio.
74     </p>
75   </li>
76   <li>
77     <p>
78       <strong>Sync/Slave</strong>
79       <ul>
80         <li>
81           <p>
82             <strong>External timecode source</strong> determines which external
83             source to use when Ardour is using an external
84             <a href="/synchronization/">synchronization</a> source.  Depending
85             on the timecode source chosen, additional preference options are
86             available.
87           </p>
88         </li>
89         <li>
90           <p>
91             <strong>Match session video frame rate to external timecode</strong>
92             controls the value of the video frame rate <em>while chasing</em>
93             an external timecode source.
94           </p>
95           <p>
96             When enabled, the session video frame rate will be changed to match
97             that of the selected external timecode source.
98           </p>
99           <p>
100             When disabled, the session video frame rate will not be changed to
101             match that of the selected external timecode source. Instead, the
102             frame rate indication in the main clock will flash red and Ardour
103             will convert between the external timecode standard and the session
104             standard.
105           </p>
106         </li>
107         <li>
108           <p>
109             <strong>Sync-lock timecode to clock</strong> can disable drift
110             compensation.
111           </p>
112           <p>
113             When enabled, Ardour will never varispeed when slaved to external
114             timecode. Sync Lock indicates that the selected external timecode
115             source shares clock-sync (Black &amp; Burst, Wordclock, etc) with
116             the audio interface. This options disables drift compensation.
117             The transport speed is fixed at 1.0. Vari-speed LTC will be ignored
118             and cause drift.
119           </p>
120           <p>
121             When disabled, Ardour will compensate for potential drift regardless
122             if the timecode sources shares clock sync.
123           </p>
124         </li>
125         <li>
126           <p>
127             <strong>Lock to 29.9700 fps instead of 30000/1001</strong>, when
128             enabled, will force Ardour to assume the external timecode source
129             uses 29.97 fps instead of 30000/1001.
130             SMPTE 12M-1999 specifies 29.97&nbsp;df as 30000/1001. The spec
131             further mentions that drop-frame timecode has an accumulated error
132             of -86&nbsp;ms over a 24&nbsp;hour period. Drop-frame timecode would
133             compensate exactly for an NTSC color frame rate of 30 * 0.9990 (i.e.
134             29.970000). That is not the actual rate. However, some vendors use
135             that rate&mdash;despite it being against the specs&mdash;because the
136             variant of using exactly 29.97&nbsp;fps has zero timecode drift.
137           </p>
138       </ul>
139     </p>
140   </li>
141   <li>
142     <p>
143       <strong>LTC Reader</strong> specifies which incoming port will provide
144       the LTC signal.
145     </p>
146   </li>
147   <li>
148     <strong>LTC Generator</strong>
149     <ul>
150       <li>
151         <p>
152           <strong>Enable LTC generator</strong>, when enabled Ardour will
153           output an LTC timecode signal on it's <em>LTC-out</em> port.
154         </p>
155       </li>
156       <li>
157         <p>
158           <strong>Send LTC while stopped</strong>, when enabled Ardour will
159           continue to send LTC information even while the transport (playhed) is
160           not moving.
161         </p>
162       </li>
163       <li>
164         <p>
165           <strong>LTC generator level:</strong> specifies the peak volume of
166           the generated LTC signal in dbFS. A good value is 0dBu^=-18dbFS in an
167           EBU calibrated system.
168         </p>
169       </li>
170     </ul>
171   </li>
172 </ul>
173