]> Shamusworld >> Repos - ardour-manual/blob - include/edit-point-control.html
Rephrasing
[ardour-manual] / include / edit-point-control.html
1
2 <figure class="left">
3   <img src="/images/toolbar-editpoint.png" alt="Editor toolbar's Edit Point">
4 </figure>
5
6 <p>
7   Editing operations in a Digital Audio Workstation like Ardour can be broken
8   down according to how many points on the timeline are required to carry the
9   operation out. Splitting a region for example, requires just one position on
10   the timeline (the one where the split will happen). Cutting out a time range
11   requires two positions, one for the start of the cut and one for the end.
12 </p>
13
14 <p>
15   In Ardour the <dfn>edit point</dfn> is the location where most single-point
16 editing operations take place. It can be set to either of the following:
17 </p>
18
19 <ul>
20   <li>the <dfn>Playhead</dfn> position</li>
21   <li>the selected (or "active") <dfn>Marker</dfn></li>
22   <li>the position of the <dfn>Mouse</dfn> (or touch) pointer</li>
23 </ul>
24
25 <p>
26   The default edit point is the location of the pointer.
27 </p>
28
29 <p>
30   There are two keybindings available to cycle through the edit point options.
31   The most common workflow tends to involve switching back and forth between the
32   playhead and mouse as the edit point. Pressing the grave accent key <kbd>`</kbd>
33   switches between these two. Using <kbd class="mod1">`</kbd> cycles through
34   all three choices (including the selected marker). The edit point can also be
35   switched using the combo-selector just right of the snap/grid unit selector.
36 </p>