Timer Node
The Timer node generates timing events or values at a specified interval, useful for scheduling or automation in the audio graph.
Number of inputs | 1 |
Number of outputs | 0 |
Configuration
interval
(Optional)
Type: uint
The interval in milliseconds at which the timer triggers. Default: 1000
startDelay
(Optional)
Type: uint
The initial delay in milliseconds that will be added before the first trigger. Default: 0
fireOnStart
(Optional)
Type: Bool
When set, the timer starts with a trigger at the first moment. Default: false
eventData
(Optional)
Type: Any
The user provided data that will be put in the emitted event. Default: null
Values
Inherits values from its parent, SingleBusAudioSinkNode.
This object does not provide any additional values.
Actions
Inherits actions from its parent, SingleBusAudioSinkNode.
This object does not provide any additional actions.
Events
Inherits events from its parent, SingleBusAudioSinkNode.
tick
The tick event from the timer.
Data
The data that was provided in the eventData configuration parameter.