String Delay
-
Maybe it's obvious, but does anyone have an idea how to delay a String? ! I want to keep the last value of an OSC Stream if the end of the stream is recognised. Thanks in advance! Dill
-
trigger text will store the string sent to its input, and output it if it receives a trigger - this should enable you to configure what you need
-
Also, there are many string functions available in Javascript.
The Javascript actor would be an option.