OSC string message format?

I'm trying to send raw UDP data from WatchOut to Open Stage Control, but formatted like an OSC-message. (No, WatchOut cant send native OSC or MIDI).

No matter how i try to format the string i always get some kind of error. The string "data\0\0\0\0" gives me:
"The header of an OSC address didnt contain any data"

And the string "/cue/1/start$00$00$00,$00$00$00" (suggested by another WatchOut user in their forum) tells me:
"A malformed type string was found while reading the arguments of an OSC message"

Has anyone else attempted to send raw UDP (formatted as OSC) to Open Stage Control? Is there any info in the documentation regarding how the strings should be formatted?

Found the solution in another forum!

1 Like