Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / clocks.xml
blobaa3ba8fd6ba2dc402d09be08473918abeb5c0234
1 <?xml version="1.0" standalone="no"?>
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
5 ]>
7 <section id="sn-clocks">
8   <title>Clocks</title>
9   <para>
10     There are several clock displays in the user interface for Ardour:
11   </para>
13   <itemizedlist>
14     <listitem>
15       <para>
16         Primary transport clock
17       </para>
18     </listitem>
20     <listitem>
21       <para>
22         Secondary transport clock
23       </para>
24     </listitem>
26     <listitem>
27       <para>
28         Nudge clock
29       </para>
30     </listitem>
32     <listitem>
33       <para>
34         Region position and length clocks
35       </para>
36     </listitem>
38     <listitem>
39       <para>
40         SMPTE offset clock
41       </para>
42     </listitem>
43   </itemizedlist>
45   <para>
46     and more. All of these clocks provide the same operations and can be
47     used in the same way.
48   </para>
50   <section id="clock-operations">
51     <title>Clock Operations</title>
52     <section id="changing-clock-mode">
53       <title> Changing Clock Mode </title>
54       <para>
55         All clocks can be used in any one of 5 modes:
56       </para>
58       <itemizedlist>
59         <listitem>
60           <para>
61             SMPTE time
62           </para>
63         </listitem>
65         <listitem>
66           <para>
67             BBT time
68           </para>
69         </listitem>
71         <listitem>
72           <para>
73             Audio frames
74           </para>
75         </listitem>
77         <listitem>
78           <para>
79             Minutes:Seconds
80           </para>
81         </listitem>
83         <listitem>
84           <para>
85             Off
86           </para>
87         </listitem>
88       </itemizedlist>
90       <para>
91         To change clock modes, simply ContextClick on the clock, and select
92         the desired mode from the popup menu.
93       </para>
94     </section>
96     <section id="editing-clock-values">
97       <title> Editing Clock Values </title>
98       <para></para>
99     </section>
100   </section>
101 <!--
102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
103         href="Some_Subsection.xml" />
105 </section>