]> Shamusworld >> Repos - ardour-manual/blob - include/clip-follow-actions.html
c47fba716ee0713ec483c140acafd6234cc9b308
[ardour-manual] / include / clip-follow-actions.html
1 <h2>Follow Actions</h2>
2
3 <p>
4   When the contents of one trigger slot has been played a user-defined
5   number of times, Ardour can do one of the two things: stop playing
6   or switch to a different trigger slot. This is defined by follow actions.
7   A commonly used follow action is playing a clip in the next trigger slot
8   down the grid.
9 </p>
10
11 <p>
12   Here are the currently available follow actions. Please note that to help
13   distinguishing between them, Ardour will display an icon next to the name
14   of a clip in a slot:
15 </p>
16
17 <table>
18   <tr>
19     <th><kbd class="menu">None</kbd></th>
20     <td width="100px">No icon</td>
21     <td>Play the contents of the slot once and stop</td></tr>
22   <tr>
23     <th><kbd class="menu">Stop</kbd></th>
24     <td width="100px"><img src="/images/follow-action-icons-stop.png" /></td>
25     <td>Stop after playing back the amount of times set with Follow Count
26     or via Follow Length (see below)</td></tr>
27   <tr>
28     <th><kbd class="menu">Again</kbd></th>
29     <td width="100px"><img src="/images/follow-action-icons-again.png" /></td>
30     <td>Repeat the contents of the trigger slot over and over again</td></tr>
31   <tr>
32     <th><kbd class="menu">Reverse</kbd></th>
33     <td width="100px"><img src="/images/follow-action-icons-reverse.png" /></td>
34     <td>Play back and go to the previous trigger slot</td></tr>
35   <tr>
36     <th><kbd class="menu">Forward</kbd></th>
37     <td width="100px"><img src="/images/follow-action-icons-forward.png" /></td>
38     <td>Play back and go to the next trigger slot</td></tr>
39   <tr>
40     <th><kbd class="menu">Jump</kbd></th>
41     <td width="100px">
42       <img src="/images/follow-action-icons-jump-cue-e.png" />&nbsp;
43       <img src="/images/follow-action-icons-jump-multi.png" />
44     </td>
45     <td>Play back and jump to a particular scene. Selecting multi-jump
46     and multiple trigger slots will result in randomly playing one of
47     the selected slots.</td>
48   </tr>
49 </table>
50
51 <p>
52   Note that you can set the follow action right in the grid. For that,
53   click the icon that corresponds to the currently selected follow action
54   for a slot and choose a different one in the newly opened menu.
55 </p>
56
57 <h2>Follow Actions Probability</h2>
58
59 <p>
60   Ardour can help you explore ideas by bringing an element of randomness.
61   You can set two possible follow actions to randonly alternate between,
62   then set the percentage of probability of the left or the right follow
63   action to be triggered.
64 </p>
65
66 <ul>
67   <li>0% means the left follow action is always chosen</li>
68   <li>100% means the right follow action is always chosen</li>
69   <li>Anything between 0% and 50% will skew the probability towards the
70   left follow action</li>
71   <li>Anything between 50% and 100% will do the same for the right follow
72   action</li>
73 </ul>
74
75 <h2>Playback Duration</h2>
76
77 <p>
78   There are two options here that affect the playback duration one way
79   or another.
80 </p>
81
82 <p>
83   <dfn>Follow Count</dfn> defines how many times a clip will be played
84   back before triggering the follow action.
85 </p>
86
87 <p>
88   <dfn>Follow Length</dfn> overrides clip length and defines the new one
89   in beats. By default it's as long as the clip is long. Making this value
90   lower will cut the clip short, making it longer will add some silence
91   at the end of the clip.
92 </p>
93