]> Shamusworld >> Repos - ardour-manual/blob - include/clip-follow-actions.html
b84edf10c6e41ecebdcc90839d8ab2b060afbb92
[ardour-manual] / include / clip-follow-actions.html
1 <h2>Follow Actions</h2>
2
3 <p>When the contents of one trigger slots has been played a user-defined number of times, Ardour can stop playing trigger slots or switch to a different trigger slot. This is defined by follow actions, i.e. actions follow the playback of a trigger slot.</p>
4
5 <p>
6   Here are the currently available follow actions:
7 </p>
8
9 <p>FIXME THE ENTIRE TABLE</p>
10
11 <table class="dl">
12   <tr><th><kbd class="menu">None</kbd></th>
13   <td>Play the contents of the slot once and stop</td></tr>
14   <tr><th><kbd class="menu">Stop</kbd></th>
15   <td>Stop after playing back the amount of times set with Follow Count or via Follow Length (see below)</td></tr>
16   <tr><th><kbd class="menu">Again</kbd></th>
17   <td>Repeat the contents of the trigger slot over and over again</td></tr>
18   <tr><th><kbd class="menu">Reverse</kbd></th>
19   <td>Play back and go to the previous trigger slot</td></tr>
20   <tr><th><kbd class="menu">Forward</kbd></th>
21   <td>Play back and go to the next trigger slot</td></tr>
22   <tr><th><kbd class="menu">Jump</kbd></th>
23   <td>Play back and jump to a particular scene. Selecting multi-jump and multiple trigger slots will result in randomly playing one of the selected slots.</td></tr>
24 </table>
25
26 <p>To help distinguishing between them, Ardour will display an icon next to the name of a clip in a slot:</p>
27
28 <figure>
29   <img style="width:150px;" src="/images/cue-follow-actions-all-icons.png" alt="Follow Action icons">
30   <figcaption>
31     Follow action icons, top to bottom: None, Stop, Again, Reverse, Forward, Jump to scene B, Multi-Jump
32   </figcaption>
33 </figure>
34
35 <h2>Follow Actions Probability</h2>
36
37 <p>Ardour can help you explore ideas by bringing an element of randomness. You can set two possible follow actions to randonly alternate between, then set the percentage of probability of the left or the right follow action to be triggered. 0% means the left follow action is always chosen, 100% means the right follow action is always chosen. Anything between 0% and 50% will skew the probability towards the left follow action, anything between 50% and 100% will do the same for the right follow action.</p>
38
39 <h2>Duration</h2>
40
41 <p>Follow Count</p>
42
43 <p>How many times to repeat a clip before triggering the Follow Action. FIXME</p>
44
45 <p>Follow Length: [] beats</p>
46
47 <p>When enabled, follow length is used instead of clip length. FIXME</p>
48