]> Shamusworld >> Repos - ardour-manual-diverged/commitdiff
fix HTML:
authorRobin Gareus <robin@gareus.org>
Tue, 3 Jan 2017 09:47:38 +0000 (10:47 +0100)
committerRobin Gareus <robin@gareus.org>
Tue, 3 Jan 2017 09:47:38 +0000 (10:47 +0100)
* use html entities: use &gt; for >
* and replace italic with emphasis

_manual/15_editing-and-arranging/12_edit-midi/13_transpose-midi.html
_manual/15_editing-and-arranging/12_edit-midi/14_automation-midi.html
_manual/15_editing-and-arranging/12_edit-midi/15_transformation-midi.html

index e2867dac2fa39e0fcb083588dd6a854258068a0a..e4407a1173cfa904ea167a450d496c48d15bf1f2 100644 (file)
@@ -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 &gt; <em>name_of_the_midi_region</em> &gt; MIDI &gt; 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>
index 1011689e1e55ee1056be909ed346f00b7dd09b0f..c99dd7616e3c5e582e73b26bd1590c80c1474754 100644 (file)
@@ -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 &gt; Automation &gt; Bender <em>(or Pressure)</em> &gt; <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>
index 75681a3fd02412eaf6c69fe1fc9ae95c0b397ce3..c7428eadfe8eee946257a24539f4c19cbb1bd24a 100644 (file)
@@ -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 &gt; <em>name_of_the_region</em> &gt; MIDI &gt; 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>