]> Shamusworld >> Repos - ardour-manual/blob - _manual/01_welcome-to-ardour/02_about-ardour-documentation.html
minor corrections
[ardour-manual] / _manual / 01_welcome-to-ardour / 02_about-ardour-documentation.html
1 ---
2 layout: default
3 title: About Ardour documentation
4 ---                        
5
6 <h2>Conventions Used In This Manual</h2>
7 <p>
8   This section covers some of the typographical and language conventions 
9   used in this manual.
10 </p>
11
12 <h3>Keyboards and Modifiers</h3>
13 <p>
14   <dfn>Keyboard bindings</dfn> are shown like this: <kbd>s</kbd> or
15   <kbd class="mod1">x</kbd>.
16 </p>
17 <p>
18   <kbd>Ctrl x</kbd> means "press the <kbd>Ctrl</kbd> key, keep it pressed
19   and then also press the <kbd>x</kbd> key.
20 </p>
21 <p>
22   You may also see key combinations 
23   such as <kbd class="mod12">e</kbd>, which mean that you should hold down
24   the <kbd class="mod1">&nbsp;</kbd> key <em>and</em> the
25   <kbd class="mod2">&nbsp;</kbd> key, and then, while keeping them both
26   down, press the <kbd>e</kbd> key.
27 </p>
28 <p>
29   Note that different platforms have different conventions for which
30   modifier key (Control or Command) to use as the primary or most common
31   modifier. When viewing this manual from a machine identifying itself as
32   running OS X, you will see  <kbd>Cmd </kbd> where appropriate (for instance
33   in the first example above). On other machines you will see <kbd>Ctrl </kbd>
34   instead.
35 </p>
36  
37 <h3>Mouse Buttons</h3>
38 <p>
39   We refer to <a href="/setting-up-your-system/the-mouse">mouse buttons</a> as 
40   <kbd class="mouse">Left</kbd>, <kbd class="mouse">Middle</kbd> and
41   <kbd class="mouse">Right</kbd>. Ardour can use additional buttons, but they have
42   no default behaviour in the program.
43 </p>
44
45 <h4>Mouse click modifiers</h4>
46 <p>
47   Many editing functions are performed by clicking the mouse while holding a
48   modifier key, for example <kbd class="mouse mod1">Left</kbd>.
49 </p>
50
51 <h4>"Context-click"</h4>
52 <p>
53   Many times the term <kbd class="mouse">context-click</kbd> is used to indicate
54   that you should (typically) right-click on a particular element of the graphical 
55   user interface. Although right-click is the common, default way to do this, there 
56   are other ways to accomplish the same thing - this term refers to any of them, 
57   and the result is always that a menu specific to the item you clicked on will be
58   displayed.
59 </p>
60
61 <h4>"The Pointer"</h4>
62 <p>
63   When the manual refers to the "pointer", it means the on-screen representation 
64   of the mouse position or the location of a touch action if you are using a touch
65   interface.
66 </p>
67
68 <h3>Other user input</h3>
69 <p>
70   Ardour supports hardware controllers, such as banks of
71   <kbd class="fader">faders</kbd>, <kbd class="knob">knobs</kbd>, or
72   <kbd class="button">buttons</kbd>.
73 </p>
74
75 <h3>Menu Items</h3>
76 <p>
77   Menu items are indicated like this:<br />
78   <kbd class="menu">Top &gt; Next &gt; Deeper</kbd>.<br />
79   Each "&gt;"-separated item indicates one level of a nested (sub-)menu.
80 </p>
81
82 <h3>Preference/Dialog Options</h3>
83 <p>
84   Choices in various dialogs, notably the Preferences and Properties dialog, are 
85   indicated like this:<br />
86   <kbd class="option">Edit &gt; Preferences &gt; Audio &gt; Some
87   Option</kbd>.<br />
88   Each successive item indicates either a (sub-) menu or a tabbed dialog
89   navigation. The final item is the one to choose or select.
90 </p>
91 <p>
92   If you are requested to deselect an option, you will see something like
93   this:<br />
94   <kbd class="optoff">Edit &gt; Preferences &gt; Audio &gt; Some other
95   Option</kbd>.<br />
96 </p>
97
98 <h3>User Input</h3>
99 <p>
100   Some dialogs or features may require you to type in some <kbd class="input">data
101   such as this</kbd>. In rare cases, you will be required to perform certain
102   operations at the command line of your operating system:
103 </p>
104 <kbd class="lincmd">cat /proc/cpuinfo</kbd>
105 <kbd class="maccmd">sleep 3600</kbd>
106 <kbd class="wincmd">ping www.google.com</kbd>
107
108 <h3>Program Output</h3>
109 <p>
110   Important messages from Ardour or other programs will be displayed
111   <samp>like this</samp>.
112 </p>
113
114 <h3>Notes</h3>
115 <p class="note">
116   Important notes about things that might not otherwise be obvious are shown in
117   this format.
118 </p>
119
120 <h3>Warnings</h3>
121 <p class="warning">
122   Hairy issues that might cause things to go wrong, lose data, impair sound
123   quality, or eat your proverbial goldfish are displayed in this way.
124 </p>
125