Trying to pass arguments to Qlab but having trouble with spaces in messages.
The OSC message from the WEBsite:
socket.emit('message', '/cue/2/fadeAndStopOthers 3')
Is passed on as '/cue/2/fadeAndStopOthers' '3'.
I guess it is connected to:
var toSend = obj.split(' ');
Any way to pass OSC messages with spaces?
Trying to pass arguments to Qlab but having trouble with spaces in messages.
The OSC message from the WEBsite:
socket.emit('message', '/cue/2/fadeAndStopOthers 3')
Is passed on as '/cue/2/fadeAndStopOthers' '3'.
I guess it is connected to:
var toSend = obj.split(' ');
Any way to pass OSC messages with spaces?