]> Shamusworld >> Repos - ardour-manual/blob - _manual/15_editing-and-arranging/04_snap-to-the-grid.html
copy-editing chapter 15
[ardour-manual] / _manual / 15_editing-and-arranging / 04_snap-to-the-grid.html
1 ---
2 layout: default
3 title: Snap to the Grid
4 menu-title: Snap to Grid
5 ---                        
6
7 <p>
8   Ardour's editor utilizes a <dfn>grid</dfn> to assist in the placement 
9   of regions on the timeline, or with editing functions that need to happen 
10   at a specific point in time.  You can choose if you want the cursor and 
11   various objects to snap to this grid, and how you want the snapping to 
12   behave. You can modify the grid units to fit your needs.
13 </p>
14
15 <h2>Snap Modes</h2>
16 <p>Ardour supports three different types of snapping to the grid:</p>
17 <dl class="wide-table">
18   <dt><kbd class="menu">No Grid</kbd></dt>
19   <dd>disables the grid. All objects move freely in this mode.</dd>
20   <dt><kbd class="menu">Grid</kbd></dt> 
21   <dd>activates normal snapping. All positions of objects are restricted 
22   to points of the grid. (See <a href="#gridunits">Grid Units</a> below 
23   to change these points). If you try to move an object in "Grid"-mode, it 
24   does not change its position until you move the mouse far enough for the 
25   object to reach the next grid point. New objects will always be created at 
26   grid points, too.
27   </dd>
28   <dt><kbd class="menu">Magnetic</kbd></dt>
29   <dd>is a less strict type of snapping. Objects can still be moved to any 
30   position, but positions close to grid points will snap to the grid point. 
31   In order to move an object very close to a grid point, it may be necessary 
32   to zoom in to prevent snapping to that point.</dd>
33 </dl>
34
35 <h2>Syncing Regions to the Grid</h2>
36 <p>
37   By default, a region's beginning will snap to points along the timeline, 
38   but you can change this behaviour by setting a <dfn>sync point</dfn> in
39   the region. Select the region(s) and press <kbd>V</kbd>. This will set 
40   the sync point to your edit point.</p>
41
42 <h2 id="gridunits">Grid Units</h2>
43 <p>
44   The selector next to the grid mode selector defines the size of the grid 
45   elements. You can set your grid to several different units:
46 </p>
47 <dl class="wide-table">
48   <dt><kbd class="menu">CD Frames</kbd></dt>
49   <dd>A CD Frame is 1/75th of a second. Snapping to CD Frames can be used to avoid issues with CD track
50   lengths.</dd>
51   <dt><kbd class="menu">Timecode Frames/Seconds/Minutes</kbd></dt>
52   <dd>The duration of a frame depends on the timecode settings for the
53   session.</dd>
54   <dt><kbd class="menu">Seconds/Minutes</kbd></dt>
55   <dd>These are absolute time units, unaffected by sample rate or timecode settings</dd>
56   <dt><kbd class="menu">Beats/N</kbd></dt>
57   <dd>Set the grid to units of 1/N beats, where N can be 128, 64, 32, 16, 8, 7, 6, 5, 4, 3, 2. The duration of a grid unit will depend on the tempo and meter in effect at that point in the timeline.</dd>
58   <dt><kbd class="menu">Beats</kbd></dt>
59   <dd>Set the grid to whole beats. The duration of a grid unit will depend on the tempo and meter in effect at that point in the timeline.</dd>
60   <dt><kbd class="menu">Bars</kbd></dt>
61   <dd>Set the grid to whole bars. The duration of a grid unit will depend on the tempo and meter in effect at that point in the timeline.</dd>
62   <dt><kbd class="menu">Markers</kbd></dt>
63   <dd>Snap positions to the nearest marker.</dd>
64   <dt><kbd class="menu">Region Starts</kbd></dt>
65   <dd>Snap positions to the nearest region start (see below).</dd>
66   <dt><kbd class="menu">Region Ends</kbd></dt>
67   <dd>Snap positions to the nearest region end.</dd>
68   <dt><kbd class="menu">Region Syncs</kbd></dt> 
69   <dd>Snap positions to the nearest region sync point.</dd>
70   <dt><kbd class="menu">Region Bounds</kbd></dt>
71   <dd>Snap positions to the nearest region start or end.</dd>
72 </dl>
73
74 <p>
75   To use Region starts/ends/syncs/bounds as snap choices, you must have
76 either
77 </p>
78 <ul>
79   <li><em>No</em> tracks selected, which means that Ardour snaps to regions on any track, or </li>
80   <li>Several tracks selected, which means that Ardour only snaps to regions on those selected tracks.</li>
81 </ul>
82 <p>
83   If you are moving items on a track, and only the current track is selected, 
84   then you will only be able to snap to other regions on the same track.  
85   This means that enabling 
86   <kbd class="menu">Edit &gt; Preferences &gt; Editor &gt; Link Selections of Regions and
87   Tracks</kbd> will make the "Region" grid unit unusable.  Avoid the use of this option if 
88   you are going to use any of the Region grid units.
89 </p>