]> Shamusworld >> Repos - ardour-manual-diverged/blob - include/overview-of-all-timecode-related-settings.html
Collapse diagrams/ into images/.
[ardour-manual-diverged] / include / overview-of-all-timecode-related-settings.html
1
2 <p>
3   Timecode settings are accessed from the menu in three places:
4 </p>
5
6 <ul>
7   <li><kbd class="menu">Session &gt; Properties &gt; Timecode</kbd></li>
8   <li><kbd class="menu">Edit &gt; Preferences &gt; Transport</kbd></li>
9   <li><kbd class="menu">Edit &gt; Preferences &gt; MIDI</kbd></li>
10 </ul>
11
12 <h2>Timecode Settings</h2>
13 <dl>
14   <dt><kbd class="menu">Timecode frames-per-second</kbd></dt>
15   <dd>
16     Configure timecode frames-per-second (23.976, 24, 24.975, 25, 29.97, 
17     29.97 drop, 30, 30 drop, 59.94, 60). Note that all fractional 
18     framerates are actually fps*(1000.0/1001.0).
19   </dd>
20   <dt><kbd class="menu">Pull up/down</kbd></dt>
21   <dd>
22     Video pull-up modes change the effective samplerate of Ardour to 
23     allow for changing a film soundtrack from one frame rate to another. 
24     See <a href="http://en.wikipedia.org/wiki/Telecine">Telecine</a>
25   </dd>
26   <dt><kbd class="menu">Slave Timecode offset</kbd></dt>
27   <dd>
28     The specified offset is added to the received timecode (MTC or
29     LTC).
30   </dd>
31   <dt><kbd class="menu">Timecode Generator offset</kbd></dt>
32   <dd>
33     Specify an offset which is added to the generated timecode (so far only LTC).
34   </dd>
35   <dt><kbd class="option">JACK Time Master</kbd></dt>
36   <dd>
37     Provide Bar|Beat|Tick and other information to JACK.
38   </dd>
39 </dl>
40 <p>These settings are session specific.</p>
41
42
43 <h2>Transport Preferences</h2>
44 <dl>
45   <dt><kbd class="menu">External timecode source</kbd></dt>
46   <dd>
47     Select timecode source: JACK, LTC, MTC, MIDI Clock
48   </dd>
49   <dt><kbd class="option">Match session video frame rate to external timecode</kbd></dt>
50   <dd>
51     This option controls the value of the video frame rate <em>while 
52     chasing</em> an external timecode source. When enabled, the 
53     session video frame rate will be changed to match that of the selected 
54     external timecode source. When disabled, the session video frame rate 
55     will not be changed to match that of the selected external timecode 
56     source. Instead the frame rate indication in the main clock will flash 
57     red and Ardour will convert between the external timecode standard and 
58     the session standard.
59   </dd>
60   <dt><kbd class="option">External timecode is sync locked</kbd></dt>
61   <dd>
62     Indicates that the selected external timecode source shares sync (Black 
63     &amp; Burst, Wordclock, etc) with the audio interface.
64   </dd>
65   <dt><kbd class="option">Lock to 29.9700 fps instead of 30000/1001</kbd></dt>
66   <dd>
67     The external timecode source is assumed to use 29.97 fps instead of 
68     30000/1001. SMPTE 12M-1999 specifies 29.97df as 30000/1001. The spec 
69     further mentions that drop-frame timecode has an accumulated error of -86ms 
70     over a 24-hour period. Drop-frame timecode would compensate exactly for a 
71     NTSC color frame rate of 30 * 0.9990 (ie 29.970000). That is not the actual 
72     rate. However, some vendors use that rate &mdash; despite it being against 
73     the specs &mdash; because the variant of using exactly 29.97 fps has zero 
74     timecode drift.
75   </dd>
76   <dt><kbd class="menu">LTC incoming port</kbd></dt>
77   <dd>
78     Offers a session agnostic way to retain the LTC port connection.
79   </dd>
80   <dt><kbd class="option">Enable LTC generator</kbd></dt>
81   <dd>Does just what it says.</dd>
82   <dt><kbd class="option">Send LTC while stopped</kbd></dt>
83   <dd>
84     Enable to continue to send LTC information even when the transport 
85     (playhead) is not moving. This mode is intended to drive analog tape 
86     machines which unspool the tape if no LTC timecode is received.
87   </dd>
88   <dt><kbd class="menu">LTC generator level</kbd></dt>
89   <dd>
90     Specify the Peak Volume of the generated LTC signal in dbFS. A good value 
91     is 0&nbsp;dBu (which is -18&nbsp;dbFS in an EBU calibrated system).
92   </dd>
93 </dl>
94 <p>These settings are common to all sessions.</p>
95
96
97 <h2>MIDI Preferences</h2>
98 <dl>
99   <dt><kbd class="option">Send MIDI Timecode</kbd></dt><dd>Enable MTC generator</dd>
100   <dt><kbd class="option">Send MIDI Clock</kbd></dt><dd>Enable MIDI Clock generator</dd>
101 </dl>
102 <p>These settings are also common to all sessions.</p>
103
104