]> Shamusworld >> Repos - ardour-manual/blob - include/clip-launch-options.html
155fcb510305e941421c82404e9c3c9f6ee90402
[ardour-manual] / include / clip-launch-options.html
1 <h2>Velocity Sense</h2>
2
3 <p>
4   This control defines how much the velocity coming off your MIDI device
5   affects clip's volume. At 0%, which is the default, it doesn't matter how
6   hard you press a key or a pad, the volume will be what you set it to.
7   At 100%, hitting a key as hard as you can produces maximum volume, and
8   pressing the key or a pad really softly produces a barely audible sound.
9 </p>
10
11 <h2>Launch Style</h2>
12
13 <p>FIXME THE ENTIRE TABLE</p>
14
15 <table>
16   <tr>
17     <th><kbd class="menu">Trigger</kbd></th>
18     <td width="100px"><img src="/images/launch-style-icons-trigger.png" /></td>
19     <td>You click and it starts playing until it stops; mouse up and note-off are ignored</td></tr>
20   <tr>
21     <th><kbd class="menu">Retrigger</kbd></th>
22     <td width="100px"><img src="/images/launch-style-icons-retrigger.png" /></td>
23     <td>Mouse down or note-on starts or retriggers; mouse up and note-off FIXME</td></tr>
24   <tr>
25     <th><kbd class="menu">Gate</kbd></th>
26     <td width="100px"><img src="/images/launch-style-icons-gate.png" /></td>
27     <td>plays only as long as you press the play button, quantization setting defines how soon it starts and ends after pressing the button down. Runs till mouse up/note off then to next quantization</td></tr>
28   <tr>
29     <th><kbd class="menu">Toggle</kbd></th>
30     <td width="100px"><img src="/images/launch-style-icons-toggle.png" /></td>
31     <td>Keeps looping until you click it again. runs till next mouse down/NoteOn</td></tr>
32   <tr>
33     <th><kbd class="menu">Repeat</kbd></th>
34     <td width="100px"><img src="/images/launch-style-icons-repeat.png" /></td>
35     <td>Keeps looping, but when you press and hold, it starts from the beginning and plays as far as quantization setting goes, e.g. 1/16 means it repeats the first 1/16 of a bar. plays only quantization extent until mouse up/note off</td></tr>
36 </table>
37
38 <h2>Launch Quantize</h2>
39
40 <p>From 4 bars down to 1/64 bar, and None. FIXME</p>
41
42 <h2>Legato</h2>
43
44 <p>FIXME (also, doesn't work properly yet).</p>
45
46 <h2>Cue Isolate</h2>
47
48 <p>FIXME, If selected, the slot will not respond to start/stop cue events (does it work?)</p>
49
50 <h2 id="follow-options">Follow Options</h2>
51
52 <p>
53   FIXME. These options are where you define the transition from one slot to another.
54 </p>