Closed emlyn closed 5 years ago
Then you could run a script that includes x = sync "/osc/something", then from the command-line run sonic-pi-tool osc /something 123 to send it data.
x = sync "/osc/something"
sonic-pi-tool osc /something 123
Then you could run a script that includes
x = sync "/osc/something"
, then from the command-line runsonic-pi-tool osc /something 123
to send it data.