live_loop name (symbol)
Run the block in a new thread with the given name, and loop it forever. Also sends a cue with the same name each time the block runs. If the block is given a parameter, this is given the result of the last run of the loop (with initial value either being 0 or an init arg).
Introduced in v2.1
| init: |
initial value for optional block arg |
| auto_cue: |
enable or disable automatic cue (default is true) |
| delay: |
Initial delay in beats before the live_loop starts. Default is 0. |
| seed: |
override initial random generator seed before starting loop. |
| # Example 1 | |
|
|
|
| # Example 2 | |
|
|
|