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