]> Shamusworld >> Repos - ardour-manual/blob - include/clip-stretch-options.html
04753b9537d5fb71958418ea748d0778254c392f
[ardour-manual] / include / clip-stretch-options.html
1 <h2>Stretch</h2>
2
3 <p>FIXME. Optional. What happens when disabled? Won’t match the current timeline
4 tempo: START THE SECTION WITH THIS: ARDOUR ALWAYS MATCHES CURRENT SESSION
5 TEMPO, SO TEMPO RAMPS WILL WORK FOR CLIPS</p>
6
7 <p>Stretch modes:</p>
8
9 <ul>
10   <li><dfn>Crisp</dfn> works best for sounds with fast onset like drums and percussion</li>
11   <li><dfn>Smooth</dfn> is best used for sustained notes like pads</li>
12   <li><dfn>Mixed</dfn> is for anything in between</li>
13 </ul>
14
15 <h2>BPM</h2>
16
17 Displays estimated tempo rounded to the closest integer. You can make half or double of whatever is in that display. You can go as low as almost zero and you will be exhausted after BPM in 6 figures.
18
19 <h2>Clip Length</h2>
20
21 Measured in beats. Affects the bpm. FIXME
22
23 <h2>Length in Bars</h2>
24
25 <p>It’s a hint to help you counting. FIXME</p>
26
27 <p>1) when a file is loaded, we infer its bpm either by minibpm's estimate, a flag in the filename, metadata (TBD) or other means</p>
28
29 <p>2) we assume the clip must have an integer number of beats in it  (simplest case is a one-bar loop with 4 beats in it)</p>
30
31 <p>3) ...so we round to the nearest beat length, and set the tempo to *exactly* fit the sample-length into the assumed beat-length</p>
32
33 <p>4) the user may recognize a problem:  "this was a 3/4 beat, which was rounded to 4 beats but it should have been 3"</p>
34
35 <p>5) if the user changes the beat-length, then the tempo is recalculated for use during stretching</p>
36
37 <p>6) someday, we will also allow the sample start and length to be adjusted in a trimmer, and that will also adjust the tempo</p>
38
39 <p>7) in all cases the user should be in final control; but our "internal" value for stretching are just sample-start and BPM, end of story</p>