Add a help target(the default target) and format target to the manual
[ardour.git] / manual / xml / editor_window_timeline.xml
1 <?xml version="1.0" standalone="no"?>
2
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4
5 ]>
6
7 <section id="editor-window-timeline">
8   <title>Timeline</title>
9   <para>
10     At the top of the track display area is the timeline display. This
11     consists of a number of rulers, a meter track, a tempo track and the
12     marker display.
13   </para>
14
15   <para>
16     The available rulers include:
17   </para>
18
19   <table id="tbl-rulers">
20     <title>Ruler Types</title>
21     <tgroup cols = "2">
22       <colspec colnum="1" colname="Ruler Type" colwidth="1"/>
23       <colspec colnum="2" colname="Description" colwidth= "2"/>
24       <thead>
25         <row>
26           <entry>
27             Ruler Type
28           </entry>
29
30           <entry>
31             Description
32           </entry>
33         </row>
34       </thead>
35       <tbody>
36         <row>
37           <entry>
38             Frames
39           </entry>
40
41           <entry>
42             this ruler measures audio frames. The number of audio frames per
43             second depends on the sample rate in use.
44           </entry>
45         </row>
46
47         <row>
48           <entry>
49             SMPTE
50           </entry>
51
52           <entry>
53             this ruler displays SMPTE timecode. The SMPTE format (25fps,
54             30fps, drop frame etc) is selected in the Options Editor
55             option_editor.
56           </entry>
57         </row>
58
59         <row>
60           <entry>
61             Min:Sec
62           </entry>
63
64           <entry>
65             this ruler displays time in minutes+seconds, measured since the
66             start of the session.
67           </entry>
68         </row>
69
70         <row>
71           <entry>
72             BBT
73           </entry>
74
75           <entry>
76             <para>
77               (Bars,Beats,Ticks) this ruler displays positions based on the
78               tempo map.
79             </para>
80           </entry>
81         </row>
82       </tbody>
83     </tgroup>
84   </table>
85
86   <para>
87     To show or hide one or more of the rulers, click on the area to the left
88     of their names. A menu will popup that has a check item for each
89     available ruler. Click on the name of the ruler to toggle its
90     visibility.
91   </para>
92
93   <para>
94     The tempo and meter tracks display the tempo map for the session. The
95     tempo track contains 1 or more tempo change points, with a default tempo
96     of 120 beats per minute. The meter track contains 1 or more meter change
97     points, with an initial default meter of 4/4.
98   </para>
99
100   <para>
101     on a tempo/meter change point to edit it. Click in the tempo/meter track
102     to add a new change point. Click and drag on a change point to move it.
103     on a tempo/meter change point to remove it.
104   </para>
105
106   <para>
107     There is more information on using the timeline in editing_basics.
108   </para>
109 <!--
110                                                                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
111                                                                         href="Some_Subsection.xml" />
112                                                                 -->
113 </section>