block in start_listener'", "/usr/lib/sonic-pi/server/lib/sonicpi/osc/udp_server.rb:74:in
loop'", "/usr/lib/sonic-pi/server/lib/sonicpi/osc/udp_server.rb:74:in start_listener'", "/usr/lib/sonic-pi/server/lib/sonicpi/osc/udp_server.rb:37:in
block in initialize'"]
Hi!
This code looks really interesting! I'm trying to run it on sonic-pi v3.2.2 on Linux, although I'm having issues to send the OSC patterns to Sonic Pi.
I'm creating a python server
...and then running the
node bridge.js
and open yourindex.html
in chromium.But after selecting a kit and sending a beat, when I run the Sonic-Pi-receiver.rb code it seems that none OSC is getting received. (The option "Enable OSC server" is marked in sonic-pi).
What did I do Wrong? Thank you for your help!