Thanks, that helped. Working nicely now, though I’ve not yet worked out what SL tempo actually does, as it doesn’t seem to correlate with main tempo. Have managed to set main tempo via OSC as well, though only SooperLooper talks back.
/get requests look like this:
oscP5.send(“/get”, new Object {“tempo”, “osc.udp://192.168.1.109:4560”, “/tempo_reply”}, zynthLooper);
Have put into new thread, as I’m using Processing language, not Pure Data.