Correcting path issues on my latest commit
This commit is contained in:
parent
46a661dd69
commit
d2e65d60b8
@ -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 > <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>
|
||||
|
@ -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 > Automation > Bender <em>(or Pressure)</em> > <em>choose the channel you want to bend</em>.</p>
|
||||
|
||||
|
@ -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 > <em>name_of_the_region</em> > MIDI > Transform...</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user