]> Shamusworld >> Repos - ardour-manual-diverged/blob - include/selection-techniques.html
Move content from _manual/ to include/.
[ardour-manual-diverged] / include / selection-techniques.html
1   
2 <p>
3   Ardour follows the conventions used by most other computer software
4   (including other DAWs) for <dfn>selecting objects</dfn> in the 
5   <abbr title="Graphical User Interface">GUI</abbr>.
6 </p>
7
8 <h2>Selecting individual objects</h2>
9 <p>
10   Clicking on an object (sometimes on a particular part of its
11   on-screen representation) will select the object, and deselect other
12   similar objects.
13 </p>
14
15 <h2>Selecting multiple (similar) objects</h2>
16 <p>
17   A <kbd class="mod1 mouse">left</kbd> click on an object toggles its 
18   <samp>selected</samp> status, so using <kbd class="mod1 mouse">left</kbd>
19   on a series of objects will select (or deselect) each one of them. You can
20   construct completely arbitrary selections with this technique.
21 </p>
22
23 <h2>Selecting a range of objects</h2>
24 <p>
25   In cases where the idea of "select all objects between this one and that
26   one" makes sense, you can select one object and then click
27   <kbd class="mod3 mouse">left</kbd> on another to select both of them as
28   well as all objects in between.
29 </p>
30
31 <h2>Time range selection</h2>
32 <p>
33   To select a time <dfn>range</dfn> in the Editor,
34   click <kbd class="mouse">Left</kbd> and drag the mouse. 
35   A <kbd class="mod1 mouse">Left</kbd> drag then lets you create other
36   ranges and a <kbd class="mod3 mouse">left</kbd> click extends a range
37   to cover a wider area.
38 </p>
39
40 <h2>Selection Undo</h2>
41 <p>
42   The set of objects (including time range) that are selected at any one 
43   time is known as the selection.
44   Each time you select or deselect an object, the new selection is stored in an
45   undo/redo stack.
46   This stack is cleared each time the content of the timeline changes.
47   If you have built up a complex selection and then accidentally cleared it,
48   choosing <kbd class="menu">Edit &gt; Undo Selection Change</kbd> will restore your
49   previous selection.
50   If you then decide that you had in fact made the correct change, choosing
51   <kbd class="menu">Edit &gt; Redo Selection Change</kbd> will take you back
52   to where you were before you chose <kbd class="menu">Edit &gt; Undo Selection Change</kbd>.
53 </p>
54