Correcting path issues on my latest commit

This commit is contained in:
Ed Ward 2017-01-03 11:31:26 +01:00
parent 46a661dd69
commit d2e65d60b8
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ title: Transposing MIDI
menu_title: Transposing MIDI
---
<p><img src="/source/images/transpose_midi.png" alt="transpose dialog" /></p>
<p><img src="/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 &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>

View File

@ -6,7 +6,7 @@ menu_title: Automating MIDI
<p>Adding pitch bending or aftertouch can add a lot of subtlety to an otherwise plain sounding midi region and help humanize it.</p>
<p><img src="/source/images/MIDI_pitch_bending.png" alt="Automation : pitch bending" /></p>
<p><img src="/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 &gt; Automation &gt; Bender <em>(or Pressure)</em> &gt; <em>choose the channel you want to bend</em>.</p>

View File

@ -6,7 +6,7 @@ menu_title: Transforming MIDI
<p>Considering the numerical nature of MIDI events, it can be tempting to apply mathematical transformations to our MIDI regions by using mathematical operations. Ardour makes it very easy and powerfull with the Transform tool.</p>
<p><img src="/source/images/MIDI_transform.png" alt="MIDI transformation" /></p>
<p><img src="/images/MIDI_transform.png" alt="MIDI transformation" /></p>
<p>To access the Transform tool, right click the MIDI region &gt; <em>name_of_the_region</em> &gt; MIDI &gt; Transform...</p>