erlang-osc
erlang-osc copied to clipboard
how to send $[ tags
I'm tryning to send commands to supercollider and it seems that I need a $[ $] tag for sending array values I try with this:
gen_udp:send(Socket, "127.0.0.1", 57110,osc:encode({message, "/n_set",[1234, "freq", $[,100,200,$]]}))
but it's not working, how could I send this tags ?