Invalid characters in OSC
Posted: 03 Nov 2022, 09:32
Hi,
I'm trying to send an OSC commant to Behringer X32 console.
The command is :
OscElement msg = new OscElement("/-action/goscene/", 18);
I'm getting an invalid character error about the DASH (-) character.
How do i solve this?
Thanks
I'm trying to send an OSC commant to Behringer X32 console.
The command is :
OscElement msg = new OscElement("/-action/goscene/", 18);
I'm getting an invalid character error about the DASH (-) character.
How do i solve this?
Thanks