In the documentation it says:
To register your OSC server with AbleSet, send the /subscribe command with the IP address and port, and optionally a name – e.g.:
/subscribe 127.0.0.1 8000 TouchOSC
But I don’t know where to put this line…
help is highly appreciated
In TouchOSC, you can use the script panel of your document to automatically send the subscribe command to AbleSet when you run the project:
You can replace the “127.0.0.1” with “auto” if you’re running TouchOSC on a different device than AbleSet.
The 2nd command, /getValues, forces AbleSet to send the current state of all values to you, which might be useful to immediately populate all elements in your project with the current values.
I hope this helps. Let me know if you have any further questions!
The connections between AbleSet and TouchOSC is working as long as I tun TouchOSC on the same machine as AbleSet. When I connect an iPad running TouchOSC to the Computer running ableset I can see in Protokoll that the computer is receiving e.g. the /global/play message, but Ableset is not reacting.
What am I Doing wrong?
Protokoll might be interfering with AbleSet in this case. One port can only be used by one application at the same time, so AbleSet might not have access to the OSC port while Protokoll is listening for incoming messages on it.
Could you try closing Protokoll, restarting AbleSet, and check if that helps?
but nothing Happens in AbleSet.
Hope you can help
when i tun the same touchOSC file on the Mac itself. it works.
Edit: just saw that I had one IP starting with 168 and the other with 169, but now I put both in 168 in still nothing….
If I use OSC Monitor in Ableton it sees the incoming message though.