manual/_manual/19_synchronization/04_overview-of-timecode-rel...

53 lines
3.7 KiB
HTML
Raw Normal View History

2013-02-15 13:21:59 -05:00
---
layout: default
title: Overview of all Timecode related settings
2013-02-15 15:49:33 -05:00
menu_title: Overview of Timecode settings
2013-02-15 13:21:59 -05:00
---
2013-02-15 15:49:33 -05:00
<h2>Accessing the Settings and Preferences</h2>
2013-02-15 13:21:59 -05:00
<p>
2013-02-15 15:49:33 -05:00
Timecode related settings are accessed from the menu:
2013-02-15 13:21:59 -05:00
</p>
2013-02-15 15:49:33 -05:00
<ul>
<li><code>Session &gt; Properties &gt; Timecode</code></li>
<li><code>Edit &gt; Preferences &gt; Transport</code></li>
<li><code>Edit &gt; Preferences &gt; MIDI</code></li>
</ul>
2013-02-15 13:21:59 -05:00
2013-02-15 15:49:33 -05:00
<h2>Timecode Settings</h2>
<p>Thes settings are session specific:</p>
2013-02-15 13:21:59 -05:00
<ul>
2013-02-15 20:04:11 -05:00
<li><strong>Timecode frames-per-second</strong> configure timecode frames-per-second (23.976, 24, 24.975, 25, 29.97, 29.97 drop, 30, 30 drop, 59.94, 60). Note that all fractional framerates are actually fps*(1000.0/1001.0).</li>
2013-02-15 15:49:33 -05:00
<li><strong>Pull up/down</strong> video-pullup modes change the effective samplerate of Ardour to allows for changing a film soundtrack from one frame rate to another. see <a href="http://en.wikipedia.org/wiki/Telecine" title="http://en.wikipedia.org/wiki/Telecine">Telecine</a></li>
<li><strong>Slave Timecode offset</strong> The specified offset is added to the received timecode (MTC or LTC).</li>
<li><strong>Timecode Generator offset</strong> Specify an offset which is added to the generated timecode (so far only LTC).</li>
<li><strong>JACK Time Master</strong> provide Bar|Beat|Tick and other information to JACK</li>
2013-02-15 13:21:59 -05:00
</ul>
2013-02-15 15:49:33 -05:00
<h2>Transport Preferences</h2>
2013-02-15 13:21:59 -05:00
<ul>
2013-02-15 15:49:33 -05:00
<li><strong>External timecode source</strong> select timecode source: JACK, LTC, MTC, MClk</li>
<li><strong>Match session video frame rate to external timecode</strong> This option controls the value of the video frame rate <em>while chasing</em> an external timecode source. <strong>When enabled</strong> the session video frame rate will be changed to match that of the selected external timecode source. <strong>When disabled</strong> the session video frame rate will not be changed to match that of the selected external timecode source. Instead the frame rate indication in the main clock will flash red and Ardour will convert between the external timecode standard and the session standard.</li>
2013-02-15 18:49:44 -05:00
<li><strong>External timecode is sync locked</strong> <strong>When enabled</strong> indicates that the selected external timecode source shares sync (Black &amp; Burst, Wordclock, etc) with the audio interface.</li>
2013-02-15 18:55:21 -05:00
<li><strong>Lock to 29.9700 fps instead of 30000/1001</strong> <strong>When enabled</strong> the external timecode source is assumed to use 29.97 fps instead of 30000/1001. SMPTE 12M-1999 specifies 29.97df as 30000/1001. The <abbr title="specification">spec</abbr> further mentions that drop-frame timecode has an accumulated error of -86ms over a 24-hour period. Drop-frame timecode would compensate exactly for a NTSC color frame rate of 30 * 0.9990 (ie 29.970000). That is not the actual rate. However, some vendors use that rate - despite it being against the specs - because the variant of using exactly 29.97 fps has zero timecode drift.</li>
2013-02-15 18:49:44 -05:00
<li><strong>LTC incoming port</strong> offers a session agnostic way to retain the LTC port connection.</li>
<li><strong>Enable LTC generator</strong> does just what it says.</li>
<li><strong>Send LTC while stopped</strong> <b>When enabled</b> Ardour will continue to send LTC information even when the transport (playhead) is not moving. This mode is intended to drive analog tape machines which unspool the tape if no LTC timecode is received.</li>
<li><strong>LTC generator level</strong> Specify the Peak Volume of the generated LTC signal in dbFS. A good value is 0dBu ^= -18dbFS in an EBU calibrated system</li>
2013-02-15 13:21:59 -05:00
</ul>
2013-02-15 15:49:33 -05:00
<h2>MIDI Preferences</h2>
2013-02-15 13:21:59 -05:00
<ul>
2013-02-15 15:49:33 -05:00
<li><strong>Send MIDI Timecode</strong> enable MTC generator</li>
<li><strong>Send MIDI Clock</strong> enable MIDI Clock generator</li>
2013-02-15 13:21:59 -05:00
</ul>