]> Shamusworld >> Repos - ardour-manual/blob - include/automating-midi---pitch-bending-and-aftertouch.html
Updates to the Zoom Controls page : structure, clarification, V7 layout
[ardour-manual] / include / automating-midi---pitch-bending-and-aftertouch.html
1
2 <p>
3   Adding pitch bending or aftertouch can add a lot of subtlety to an otherwise
4   plain sounding midi region and help humanize it.
5 </p>
6
7 <figure>
8   <img src="/images/MIDI_pitch_bending.png" alt="Automation: pitch bending">
9   <figcaption>Automation: pitch bending</figcaption>
10 </figure>
11
12 <p>
13   Pitch bending and aftertouch both work the same way, through automation, by <kbd class="mouse">right</kbd>
14   clicking the MIDI track's header <kbd class="menu">&gt; Automation &gt; Bender (or
15   Pressure) &gt; the channel to bend</kbd>.
16 </p>
17
18 <p>
19   Using the Draw tool, as for all the automation, allows to create a gradual
20   change from one drawn point to another. A line in the center produces no
21   change to the pitch, while a line above the center will bend the pitch to a
22   higher note and a line going under the middle will bend the pitch to a lower note.
23 </p>
24
25 <p>
26   The pitch change depends on the synth-plugin used. Common ranges are an
27         change of either &plusmn; 1, &plusmn; 2 or &plusmn; 4 semitones
28         for the range 0 to 16383. The range is usually defined by the soundfont
29         for each instrument.
30         A value of 8192, which is also the default, means no pitch change.
31 </p>
32
33 <p>
34   Aftertouch works very similarly, though the values are between 0 and 127. It
35   should be noted that aftertouch differs from velocity, as aftertouch allows to
36   slightly change the timbre or create a vibrato, while the velocity sets the
37   power with which the note is played (e.g. on a keyboard, the key is hit).
38 </p>