Hi,
I’m pretty new to Max and to spat. I have a max js object, and I’m trying to send panning information to a spat object. My javascript object outlet 0 is connected to input 0 of the spat object and I have the following (very reduced fragment of code):
var to_snd = “/source/0/xyz 1 2 6”;
outlet(0,to_snd);
I get the error message
spat5.pan~: OSC format error: Character " " not allowed in address pattern “/source/0/xyz 1 2 6”
Any idea what I’m doing wrong? I’m running the latest version of spat.
Regards
Justin