Pitch-bend range is synth-specific #8396

This commit is contained in:
Robin Gareus 2020-09-05 20:15:53 +02:00
parent e1beccfbbe
commit c3904b1505
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -19,13 +19,15 @@
Using the Draw tool, as for all the automation, allows to create a gradual 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 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 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 higher note and a line going under the middle will bend the pitch to a lower note.
the pitch to a lower note.
</p> </p>
<p> <p>
The values can be anything between 0 (-4 semitones) to 16383 (+4 semitones). No The pitch change depends on the synth-plugin used. Common ranges are an
automation or a value of 8192 means no pitch shifting. change of either &plusmn; 1, &plusmn; 2 or &plusmn; 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.
</p> </p>
<p> <p>