set_clip_follow_action
Set a clip's follow action to advance to another clip automatically, creating generative arrangements with independently looping tracks.
Instructions
Set a clip's follow action, so it advances to another clip on its own.
This is how you get generative arrangements that progress while each track keeps looping independently.
Parameters:
track_index: The index of the track
clip_index: The index of the clip slot
action_a, action_b: one of none, stop, again, previous, next, first, last, any, other, jump. The clip picks between A and B by chance.
chance: weighting between action_a and action_b (0.0 to 1.0)
time: how long before the action fires, in bars
enabled: turn the clip's follow-action switch on or off
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | ||
| chance | No | ||
| enabled | No | ||
| action_a | No | ||
| action_b | No | ||
| clip_index | Yes | ||
| track_index | Yes |