]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/06_working-with-markers/06_marker-context-menu.html
tweak control playback text
[ardour-manual-diverged] / _manual / 06_working-with-markers / 06_marker-context-menu.html
1 ---
2 layout: default
3 title: Marker Context Menu
4 ---                        
5
6 <p>
7   <kbd class="mouse">Right</kbd>-clicking a marker in the timeline opens the 
8   marker context menu. From this menu, you can:
9 </p>
10 <dl>
11   <dt>Locate to Here</dt>
12   <dd>Move the playhead to this marker's position.</dd>
13   <dt>Play from Here</dt>
14   <dd>start playback from this marker's position.</dd>
15   <dt>Move Mark to Playhead</dt>
16   <dd>Move this marker to the current playhead position.</dd>
17   <dt>Create Range to Next Marker</dt>
18   <dd>Create a range marker between this location and the next one along on 
19   the timeline.</dd>
20   <dt>Hide</dt>
21   <dd>Hide this marker from the view. It can be made visible again from the
22   <kbd class="menu">Window &gt; Locations</kbd> window or the <a
23   href="/working-with-markers/rangesmarks-list/">Ranges &amp; Marks
24   list</a>.</dd>
25   <dt>Rename</dt>
26   <dd>Change the name of the marker.</dd>
27   <dt>Lock</dt>
28   <dd>If this is ticked, it will be impossible to drag the marker's 
29   position; useful if you want to prevent accidental movements.</dd>
30   <dt>Glue to Bars and Beats</dt>
31   <dd>If this is ticked, the marker will maintain its position in bars and 
32   beats even if there are changes in tempo and meter.</dd>
33   <dt>Remove</dt>
34   <dd>Removes the marker. </dd>
35 </dl>
36 <p>
37   There are also a few options in <kbd class="menu">Transport &gt; Active
38   Mark</kbd>. These options apply to the currently selected location marker, 
39   and move it to a nearby region boundary, region sync point, or to the 
40   playhead or mouse.
41 </p>
42