]> Shamusworld >> Repos - ardour-manual/blob - include/overview-of-all-timecode-related-settings.html
Cue: document Cue Isolate option
[ardour-manual] / 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 <table class="dl">
14   <tr><th><kbd class="menu">Timecode frames-per-second</kbd></th>
15   <td>
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   </td></tr>
20   <tr><th><kbd class="menu">Pull up/down</kbd></th>
21   <td>
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   </td></tr>
26   <tr><th><kbd class="menu">Slave Timecode offset</kbd></th>
27   <td>
28     The specified offset is added to the received timecode (MTC or
29     LTC).
30   </td></tr>
31   <tr><th><kbd class="menu">Timecode Generator offset</kbd></th>
32   <td>
33     Specify an offset which is added to the generated timecode (so far only LTC).
34   </td></tr>
35   <tr><th><kbd class="option">JACK Time Master</kbd></th>
36   <td>
37     Provide Bar|Beat|Tick and other information to JACK.
38   </td></tr>
39 </table>
40
41 <p>These settings are session specific.</p>
42
43 <h2>Transport Preferences</h2>
44
45 <table class="dl">
46   <tr><th><kbd class="menu">External timecode source</kbd></th>
47   <td>
48     Select timecode source: JACK, LTC, MTC, MIDI Clock
49   </td></tr>
50   <tr><th><kbd class="option">Match session video frame rate to external timecode</kbd></th>
51   <td>
52     This option controls the value of the video frame rate <em>while
53     chasing</em> an external timecode source. When enabled, the
54     session video frame rate will be changed to match that of the selected
55     external timecode source. When disabled, the session video frame rate
56     will not be changed to match that of the selected external timecode
57     source. Instead the frame rate indication in the main clock will flash
58     red and Ardour will convert between the external timecode standard and
59     the session standard.
60   </td></tr>
61   <tr><th><kbd class="option">External timecode is sync locked</kbd></th>
62   <td>
63     Indicates that the selected external timecode source shares sync (Black
64     &amp; Burst, Wordclock, etc) with the audio interface.
65   </td></tr>
66   <tr><th><kbd class="option">Lock to 29.9700 fps instead of 30000/1001</kbd></th>
67   <td>
68     The external timecode source is assumed to use 29.97 fps instead of
69     30000/1001. SMPTE 12M-1999 specifies 29.97df as 30000/1001. The spec
70     further mentions that drop-frame timecode has an accumulated error of -86ms
71     over a 24-hour period. Drop-frame timecode would compensate exactly for a
72     NTSC color frame rate of 30 * 0.9990 (ie 29.970000). That is not the actual
73     rate. However, some vendors use that rate&mdash;despite it being against
74     the specs&mdash;because the variant of using exactly 29.97 fps has zero
75     timecode drift.
76   </td></tr>
77   <tr><th><kbd class="menu">LTC incoming port</kbd></th>
78   <td>
79     Offers a session agnostic way to retain the LTC port connection.
80   </td></tr>
81   <tr><th><kbd class="option">Enable LTC generator</kbd></th>
82   <td>Does just what it says.</td></tr>
83   <tr><th><kbd class="option">Send LTC while stopped</kbd></th>
84   <td>
85     Enable to continue to send LTC information even when the transport
86     (playhead) is not moving. This mode is intended to drive analog tape
87     machines which unspool the tape if no LTC timecode is received.
88   </td></tr>
89   <tr><th><kbd class="menu">LTC generator level</kbd></th>
90   <td>
91     Specify the Peak Volume of the generated LTC signal in dbFS. A good value
92     is 0&nbsp;dBu (which is -18&nbsp;dbFS in an EBU calibrated system).
93   </td></tr>
94 </table>
95
96 <p>
97   These settings are common to all sessions.
98 </p>
99
100 <h2>MIDI Preferences</h2>
101
102 <table class="dl">
103   <tr><th><kbd class="option">Send MIDI Timecode</kbd></th><td>Enable MTC generator</td></tr>
104   <tr><th><kbd class="option">Send MIDI Clock</kbd></th><td>Enable MIDI Clock generator</td></tr>
105 </table>
106
107 <p>
108   These settings are also common to all sessions.
109 </p>
110