Cue: stylistic changes as pointed out by @x42
This commit is contained in:
parent
090c5f7e70
commit
62ab3fc6cb
@ -2,17 +2,17 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
When you load an audio clip into a trigger slot, Ardour applies some
|
When you load an audio clip into a trigger slot, Ardour applies some
|
||||||
heuristics to estimate its temo in beats per minute. If neither the file
|
heuristics to estimate its temo in beats per minute. Unless a metadata
|
||||||
name nor the metadata specify it, Ardour will use
|
in the file source provides information,
|
||||||
<a href="https://github.com/breakfastquay/minibpm">minibpm</a> to analyze
|
<a href="https://github.com/breakfastquay/minibpm">minibpm</a> is used
|
||||||
the file assuming it has a fixed tempo.
|
to analyze and detect the file's BPM.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
After estimating the tempo, Ardour will enable stretching for the clip
|
After tempo is estimated, the clip is time-stretched to match the
|
||||||
to make it match session's bpm at any given time. This means that should
|
session's tempo map. This means that should session's tempo change over
|
||||||
session's tempo change over time (in either ramped or constant mode),
|
time (in either ramped or constant mode), all audio clips will be
|
||||||
Ardour will re-stretch all audio clips to accomodate for that.
|
re-stretched to accomodate for that.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -36,9 +36,8 @@
|
|||||||
<h2>BPM</h2>
|
<h2>BPM</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This is where Ardour displays the estimated tempo rounded to the closest
|
This is where the estimated tempo is displayed. It can also
|
||||||
integer. You can progressively divide or mutiply by two whatever Ardour
|
be progressively divided or mutiplied by two.
|
||||||
thinks is the original tempo.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -48,10 +47,10 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If you divide the estimated clip's tempo by 2, you get 45bpm. Stretching it
|
If the estimated clip's tempo is divided by 2, stretching the resulted
|
||||||
back to 120bpm will make it sound faster. And multiplying the original
|
45bpm back to 120bpm will make the clip sound faster. Vice versa,
|
||||||
clip's tempo by 2 will make it 180bpm. Stretched down to 120bpm, the clip
|
multiplying the original clip's tempo by 2 and then stretching it down
|
||||||
will sound slower than it originally is.
|
from 180bpm to 120bpm will make the clip sound slower than it originally is.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Clip Length</h2>
|
<h2>Clip Length</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user