Monoflop oncomplete event

hi. i am using the monoflop node to make a writer node write compressed video for x seconds. after x seconds how do i increment a counter node once after each monoflop duration is complete?

TogEdge (Animation) should help.

instead of naming your files with a counter node, you could think about naming your files with the current date and time. that will make every file unique, so you don’t accidently overwrite recorded files when opening the patch again. CurrentTime->TimeToString->S+H (String) would do it. use the output from the TogEdge to sample a new date string…

thanks!.. no text …