vuo.time
Example compositions:
Rotate On Cue
: Begins one animation when the mouse is pressed and another animation one second later.
Show Stopwatch
: A little timer that measures the seconds elapsed.
Nodes:
Convert Beats Per Minute to Seconds
(vuo.time.bpm.seconds): Converts beats per minute (bpm) to seconds per beat.
Fire Periodically
(vuo.time.firePeriodically): Repeatedly fires events at a steady rate.
Measure Time
(vuo.time.measureTime): Calculates the time elapsed since this node started keeping track.
Convert Seconds to Beats Per Minute
(vuo.time.seconds.bpm): Converts seconds per beat to beats per minute (bpm).