Receive Text through OSC For subtitles to be triggered in QLab, I send an OSC String to Vuo. The OSC message in QLab is: /text "Hello World". The Vuo composition is fairly simple: osc.make.input >>> osc.receive2 >>> osc.filter.address >>> layer.make.text >>> layer.render.window But then it says on the screen: /text [ Hello World ] I could remove the OSC address with a text.replace, but is there an elegant way to get rid of the square brackets? Thanks! Read more about Receive Text through OSC 2 comments Log in or register to post comments