Main Menu

OSC Network Cue

Started by bram, September 05, 2022, 06:20:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bram

Hi,

I'm experimenting with sending OSC Cues to other devices (ChamSys QuickQ). How should I add the parameters of the OSC message? Do I just add it after the message divided by a space? How does MultiPlay determine the type of parameter (String, Float32, ...)?

Thanks!

David

In the network cue, insert the message as ASCII format with no CR or LF checked.

It will work out the type automatically.

Float number example: /TEST/PATH/ 0.5

Integer number example: /TEST/PATH/ 1

Text example: /TEST/PATH/ Hello

You can use a program such as OSC Monitor to see if you're sending what you think you are.

bram

Sounds awesome. Thanks for the clarification, David!