rexmalebka
rexmalebka
I'm tryning to send commands to [supercollider](https://doc.sccode.org/Guides/OSC_communication.html) and it seems that I need a $[ $] tag for sending array values I try with this: ``` erlang gen_udp:send(Socket, "127.0.0.1", 57110,osc:encode({message,...
Hi I was using [`osc.erl`](https://github.com/sonic-pi-net/sonic-pi/blob/main/app/server/erlang/sonic_pi_server/src/osc/osc.erl) file to send OSC via udp, trying to imitate `NetAddr("127.0.0.1",57110).sendMsg(\n_set, 1010,\freq, $[,200,400,$]);` native function that sets an array as an argument of a synth, but...
### WebSocket connection to failed: WebSocket is closed before the connection is established. I'm trying to use peerjs server using a docker container proxied throught nginx with SSL, but I...