Messing with ofelia's examples I'm trying to figure out how to send a string arriving via OSC in a Pd patch into ofelia's inlet and display that in its window.
The examples provided either have hard-coded strings or the stuff displayed are being created inside the Lua script.
-
How to draw text based on input with ofelia?
-
@alexandros Hi, do you mean you want to know how to set strings dynamically?
Did you check "examples/text/easyFontLoader" example?
You can send any symbol to the second inlet of [ez.drawFontString] abstraction to change the string. -
That's exactly what I was looking for, thanks!