2017-01-03 04:01:45 -05:00
|
|
|
|
2017-11-15 09:34:10 -05:00
|
|
|
<p>
|
|
|
|
Adding pitch bending or aftertouch can add a lot of subtlety to an otherwise
|
|
|
|
plain sounding midi region and help humanize it.
|
|
|
|
</p>
|
2017-01-04 09:32:00 -05:00
|
|
|
|
2017-11-15 09:34:10 -05:00
|
|
|
<figure>
|
|
|
|
<img src="/images/MIDI_pitch_bending.png" alt="Automation: pitch bending">
|
|
|
|
<figcaption>Automation: pitch bending</figcaption>
|
|
|
|
</figure>
|
2017-01-03 04:01:45 -05:00
|
|
|
|
2017-11-15 09:34:10 -05:00
|
|
|
<p>
|
|
|
|
Pitch bending and aftertouch both work the same way, through automation, by <kbd class="mouse">right</kbd>
|
|
|
|
clicking the MIDI track's header <kbd class="menu">> Automation > Bender (or
|
|
|
|
Pressure) > the channel to bend</kbd>.
|
|
|
|
</p>
|
2017-01-03 04:01:45 -05:00
|
|
|
|
2017-11-15 09:34:10 -05:00
|
|
|
<p>
|
|
|
|
Using the Draw tool, as for all the automation, allows to create a gradual
|
|
|
|
change from one drawn point to another. A line in the center produces no
|
|
|
|
change to the pitch, while a line above the center will bend the pitch to a
|
|
|
|
higher note (up to 4 semitones) and a line going under the middle will bend
|
|
|
|
the pitch to a lower note.
|
|
|
|
</p>
|
2017-01-04 09:32:00 -05:00
|
|
|
|
2017-11-15 09:34:10 -05:00
|
|
|
<p>
|
|
|
|
The values can be anything between 0 (-4 semitones) to 16383 (+4 semitones). No
|
|
|
|
automation or a value of 8192 means no pitch shifting.
|
|
|
|
</p>
|
2017-02-13 14:53:37 -05:00
|
|
|
|
2017-11-15 09:34:10 -05:00
|
|
|
<p>
|
|
|
|
Aftertouch works very similarly, though the values are between 0 and 127. It
|
|
|
|
should be noted that aftertouch differs from velocity, as aftertouch allows to
|
|
|
|
slightly change the timbre or create a vibrato, while the velocity sets the
|
|
|
|
power with which the note is played (e.g. on a keyboard, the key is hit).
|
|
|
|
</p>
|