Reference

Components
Timer
Description
The Timer component allows you to schedule a trigger to be sent some time in the future. You specify a time duration and then start the
timer. After the duration has elapsed a trigger will be sent through the output. The timer will automatically schedule another trigger so that the
triggers keep coming every N milliseconds (where N is the duration).
For a one single shot timer just connect the trigger output to the Stop input.
The component uses a Windows timer and therefore cannot be relied upon to be accurate, particularly for durations below 15 ms.
IMPORTANT: because of multi-threading you cannot trigger timers in response to MIDI events. This can cause unexpected behaviour or
even crash the software.
Connectors
Inputs Type Outputs
Duration between triggers in
milliseconds
Int Trigger sent every time
a duration’s worth of
time passes
Trigger
Trigger to start the timer
Trigger
Trigger to stop the timer
Trigger
441 of 494