]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/22_preferences-and-session-properties/01_preferences-dialog/02_transport.html
a000f9d7dff39f21a0722125c9c18133453e6b4e
[ardour-manual-diverged] / _manual / 22_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="/ardours-interface/transport-bar-and-times/the-transport-bar/">Transport Bar</a>
10   and <a href="/synchronization/">Synchronization</a>.
11 </p>
12
13 <img src="/images/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
89             <a href="/synchronization/">synchronization</a> source.  Depending
90             on the timecode source chosen, additional preference options are
91             available.
92           </p>
93         </li>
94         <li>
95           <p>
96             <strong>Match session video frame rate to external timecode</strong>
97             controls the value of the video frame rate <em>while chasing</em>
98             an external timecode source.
99           </p>
100           <p>
101             When enabled, the session video frame rate will be changed to match
102             that of the selected external timecode source.
103           </p>
104           <p>
105             When disabled, the session video frame rate will not be changed to
106             match that of the selected external timecode source. Instead, the
107             frame rate indication in the main clock will flash red and Ardour
108             will convert between the external timecode standard and the session
109             standard.
110           </p>
111         </li>
112         <li>
113           <p>
114             <strong>Sync-lock timecode to clock</strong> can disable drift
115             compensation.
116           </p>
117           <p>
118             When enabled, Ardour will never varispeed when slaved to external
119             timecode. Sync Lock indicates that the selected external timecode
120             source shares clock-sync (Black &amp; Burst, Wordclock, etc) with
121             the audio interface. This options disables drift compensation.
122             The transport speed is fixed at 1.0. Vari-speed LTC will be ignored
123             and cause drift.
124           </p>
125           <p>
126             When disabled, Ardour will compensate for potential drift regardless
127             if the timecode sources shares clock sync.
128           </p>
129         </li>
130         <li>
131           <p>
132             <strong>Lock to 29.9700 fps instead of 30000/1001</strong>, when
133             enabled, will force Ardour to assume the external timecode source
134             uses 29.97 fps instead of 30000/1001.
135             SMPTE 12M-1999 specifies 29.97&nbsp;df as 30000/1001. The spec
136             further mentions that drop-frame timecode has an accumulated error
137             of -86&nbsp;ms over a 24&nbsp;hour period. Drop-frame timecode would
138             compensate exactly for an NTSC color frame rate of 30 * 0.9990 (i.e.
139             29.970000). That is not the actual rate. However, some vendors use
140             that rate - despite it being against the specs - because the
141             variant of using exactly 29.97&nbsp;fps has zero timecode drift.
142           </p>
143       </ul>
144     </p>
145   </li>
146   <li>
147     <p>
148       <strong>LTC Reader</strong> specifies which incoming port will provide
149       the LTC signal.
150     </p>
151   </li>
152   <li>
153     <strong>LTC Generator</strong>
154     <ul>
155       <li>
156         <p>
157           <strong>Enable LTC generator</strong>, when enabled Ardour will
158           output an LTC timecode signal on it's <em>LTC-out</em> port.
159         </p>
160       </li>
161       <li>
162         <p>
163           <strong>Send LTC while stopped</strong>, when enabled Ardour will
164           continue to send LTC information even while the transport (playhed) is
165           not moving.
166         </p>
167       </li>
168       <li>
169         <p>
170           <strong>LTC generator level:</strong> specifies the peak volume of
171           the generated LTC signal in dbFS. A good value is 0dBu^=-18dbFS in an
172           EBU calibrated system.
173         </p>
174       </li>
175     </ul>
176   </li>
177 </ul>