2013-01-29 19:26:36 -05:00
|
|
|
|
2014-02-03 14:51:00 -05:00
|
|
|
<h2>Conventions Used In This Manual</h2>
|
|
|
|
<p>
|
2014-02-03 16:35:52 -05:00
|
|
|
This section covers some of the typographical and language conventions
|
|
|
|
used in this manual.
|
2014-02-03 14:51:00 -05:00
|
|
|
</p>
|
2013-01-29 19:26:36 -05:00
|
|
|
|
|
|
|
<h3>Keyboards and Modifiers</h3>
|
2014-02-03 14:51:00 -05:00
|
|
|
<p>
|
2014-02-03 16:35:52 -05:00
|
|
|
<dfn>Keyboard bindings</dfn> are shown like this: <kbd>s</kbd> or
|
|
|
|
<kbd class="mod1">x</kbd>.
|
|
|
|
</p>
|
|
|
|
<p>
|
2014-02-03 21:39:11 -05:00
|
|
|
<kbd class="mod1">x</kbd> means "press the <kbd class="mod1"> </kbd> key, keep it pressed
|
2014-02-03 19:33:51 -05:00
|
|
|
and then also press the <kbd>x</kbd> key.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
You may also see key combinations
|
2014-02-03 16:35:52 -05:00
|
|
|
such as <kbd class="mod12">e</kbd>, which mean that you should hold down
|
|
|
|
the <kbd class="mod1"> </kbd> key <em>and</em> the
|
2014-02-03 19:33:51 -05:00
|
|
|
<kbd class="mod2"> </kbd> key, and then, while keeping them both
|
2014-02-03 16:35:52 -05:00
|
|
|
down, press the <kbd>e</kbd> key.
|
|
|
|
</p>
|
2014-02-03 14:51:00 -05:00
|
|
|
<p>
|
2014-02-03 16:35:52 -05:00
|
|
|
Note that different platforms have different conventions for which
|
|
|
|
modifier key (Control or Command) to use as the primary or most common
|
|
|
|
modifier. When viewing this manual from a machine identifying itself as
|
2014-02-03 21:39:11 -05:00
|
|
|
running OS X, you will see <kbd>Cmd </kbd> where appropriate (for instance
|
|
|
|
in the first example above). On other machines you will see
|
|
|
|
<kbd>Ctrl </kbd> instead.
|
2014-02-03 14:51:00 -05:00
|
|
|
</p>
|
2014-02-03 19:33:51 -05:00
|
|
|
|
2013-01-29 19:26:36 -05:00
|
|
|
<h3>Mouse Buttons</h3>
|
2014-02-03 14:51:00 -05:00
|
|
|
<p>
|
2017-01-03 12:03:08 -05:00
|
|
|
We refer to <a href="/setting-up-your-system/mouse/">mouse buttons</a> as
|
2014-02-03 16:35:52 -05:00
|
|
|
<kbd class="mouse">Left</kbd>, <kbd class="mouse">Middle</kbd> and
|
|
|
|
<kbd class="mouse">Right</kbd>. Ardour can use additional buttons, but they have
|
|
|
|
no default behaviour in the program.
|
2014-02-03 14:51:00 -05:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<h4>Mouse click modifiers</h4>
|
|
|
|
<p>
|
2014-02-03 16:35:52 -05:00
|
|
|
Many editing functions are performed by clicking the mouse while holding a
|
|
|
|
modifier key, for example <kbd class="mouse mod1">Left</kbd>.
|
2014-02-03 14:51:00 -05:00
|
|
|
</p>
|
2014-02-03 16:35:52 -05:00
|
|
|
|
2014-02-03 21:39:11 -05:00
|
|
|
<h4>Mouse wheel</h4>
|
|
|
|
<p>
|
|
|
|
Some GUI elements can optionally be controlled with the mouse wheel when
|
|
|
|
the pointer is hovering over them. The notation for mouse wheel action is
|
2014-02-06 19:50:36 -05:00
|
|
|
<kbd class="mouse">⇑</kbd> <kbd class="mouse">⇐</kbd>
|
|
|
|
<kbd class="mouse">⇓</kbd> <kbd class="mouse">⇒</kbd>.
|
2014-02-03 21:39:11 -05:00
|
|
|
</p>
|
|
|
|
|
2014-02-04 10:42:20 -05:00
|
|
|
<h4>Context-click</h4>
|
2014-02-03 16:35:52 -05:00
|
|
|
<p>
|
2014-02-04 10:42:20 -05:00
|
|
|
The term <dfn>context-click</dfn> is used to indicate
|
|
|
|
that you should (typically) <kbd class="mouse">Right</kbd>-click on a particular element of the graphical
|
2014-02-03 16:35:52 -05:00
|
|
|
user interface. Although right-click is the common, default way to do this, there
|
2017-02-13 22:47:33 -05:00
|
|
|
are other ways to accomplish the same thing—this term refers to any of them,
|
2014-02-03 16:35:52 -05:00
|
|
|
and the result is always that a menu specific to the item you clicked on will be
|
|
|
|
displayed.
|
2014-02-03 14:51:00 -05:00
|
|
|
</p>
|
|
|
|
|
2014-02-03 19:33:51 -05:00
|
|
|
<h4>"The Pointer"</h4>
|
2014-02-03 14:51:00 -05:00
|
|
|
<p>
|
2014-02-03 16:35:52 -05:00
|
|
|
When the manual refers to the "pointer", it means the on-screen representation
|
|
|
|
of the mouse position or the location of a touch action if you are using a touch
|
|
|
|
interface.
|
2014-02-03 14:51:00 -05:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<h3>Other user input</h3>
|
|
|
|
<p>
|
2014-02-03 16:35:52 -05:00
|
|
|
Ardour supports hardware controllers, such as banks of
|
|
|
|
<kbd class="fader">faders</kbd>, <kbd class="knob">knobs</kbd>, or
|
|
|
|
<kbd class="button">buttons</kbd>.
|
2014-02-03 14:51:00 -05:00
|
|
|
</p>
|
|
|
|
|
2014-02-03 19:33:51 -05:00
|
|
|
<h3>Menu Items</h3>
|
|
|
|
<p>
|
2017-02-13 22:47:33 -05:00
|
|
|
Menu items are indicated like this:<br>
|
|
|
|
<kbd class="menu">Top > Next > Deeper</kbd>.<br>
|
2014-02-03 19:33:51 -05:00
|
|
|
Each ">"-separated item indicates one level of a nested (sub-)menu.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<h3>Preference/Dialog Options</h3>
|
|
|
|
<p>
|
|
|
|
Choices in various dialogs, notably the Preferences and Properties dialog, are
|
2017-02-13 22:47:33 -05:00
|
|
|
indicated like this:<br>
|
2014-02-03 19:33:51 -05:00
|
|
|
<kbd class="option">Edit > Preferences > Audio > Some
|
2017-02-13 22:47:33 -05:00
|
|
|
Option</kbd>.<br>
|
2014-02-03 19:33:51 -05:00
|
|
|
Each successive item indicates either a (sub-) menu or a tabbed dialog
|
|
|
|
navigation. The final item is the one to choose or select.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
If you are requested to deselect an option, you will see something like
|
2017-02-13 22:47:33 -05:00
|
|
|
this:<br>
|
2014-02-03 19:33:51 -05:00
|
|
|
<kbd class="optoff">Edit > Preferences > Audio > Some other
|
2017-02-13 22:47:33 -05:00
|
|
|
Option</kbd>.<br>
|
2014-02-03 19:33:51 -05:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<h3>User Input</h3>
|
|
|
|
<p>
|
|
|
|
Some dialogs or features may require you to type in some <kbd class="input">data
|
|
|
|
such as this</kbd>. In rare cases, you will be required to perform certain
|
|
|
|
operations at the command line of your operating system:
|
|
|
|
</p>
|
2014-02-04 10:42:20 -05:00
|
|
|
<kbd class="cmd lin">cat /proc/cpuinfo</kbd>
|
|
|
|
<kbd class="cmd mac">sleep 3600</kbd>
|
|
|
|
<kbd class="cmd win">ping www.google.com</kbd>
|
2014-02-03 19:33:51 -05:00
|
|
|
|
|
|
|
<h3>Program Output</h3>
|
|
|
|
<p>
|
|
|
|
Important messages from Ardour or other programs will be displayed
|
|
|
|
<samp>like this</samp>.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<h3>Notes</h3>
|
|
|
|
<p class="note">
|
|
|
|
Important notes about things that might not otherwise be obvious are shown in
|
|
|
|
this format.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<h3>Warnings</h3>
|
|
|
|
<p class="warning">
|
2014-02-03 19:53:24 -05:00
|
|
|
Hairy issues that might cause things to go wrong, lose data, impair sound
|
2014-02-03 21:39:11 -05:00
|
|
|
quality, or eat your proverbial goldfish, are displayed in this way.
|
2014-02-03 19:33:51 -05:00
|
|
|
</p>
|
|
|
|
|