A bit of a technical question, but I was hoping @tehn might know the answer.
When I open sum (monome_sum.maxproj) it sends the following four messages:
/serialosc/list si "localhost" 13376
/serialosc/notify si "localhost" 13376
/serialosc/list si "localhost" 13375
/serialosc/notify si "localhost" 13375
I wanted to know where these are defined. I’ve done a search through all the files in the release but there is no mention of 13376 or 13375.
I’m asking this because I have to replace localhost with my IP address otherwise it doesn’t work. I don’t know why yet, probably an issue with serialosc in combination with my OS (Linux).
I’ve been able to replace it for all the other messages being sent to serialoscd apart from this one.