Search found 2 matches

by farstriderfm
Thu Jun 29, 2023 19:05
Forum: Problems? Bugs? Solutions!
Topic: Send line break through OSC to text block?
Replies: 6
Views: 13391

Re: Send line break through OSC to text block?

Zoltán wrote: Wed Jun 28, 2023 12:40 Try sending a line feed (0A hex)
Thank you for your suggestion. Sending 0x0a was just displaying the ASCII value (the number 10) but I sent a "\n" as a string and that worked. I hope this helps someone else!
by farstriderfm
Tue May 30, 2023 22:02
Forum: Problems? Bugs? Solutions!
Topic: Send line break through OSC to text block?
Replies: 6
Views: 13391

Send line break through OSC to text block?

Hi, I'm sending OSC data to Avenue through a node.js program which allows users to input text and it shows up in the text field of the text block or text animator. I can send this data and it works just fine, but I want to add a feature where the text goes to a new line if the message is too long. I...