fix HTML:
* use html entities: use > for > * and replace italic with emphasis
This commit is contained in:
parent
03226099fe
commit
666f516a67
@ -4,8 +4,7 @@ title: Transposing MIDI
|
||||
menu_title: Transposing MIDI
|
||||
---
|
||||
|
||||
|
||||
<p><img src="/source/images/transpose_midi.png" alt="transpose dialog" /></p>
|
||||
<p>To transpose a whole region at once, you can access the "transpose" dialog, by right clicking a region > <i>name_of_the_midi_region</i> > MIDI > Transpose...</p>
|
||||
<p>To transpose a whole region at once, you can access the "transpose" dialog, by right clicking a region > <em>name_of_the_midi_region</em> > MIDI > Transpose...</p>
|
||||
|
||||
<p>This very simple dialog allows to choose either a number of semitones to add or substract to all the notes inside the region, and/or for more significant changes, octaves (12 semitones).</p>
|
||||
|
@ -8,7 +8,7 @@ menu_title: Automating MIDI
|
||||
|
||||
<p><img src="/source/images/MIDI_pitch_bending.png" alt="Automation : pitch bending" /></p>
|
||||
|
||||
<p>Pitch bending and aftertouch both work the same way, through automation. Right click the MIDI track's header > Automation > Bender <i>(or Pressure)</i> > <i>choose the channel you want to bend</i>.</p>
|
||||
<p>Pitch bending and aftertouch both work the same way, through automation. Right click the MIDI track's header > Automation > Bender <em>(or Pressure)</em> > <em>choose the channel you want to bend</em>.</p>
|
||||
|
||||
<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.
|
||||
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>
|
||||
|
@ -8,7 +8,7 @@ menu_title: Transforming MIDI
|
||||
|
||||
<p><img src="/source/images/MIDI_transform.png" alt="MIDI transformation" /></p>
|
||||
|
||||
<p>To access the Transform tool, right click the MIDI region > <i>name_of_the_region</i> > MIDI > Transform...</p>
|
||||
<p>To access the Transform tool, right click the MIDI region > <em>name_of_the_region</em> > MIDI > Transform...</p>
|
||||
|
||||
<p>First, select the property you want to modify in the 'Set' field, then change the target value using the 2 following fields. If you want to add more operands, click the "+" sign to create new lines. You can remove a superfluous line using the "-" sign on the right of the newly created line.</p>
|
||||
|
||||
@ -34,8 +34,8 @@ and the calculation may be based on the following properties :
|
||||
<li>the previous note's</li>
|
||||
<li>this note's index (number of the note, i.e. the first one is 0, the second is 1, etc.)</li>
|
||||
<li>exactly (for a constant value, between 1 and 127)</li>
|
||||
<li>a random number from <i>lower</i> to <i>higher</i> (<i>lower</i> and <i>higher</i> beeing constant values between 1 and 127)</li>
|
||||
<li>equal steps from <i>lower</i> to <i>higher</i> (<i>lower</i> and <i>higher</i> beeing constant values between 1 and 127)</li>
|
||||
<li>a random number from <em>lower</em> to <em>higher</em> (<em>lower</em> and <em>higher</em> beeing constant values between 1 and 127)</li>
|
||||
<li>equal steps from <em>lower</em> to <em>higher</em> (<em>lower</em> and <em>higher</em> beeing constant values between 1 and 127)</li>
|
||||
</ul>
|
||||
The mathematical operators can be :
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user