Hi,
Sonic Pi version 3.3.1
The simple OSC receiver code that works flawlessly in the Sonic Pi GUI does not work while using the tool:
live_loop :receive_sequence do
use_real_time
seq = sync "/osc*/gen/sequence"
s = sync "/osc*/gen/steps"
set :sequence, seq.zip(s)
end
The port used by the client for sending messages is 4560 and as per the startup logs, the same port is used by the cli tool:
If I understood correctly, then this issue is common as per:
https://in-thread.sonic-pi.net/t/sonic-pi-headless-doesnt-receive-osc-cues/2171
emlyn/sonic-pi-tool#19
Is there a current workaround for this? Since the issues above are related to older SP versions.
Hi,
Sonic Pi version 3.3.1
The simple OSC receiver code that works flawlessly in the Sonic Pi GUI does not work while using the tool:
The port used by the client for sending messages is 4560 and as per the startup logs, the same port is used by the cli tool:
If I understood correctly, then this issue is common as per:
https://in-thread.sonic-pi.net/t/sonic-pi-headless-doesnt-receive-osc-cues/2171
emlyn/sonic-pi-tool#19
Is there a current workaround for this? Since the issues above are related to older SP versions.