]> Shamusworld >> Repos - ardour-manual/commitdiff
fix headline capitalization
authorRobin Gareus <robin@gareus.org>
Fri, 15 Feb 2013 22:20:27 +0000 (23:20 +0100)
committerRobin Gareus <robin@gareus.org>
Fri, 15 Feb 2013 22:20:27 +0000 (23:20 +0100)
_manual/19_synchronization/01_on-clock-and-time.html
_manual/19_synchronization/02_latency-and-latency-compensation.html
_manual/19_synchronization/03_timecode-generators-and-slaves.html

index cf484addf9b859e4103d73516d09586032b4a160..9a5bbae96b03023973caddfd10816d56283e7546 100644 (file)
@@ -3,8 +3,6 @@ layout: default
 title: On Clock and Time
 ---
 
-<h2>On Clock and Time</h2>
-
 <p>
 Synchronisation in multimedia involves two concepts which are often confused: <strong>clock</strong> (or speed) and <strong>time</strong> (location in time).
 </p>
index a014d4336148b0a3dcab0ae012bf901df8a23cb6..1aa78592db41c4873954c7b3c18110a1e664b7fa 100644 (file)
@@ -100,7 +100,7 @@ NB. this is also one of the reasons why many projects start at timecode <code>01
 </p>
 
 
-<h2>Latency compensation and clock sync</h2>
+<h2>Latency Compensation And Clock Sync</h2>
 
 <p>
 To achieve sample accurate timecode synchronization, the latency introduced by the audio-setup needs to be known and compensated for.
@@ -126,7 +126,7 @@ JACK includes an <acronym title="Application Programming Interface">API</acronym
 </p>
 
 
-<h2>Calibrating JACK latency</h2>
+<h2>Calibrating JACK Latency</h2>
 
 <p>
 Linux DSP guru Fons Adriaensen wrote a tool called <code>jack_delay</code> to accurately measure the roundtrip latency of a closed loop audio chain, with sub-sample accuracy. JACK itself includes a variant of this called <code>jack_iodelay</code>.
index c2cdbe2be8d013f5d41d7770600d58fecc2fe4f9..362ad2d5020348e83f50d4abc52fe6b7e331a7e2 100644 (file)
@@ -64,7 +64,7 @@ In <code>session &gt; properties</code> it is possible to define an offset betwe
 
 
 
-<h3>MTC generator</h3>
+<h3>MTC Generator</h3>
 
 <p>
 There are no options. Ardour sends full MTC frames whenever the transport is relocated or changes state (start/stop). MTC quarter frames are sent when the transport is rolling and the transport speed is within 93% and 107%.
@@ -72,7 +72,7 @@ There are no options. Ardour sends full MTC frames whenever the transport is rel
 
 
 
-<h3>LTC generator</h3>
+<h3>LTC Generator</h3>
 
 <p>
 The volume of the LTC signal can be conigured in in the <code>Preferences &gt; Transport</code> dialog. By default it is set to -18dBFS which corresponds to 0dBu in an EBU calibrated system.
@@ -215,7 +215,7 @@ A global offset between incoming timecode and ardour&#039;s transport can be con
 
 
 
-<h3>JACK transport</h3>
+<h3>JACK Transport</h3>
 
 <p>
 When slaved to jack, Ardour&#039;s transport will be identical to JACK-transport. As opposed to other slaves, Ardour can be used to control the JACK transport states (stopped/rolling). No port-connections need to be made for jack-transport to work.