]> Shamusworld >> Repos - ardour-manual/blob - include/tempo-and-meter.html
Meter > Time Signature
[ardour-manual] / include / tempo-and-meter.html
1
2 <p>
3   Tempo and time signature belong together. Without both, there is no way to
4   know where 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   time signature. When tempo is changed or an audio-locked time signature is
10   moved, all objects on the timeline that are glued to bars and beats
11   (locations, regions) will move in sympathy.
12 </p>
13
14 <p class="note">
15   When performing time signature or tempo operations, it is advisable to use the
16   BBT 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
18   default, may be changed in <kbd class="menu">Preferences &gt; Editor &gt;
19   Modifiers</kbd>) so that no other modifiers share its key combination. The
20   constraint modifier is the "Constrain drags using: " setting under the
21   "When Beginning a Drag" 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 <kbd class="menu">Preferences &gt; Editor &gt; Modifiers</kbd>)
36   to drag the beat/bars in the BBT ruler or the tempo/time signature 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 synchronized 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 <kbd 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 neighbor's
64   positions are altered. Their pulse (musical) position will change as their
65   neighbors move. Music locked tempo marks move their frame position as their
66   neighbors 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
93     tempo at the playhead in the audio clock">
94     <figcaption>
95       A series of constant tempo markers. The tempo at the playhead position is
96       the same as the previous tempo.
97     </figcaption>
98 </figure>
99
100 <figure>
101     <img src="/images/ramped-tempo.png" alt="A ramped tempo displaying the tempo
102     at the playhead in the audio clock">
103     <figcaption>
104         A ramped tempo marker. The tempo at the playhead position is approaching
105         the second tempo. Because the playhead is equidistant (in beats) between
106         the two markers, the tempo at the playhead is the average of the two.
107     </figcaption>
108 </figure>
109
110 <p>
111   To add a new tempo, use the primary modifier and click on the tempo line at
112   the desired position. The new tempo will be the same as the tempo at the
113   position of the mouse click (it will not change the shape of the ramp).
114 </p>
115
116 <p>
117   To copy a tempo, hold down the primary modifier and drag the tempo to be
118   copied.
119 </p>
120
121 <h3>Time signature</h3>
122
123 <p>
124   Time signature positions beats using the musical pulse of a tempo, and groups
125   them into bars using its number of divisions per bar.
126 </p>
127
128 <p>
129   The first time signature in a new session may be moved freely. It has an
130   associated tempo which cannot be dragged by itself (although all others can).
131   It can be moved freely and is locked to audio.
132 </p>
133
134 <p>
135   New time signatures are locked to music. They may only occur on a bar line if
136   music locked.
137 </p>
138
139 <p>
140   An audio locked time signature provides a way to cope with musical passages
141   which have no time signature (rubato, pause), or to allow a film composer to
142   insert a break in music which cannot be counted in beats.
143 </p>
144
145 <p>
146   If a time signature is audio-locked, its bar number is fixed from the point at
147   which it left the main score. That bar number cannot be changed, nor can tempo
148   motion allow the previous bar to overlap. If another bar is needed, lock the
149   time signature to music again (<kbd class="mouse">right</kbd> &gt;
150   <kbd class="menu">Lock to Music</kbd>), drag the time signature to the desired
151   bar and re-lock to audio. The new bar can be freely dragged again.
152 </p>
153
154 <ul>
155   <li>To change a time signature, double-click it. A dialog will appear.</li>
156   <li>To copy a time signature, hold down <kbd class="mod1n"></kbd> and drag it.</li>
157 </ul>
158