Sending OSC messages to MOTU UltraLite AVB (not working)
Max Patch
Copy patch and select New From Clipboard in Max.
Am I formatting this wrong?
I'm a bit lost with all this UDP communication.
Any help would be welcomed :)
OSC adresses start with a slash, it should be /max/chan/...
And remove that sprintf, instead udpsend can deal with a list, first list element the osc adress, second the number.
Ok, this was great. It works.
Thank you so much.
The reason for the sprintf, was so I could change the <index> and the value.
Is sprintf a bad thing here?