adding sender info to params array of the receiver#7
adding sender info to params array of the receiver#7charlieroberts wants to merge 3 commits intodeanm:masterfrom
Conversation
|
It's the change in green in the image included with your last comment. I added a Let me know if I'm confused... - Charlie |
|
I was asking where is the change to the signature of processMessageOrBundle, how does rinfo get passed from the udp message callback into processMessageOrBundle? I don't see anything related to this in your pull request. The screenshot I posted is the entire change within this pull request, not just a portion of it. |
|
Sorry, that was completely boneheaded of me; I had made these changes in a different project a long time ago and forgotten about them. I tested this commit and it works fine. |
|
Thanks. There are two things.
Anyway, I agree with the overall idea of sending back information about the connection, I will give it a think and write up something like this or similar and let you know. Thanks |

Having the IP address of the OSC sender is really useful if you're expecting multiple clients. Would be great if you'd be willing to pull this in and push to npm so I don't have to make a duplicate package for this one line of code.
Thanks for a great library!