Yup that is the main change required in all my early OSC projects. I usually change lines of the form
b = sync"/osc/sprp/multiplsu1/*/*"
to
b = sync"/osc*/sprp/multiplsu1/*/*"
That way you don’t have to worry about ipaddress or port which are contained in the newer form received osc cues in Sonic Pi, as the * wild card will match any IP address/port combination.
The change occurred around Feb 2020 see this post I did. I have updated many of my published programs but not all yet.
1 Like