Hi all
I'm migrating some of my patches over to 64bit - and looking for a way to replace CNMAT's opensoundcontrol object.
I need to construct and send OSC formatted messages - to be received by another application.
In my old (made for 32 bit patch) - opensoundcontrol was used to format the message, and this was then sent via the udpsend object.
The message itself is very simple:
/heart/pulse/1 1
If I just send these messages to udpsend (bypassing opensoundcontrol) - nothing comes through to the other app receiving the data.
I've tried sending this message via a tosymbol object.
There does not appear to be a 64bit version of the opensoundcontrol object available, any suggestions on a workaround?
All the best
George