Spin Off Events (vuo.event.spinOffEvents)

When this node receives an event, it fires multiple events.

This node is useful for performing the same (or similar) sequence of steps repeatedly. It’s simpler and more flexible than copying and pasting the same sequence of nodes multiple times into your composition — you can easily change the number of iterations and the sequence of steps performed for each iteration.

If you want to perform steps repeatedly when working with a list, instead of this node it might be easier to use the Build List or Process List node in the vuo.list node set.

Keywords: asynchronous, background, bang, concurrent, cycle, each, events, fire, foreach, fork, iterate, loop, many, multicore, multiple, multithread, parallel, repeat, scatter, spawn, thread, trigger, while


Example compositions:


Back to vuo.event node set documentation.