X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fautomating-midi---pitch-bending-and-aftertouch.html;h=2d4d8457251f444206a2a9a210bf408f33502be2;hb=a61fbacdfcb7a76fe425fada61f49fc85751e47a;hp=e6d8a2ab0b09c720bdff5323e042a7791a33b98b;hpb=2098e011e638b5c86c56e68df7757975fc4d728f;p=ardour-manual diff --git a/include/automating-midi---pitch-bending-and-aftertouch.html b/include/automating-midi---pitch-bending-and-aftertouch.html index e6d8a2a..2d4d845 100644 --- a/include/automating-midi---pitch-bending-and-aftertouch.html +++ b/include/automating-midi---pitch-bending-and-aftertouch.html @@ -1,13 +1,38 @@ -

Adding pitch bending or aftertouch can add a lot of subtlety to an otherwise plain sounding midi region and help humanize it.

+

+ Adding pitch bending or aftertouch can add a lot of subtlety to an otherwise + plain sounding midi region and help humanize it. +

-Automation : pitch bending +
+ Automation: pitch bending +
Automation: pitch bending
+
-

Pitch bending and aftertouch both work the same way, through automation. Right click the MIDI track's header > Automation > Bender (or Pressure) > choose the channel you want to bend.

+

+ Pitch bending and aftertouch both work the same way, through automation, by right + clicking the MIDI track's header > Automation > Bender (or + Pressure) > the channel to bend. +

-

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.

+

+ 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 and a line going under the middle will bend the pitch to a lower note. +

-

The values can be anything between 0 (-4 semitones) to 16383 (+4 semitones). No automation or a value of 8192 means no pitch shifting.

- -

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).

+

+ The pitch change depends on the synth-plugin used. Common ranges are an + change of either ± 1, ± 2 or ± 4 semitones + for the range 0 to 16383. The range is usually defined by the soundfont + for each instrument. + A value of 8192, which is also the default, means no pitch change. +

+

+ 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). +