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