we can send OSC from hydra to sonic pi and vice versa
start hydra ~/livecode/algoraveEssentials/hydra$ yarn serve
start hydra-osc run node server.js
see code3 hydrafor code example
use the command
use_osc "localhost", 41234
to start an osc server
and a command like
osc "/hue", rrand(2,200)
to send out osc, see code3 sonic pi for code example