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