hello,
i need to send ip-address and port i want to recieve osc-messages on to another app. the other app can only deal with strings. is it possible to send strings with [sendOSC] or sth. similar? i don't know how to convert the portNUMBER to a string.
thanks, florian
kimm furt wrote:
hello,
i need to send ip-address and port i want to recieve osc-messages on to another app. the other app can only deal with strings. is it possible to send strings with [sendOSC] or sth. similar? i don't know how to convert the portNUMBER to a string.
You can do it with [mrpeach/packOSC]. Use the [sendtyped( selector to force a number to be sent as a string.
Martin