Correctiong spelling

This commit is contained in:
Ed Ward 2017-02-21 17:06:49 +01:00
parent b5d2dccf36
commit 9b4cfef6b7
2 changed files with 6 additions and 6 deletions

View File

@ -8,8 +8,8 @@
<p>
The Rhythm Ferret is a dedicated tool to speed up the usually labor intensive
task to slice and adjust a sound region to match a specific time grid. It is
especially usefull for drum tracks, either to match a different tempo, or to
task of slicing and adjusting a sound region to match a specific time grid. It is
especially useful for drum tracks, either to match a different tempo, or to
adjust a slightly out of tempo performance.
</p>
<p>
@ -49,7 +49,7 @@
</p>
<ul>
<li><dfn>Percussive Onset</dfn> will detect the start of each hit based
on the sudden change in energy (&eq; volume) of the waveform</li>
on the sudden change in energy (&equals; volume) of the waveform</li>
<li><dfn>Note Onset</dfn> will detect the start of each note based on the changes
in the frequency domain.</li>
</ul>
@ -131,7 +131,7 @@
</dl>
<p>
Ardour defaults to Complex domain, which usually gives good result for harmonic
Ardour defaults to Complex Domain, which usually gives good result for harmonic
material.
</p>
@ -165,5 +165,5 @@
the closest grid (as per the <a href="@@grid-controls">Grid settings</a> in
effect), by selecting all the regions, and using the
<kbd class="mouse">RIGHT</kbd> click &gt; Selected Regions &gt; Position &gt;
Snap posiiton to grid.
Snap position to grid.
</p>

View File

@ -33,7 +33,7 @@
<dt class="sub1">Insert Patch Change&hellip;</dt><dd>Inserts a patch change at the Edit Point, allowing a change of patch, channel, program and/or bank</dd>
<dt class="sub1">Quantize&hellip;</dt><dd>Shows the <a href="@@quantize-midi"><kbd class="menu">Quantize</kbd> window</a>, allowing to perfectly align the MIDI notes to the musical grid</dd>
<dt class="sub1">Legatize</dt><dd>Shortens or elongates the MIDI notes to make them perfectly sequentials, i.e. the end of a note is the start of the following one</dd>
<dt class="sub1">Remove Overlap</dt><dd>FIXME Shortens or elongates the MIDI notes to make them perfectly sequentials, i.e. the end of a note is the start of the following one</dd>
<dt class="sub1">Remove Overlap</dt><dd>Shortens or elongates the MIDI notes to make them perfectly sequentials, i.e. the end of a note is the start of the following one</dd>
<dt class="sub1">Transform&hellip;</dt><dd><a href="@@transforming-midi---mathematical-operations"><kbd class="menu">Transform</kbd> window</a>, that allows for mathematical operations on the midi notes</dd>
<dt class="sub1">Unlink from Other copies</dt><dd>Makes the selected MIDI region independant, e.g. editing this region won't affect any other one.</dd>
<dt class="sub1">List Editor&hellip;</dt><dd>Shows the <a href="@@midi-list-editor"><kbd class="menu">List Editor</kbd></a> which sequentially lists all the MIDI events in the region, and allows for precise modifications</dd>