< Back to IRCAM Forum

Inquire about osc output.

hi all!

I want to send osc command to rendering engine using oscar.

My engine uses various syntax such as integer and string to change the position of the object. Can I use this osc output in oscar?

For example, the form of the osc command we need is “/setSrcPosX 1 x”.
Or should I use a converter like oscualtor?

please answer about my question. Thank you.

Hi,

OSCar only supports float parameters. No string or integer.
And no, it’s not possible to send/receive messages in the form /setSrcPosX 1 x
You would indeed have to use a converter.

Examples of supported syntax are provided in the user manual PDF, and in the oscar.xml sample file.

Best,
T.