]> Shamusworld >> Repos - ardour-manual/blob - include/tempo-and-meter.html
31a1ca3ab067762ce919a7376e8a9501bce83dbe
[ardour-manual] / include / tempo-and-meter.html
1
2 <p>
3   Tempo and meter belong together. Without both, there is no way to know where
4   a beat lies in time.
5 </p>
6
7 <p>
8   Tempo provides a musical pulse, which is divided into beats and bars by a
9   meter. When tempo is changed or an audio-locked meter is moved, all objects
10   on the timeline that are glued to bars and beats (locations, regions) will
11   move in sympathy.
12 </p>
13
14 <p class="note">
15   When performing meter or tempo operations, it is advisable to use the BBT
16   ruler (available by right-clicking an existing marker or ruler name), and
17   ensure that the constraint modifier is set (<kbd class="mod3n"></kbd> by default, 
18   may be changed in Preferences->Editor->Modifiers)
19   so that no other modifiers share its key combination. The constraint modifier
20   is the "Constrain drags using: " setting under the "When Beginning a Drag"
21   heading. One viable setting is
22   <kbd class="mod1n"></kbd><kbd class="mod3n"></kbd>.
23 </p>
24
25 <h3>Tempo</h3>
26
27 <p>
28   Tempo can be adjusted in several ways:
29 </p>
30
31 <ul>
32   <li>by double clicking on a tempo marker. This opens the tempo dialog which
33   allows entering the tempo directly into an entry box.</li>
34   <li>by using the constraint modifier (<kbd class="mod3n"></kbd> by default, 
35   may be changed in Preferences->Editor->Modifiers)
36   to drag the beat/bars in the BBT ruler or the tempo/meter lines.
37   This is the preferred way to match the tempo to previously recorded
38   material.</li>
39
40   <p class ="note">
41     When dragging the BBT ruler, musical snap has no effect, however be warned
42     that non-musical snap is in effect if enabled. Snapping to a minute while
43     dragging a beat may result in some very slow tempos. Snapping a beat to a
44     video frame however is an incredibly useful way to ensure a soundtrack is
45     punchy and synchronised to the sample.
46   </p>
47
48   <li>by holding down the constraint modifier while dragging a tempo vertically.
49   This is used for more complex tempo solving, as it allows changing of the
50   position and tempo of a tempo marker in the same drag; it is, however, a
51   useful way to adjust the first tempo for a quick result.</li>
52 </ul>
53
54 <p>
55   A tempo may be locked to audio or musical time. This can be changed by <kbd
56   class="mouse">right</kbd>-clicking on a tempo. If a tempo is locked to music,
57   an entry will be available to lock it to audio. Similarly an audio-locked
58   tempo may be locked to music by <kdb class="mouse">right</kbd>-clicking it
59   and selecting the "Lock to Music" entry.
60 </p>
61
62 <p>
63   Audio locked tempo marks stay in their frame position as their neighbour's
64   positions are altered. Their pulse (musical) position will change as their
65   neighbours move. Music locked tempo marks move their frame position as their
66   neighbours are moved, but keep their pulse position (they will move as the
67   music is moved).
68 </p>
69
70 <p>
71   A tempo may be constant or ramped:
72 </p>
73
74 <ul>
75   <li>A constant tempo will keep the session tempo constant until the next tempo
76   section, at which time it will jump instantly to the next tempo. These are
77   mostly useful abrupt changes, and is the way in which traditional DAWs deal
78   with tempo changes (abrupt jumps in tempo).</li>
79   <li>A ramped tempo increases its tempo over time so that when the next tempo
80   section has arrived, the session tempo is the same as the second one. This is
81   useful for matching the session tempo to music which has been recorded
82   without a metronome. Ramps may also be used as a compositional tool, but more
83   on this later. Note that a ramp requires two points&mdash;a start and an end
84   tempo. The first tempo in a new session is ramped, but appears to be constant
85   as it has no tempo to ramp to. It is only when a new tempo is added and one
86   of them is adjusted that a ramp will be heard. The same applies to the last
87   tempo in the session&mdash;it will always appear to be constant until a new
88   last tempo is added and changed.</li>
89 </ul>
90
91 <figure>
92     <img src="/images/constant-tempo.png" alt="A constant tempo displaying the tempo at the playhead in the audio clock">
93     <figcaption>
94         A series of constant tempo markers. The tempo at the playhead position is the same as the previous tempo.
95     </figcaption>
96 </figure>
97
98 <figure>
99     <img src="/images/ramped-tempo.png" alt="A ramped tempo displaying the tempo at the playhead in the audio clock">
100     <figcaption>
101         A ramped tempo marker. The tempo at the playhead position is approaching the second tempo. Because the playhead is equidistant (in beats) between the two markers, the tempo at the playhead is the average of the two.
102     </figcaption>
103 </figure>
104
105 <p>
106   To add a new tempo, use the primary modifier and click on the tempo line at
107   the desired position. The new tempo will be the same as the tempo at the
108   position of the mouse click (it will not change the shape of the ramp).
109 </p>
110
111 <p>
112   To copy a tempo, hold down the primary modifier and drag the tempo to be
113   copied.
114 </p>
115
116 <h3>Meter</h3>
117
118 <p>
119   Meter positions beats using the musical pulse of a tempo, and groups them
120   into bars using its number of divisions per bar.
121 </p>
122
123 <p>
124   The first meter in a new session may be moved freely. It has an associated
125   tempo which cannot be dragged by itself (although all others can). It can be
126   moved freely and is locked to audio.
127 </p>
128
129 <p>
130   New meters are locked to music. They may only occur on a bar line if music
131   locked.
132 </p>
133
134 <p>
135   An audio locked meter provides a way to cope with musical passages which have
136   no meter (rubato, pause), or to allow a film composer to insert a break in
137   music which cannot be counted in beats.
138 </p>
139
140 <p>
141   If a meter is audio-locked, its bar number is fixed from the point at which
142   it left the main score. That bar number cannot be changed, nor can tempo
143   motion allow the previous bar to overlap. If another bar is needed, lock the
144   meter to music again (right click-&gt;"Lock to Music"), drag the meter to the
145   desired bar and re-lock to audio. The new bar can be freely dragged again.
146 </p>
147
148 <ul>
149   <li>To change a meter, double click it. A dialog will appear.</li>
150   <li>To copy a meter, hold down <kbd class="mod1n"></kbd> and drag it.</li>
151 </ul>
152