Alternative to delay node

hey

is there a alternative to the Delay node
i need as input a bang and after 10 secounds a secound bang in addition

the delay node works, but i`m not sure that is the best way to do this

check MonoFlop (Animation)

you need to add a TogEdge (Animation) to the Monoflop to get your bang back.

Monoflop:

TogEdge:

But if you just want a Bang every 10 seconds, make an LFO (animation) and set the Period to 10 seconds and now the Change pin will give you a bang every 10 seconds.