]> Shamusworld >> Repos - ardour-manual/blob - include/techniques-for-working-with-tempo-and-meter.html
557790fa1ae7e0e006c26705785639a1564ad4c7
[ardour-manual] / include / techniques-for-working-with-tempo-and-meter.html
1
2 <h2>Matching a recorded tempo with a tempo ramp</h2>
3
4 <figure class="left">
5   <img class="mini" src="/images/tempo-ramp_1.png" alt="Initial state">
6   <figcaption>Initial state.</figcaption>
7 </figure>
8
9 <p>
10 As a general approach, the best way to control tempo ramps is to use them in
11 pairs.
12 </p>
13
14 <p>
15 One typical use of tempo ramps is to match the click to a drum performance recorded in
16 'free time', like in the (admittedly bad) 4/4 example on the left.
17 </p>
18
19 <h3 class="clear">Step 1 : First meter</h3>
20
21 <figure class="left">
22   <img class="mini" src="/images/tempo-ramp_2.png" alt="Step 1/5">
23   <figcaption>Placing the first meter</figcaption>
24 </figure>
25
26 <p>
27 The first thing needed is determining where the first beat is in the recording
28 and <kbd class="mouse">left</kbd> dragging the first meter to that position.
29 </p>
30
31 <h3 class="clear">Step 2 : Locating the <em>n</em>th bar</h3>
32
33 <figure class="left">
34   <img class="mini" src="/images/tempo-ramp_3.png" alt="Step 2/5">
35   <figcaption>Locating a known beat</figcaption>
36 </figure>
37
38 <p>
39 Now the first click will be in time with the first beat. By listening to the recorded
40 drums, the position of bar <em>n</em> (here, 9th beat, 3rd bar) is visually located (the
41 playhead may be moved to this location to "pin" it).
42 </p>
43
44 <h3 class="clear">Step 3 : Aligning the ruler with the tempo</h3>
45
46 <figure class="left">
47   <img class="mini" src="/images/tempo-ramp_4.png" alt="Step 3/5">
48   <figcaption>Matching the tempi</figcaption>
49 </figure>
50
51 <p>
52 Holding the constraint modifier (<kbd class="mod3n"></kbd> by default, 
53 may be changed in Preferences->Editor->Modifiers), the third
54 bar marker in the BBT ruler is dragged at the position of the third bar in the
55 recording (where the playhead is located). This drag can be done either in the Meter
56 or in the Tempo rulers. The tempo (on the first and only tempo marker) reflects
57 the new value based on this change.
58 </p>
59
60 <p>
61 The click now matches the first 8 beats, but after that it can wander off, which
62 will be reflected in the tempo lines thet won't quite match the drum hits.
63 </p>
64
65 <h3 class="clear">Step 4 : Placing a new tempo marker</h3>
66
67 <figure class="left">
68   <img class="mini" src="/images/tempo-ramp_5.png" alt="Step 4/5">
69   <figcaption>Creating a tempo marker</figcaption>
70 </figure>
71
72 <p>
73 A new tempo marker is placed on the last position where the click matches the
74 recorded audio, by <kbd class="mod1n"></kbd>-clicking the Tempo ruler. This will
75 "anchor" the value of the tempo at that position.
76 </p>
77
78 <h3 class="clear">Step 5 : Placing another tempo marker at the <em>n</em>th beat</h3>
79
80 <figure class="left">
81   <img class="mini" src="/images/tempo-ramp_6.png" alt="Step 5/5">
82   <figcaption>Placing another marker</figcaption>
83 </figure>
84
85 <p>
86 Another tempo marker is placed <em>n</em> beats after the previous marker (here,
87 4 beats, 1 bar).
88 </p>
89
90
91 <h3 class="clear">Step 6 : Changing the tempo to a new value</h3>
92
93 <figure class="left">
94   <img class="mini" src="/images/tempo-ramp_7.png" alt="Step 5/5">
95   <figcaption>Adjusting the tempo</figcaption>
96 </figure>
97
98 <p>
99 Now, <kbd class="mod3n"></kbd>-dragging any beat <strong>after</strong> the second
100 new tempo marker will allow to align the drum audio and tempo after the second marker.
101 </p>
102
103 <h3 class="clear">Step 7 : Ramping the tempo change</h3>
104
105 <figure class="left">
106   <img class="mini" src="/images/tempo-ramp_8.png" alt="Step 5/5">
107   <figcaption>Ramping the change</figcaption>
108 </figure>
109
110 <p>
111 Although it may be unnecessary in some cases where the tempo changes abruptly, most
112 of the time, the tempo change is progressive in time, like an instrumentist drifting in tempo.
113 In those cases, the tempo change should be progressive too, and Ardour allows that
114 by ramping the tempo change.
115 </p>
116
117 <p>
118 <kbd class="mouse">right</kbd> clicking the first tempo marker, a menu appears,
119 allowing to <kbd class="menu">Ramp to Next</kbd>. This will make the tempo
120 between the two markers linearly change from the first marker's value to the
121 second's.
122 </p>
123
124 <p>
125 Again, some time later the click will probably drift again, so the same technique
126 has to be repeated: adding two new tempos and dragging the BBT ruler
127 <strong>after</strong> the newest tempo so that the beats align with the audio
128 again.
129 </p>
130
131 <p>
132 In a general sense, adding tempo markers in pairs allows to 'pin' the tempo at the
133 marker's location while moving further to the right.
134 </p>
135
136 <h2>Other use cases</h2>
137
138 <p>
139 Audio locked meters can be useful when composing, as they allow a continuous
140 piece of music to be worked on in isolated segments, preventing the listening
141 fatigue of a fixed form. Reassembly is left as an excercise for the reader.
142 </p>
143
144 <p>
145 Tempo ramps can also be used in a video context, e.g. for an accelerando,
146 by snapping to TC frames and dragging the ruler so that a bar ends up on a significant
147 video frame.
148 </p>