diff --git a/include/clip-follow-actions.html b/include/clip-follow-actions.html index b84edf10..c47fba71 100644 --- a/include/clip-follow-actions.html +++ b/include/clip-follow-actions.html @@ -1,48 +1,93 @@
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.
-- Here are the currently available follow actions: + When the contents of one trigger slot has been played a user-defined + number of times, Ardour can do one of the two things: stop playing + or switch to a different trigger slot. This is defined by follow actions. + A commonly used follow action is playing a clip in the next trigger slot + down the grid.
-FIXME THE ENTIRE TABLE
++ Here are the currently available follow actions. Please note that to help + distinguishing between them, Ardour will display an icon next to the name + of a clip in a slot: +
-None | -Play the contents of the slot once and stop | |
---|---|---|
Stop | -Stop after playing back the amount of times set with Follow Count or via Follow Length (see below) | |
Again | -Repeat the contents of the trigger slot over and over again | |
Reverse | -Play back and go to the previous trigger slot | |
Forward | -Play back and go to the next trigger slot | |
Jump | -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. |
None | +No icon | +Play the contents of the slot once and stop |
---|---|---|
Stop | ++ | Stop after playing back the amount of times set with Follow Count + or via Follow Length (see below) |
Again | ++ | Repeat the contents of the trigger slot over and over again |
Reverse | ++ | Play back and go to the previous trigger slot |
Forward | ++ | Play back and go to the next trigger slot |
Jump | ++ + + | +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. | +
To help distinguishing between them, Ardour will display an icon next to the name of a clip in a slot:
- - ++ Note that you can set the follow action right in the grid. For that, + click the icon that corresponds to the currently selected follow action + for a slot and choose a different one in the newly opened menu. +
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.
++ 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. +
-Follow Count
+How many times to repeat a clip before triggering the Follow Action. FIXME
++ There are two options here that affect the playback duration one way + or another. +
-Follow Length: [] beats
++ Follow Count defines how many times a clip will be played + back before triggering the follow action. +
-When enabled, follow length is used instead of clip length. FIXME
++ Follow Length overrides clip length and defines the new one + in beats. By default it's as long as the clip is long. Making this value + lower will cut the clip short, making it longer will add some silence + at the end of the clip. +
diff --git a/source/images/cue-follow-actions-all-icons.png b/source/images/cue-follow-actions-all-icons.png deleted file mode 100644 index 322faab9..00000000 Binary files a/source/images/cue-follow-actions-all-icons.png and /dev/null differ diff --git a/source/images/follow-action-icons-again.png b/source/images/follow-action-icons-again.png new file mode 100644 index 00000000..874b2f68 Binary files /dev/null and b/source/images/follow-action-icons-again.png differ diff --git a/source/images/follow-action-icons-forward.png b/source/images/follow-action-icons-forward.png new file mode 100644 index 00000000..84805703 Binary files /dev/null and b/source/images/follow-action-icons-forward.png differ diff --git a/source/images/follow-action-icons-jump-cue-e.png b/source/images/follow-action-icons-jump-cue-e.png new file mode 100644 index 00000000..822f9f00 Binary files /dev/null and b/source/images/follow-action-icons-jump-cue-e.png differ diff --git a/source/images/follow-action-icons-jump-multi.png b/source/images/follow-action-icons-jump-multi.png new file mode 100644 index 00000000..8508ba0b Binary files /dev/null and b/source/images/follow-action-icons-jump-multi.png differ diff --git a/source/images/follow-action-icons-reverse.png b/source/images/follow-action-icons-reverse.png new file mode 100644 index 00000000..7d756c79 Binary files /dev/null and b/source/images/follow-action-icons-reverse.png differ diff --git a/source/images/follow-action-icons-stop.png b/source/images/follow-action-icons-stop.png new file mode 100644 index 00000000..f2b14022 Binary files /dev/null and b/source/images/follow-action-icons-stop.png differ