Sort OSC Text String

Hey forum!

I’m looking for the best way to sort a string of text. My OSC port is receiving sentences, and I would like to sort that into individual words.

Let me know if you have any ideas. Cheers!

Hi there,

Welcome to the Notch forums.

We have a variety of text string manipulation nodes that you can read more about here: http://manual.notch.one/0.9.23/en/topic/node-text-strings

We also have an OSC Text String node, which receives string data via OSC. See http://manual.notch.one/0.9.23/en/topic/nodes-Text-Strings-OSC-Text-String

Using the Split Text String node along with space as the separator character should do the trick.

Let us know if you need a sample or any further help.

Regards,
Tom

1 Like

Thanks for the reply, Tom! I got it up and running with the Split Text String node.
–Luke.

1 Like