Hi everybody,
I try to make a log file for my patch by using a TTY write nodes linked to a TTY renderer.
But when I try to save all the informations displayed by the TTY renderer into a text file it’s not working well.
I just used a change node and the string output of the renderer connected to the writer node. But It’s seems to be to fast for the writer node…
So I tryed to make a buffer but without success as it was also based on a change node linked to the string output of the tty renderer.
Thanks by advance for you help.