Hi all,
Is it possible to add a function like toString() to OSCMessage? I’d like to add a log in my application for all messages coming in, and I imagine the OSCSender already has such functionality available.
Stijn
Hi all,
Is it possible to add a function like toString() to OSCMessage? I’d like to add a log in my application for all messages coming in, and I imagine the OSCSender already has such functionality available.
Stijn
Good request - for a quick example of some code to copy, have a look at this:
Great! This works for now 