Impossible to make /EDIT work

Hello everyone,

/EDIT/UNDO is working, no problem with this synthax.

But I can’t make this to work :

/EDIT fader10 {"color":"red"}

based on the model
/EDIT id options

Same with all examples in https://openstagecontrol.ammd.net/docs/remote-control/

Am I formatting the OSC message in a wrong way ?
I tried with the all text as the OSCaddress, or with fader10 {"color":"red"} as a string.

Any idea ?
Thank you

Are you sending this from a terminal ? In this case you probably need to wrap the last argument in single quotes to preserve the brackets.

The brackets are preserved.

So the message is like a long address. no string value ?
And Yes I’m using a terminal.

So the message is like a long address. no string value ?

No, the address is /EDIT and there must be 2 string arguments. Enabling the debug option on o-s-c's side will print received messages too.

1 Like

It’s working !!!
Using two string arguments is the right way.
It’s not really obvious in the documentation.

Have a nice day, I really appreciate the help.
Thank you