Sebastian Ruml
Sebastian Ruml
You need to create your own OSC Server which listens for incoming OSC messages. You can find an example here: [https://github.com/hypebeast/go-osc/blob/master/examples/basic_server/basic_server.go](https://github.com/hypebeast/go-osc/blob/master/examples/basic_server/basic_server.go)
Hi Brian. I think it would be great to add support for supercollider. Let me have a look at it. I think I'll have some time on friday.
Great. That sounds good :)
Hey, Thanks a lot for your input. I'm always happy to receive a PR for your performance improvements. Furthermore, I'm also open to discuss the restructuring. Maybe you can create...
Thanks for the PR. I'll have a look in the next days.
Hey, First, sorry for my late reply. Yes, overall I think it's possible that this PR gets merged. I'll try to have a look at it during the weekend and...
@daveyarwood Thanks a lot for this. I'll start with the PRs you mentioned.
Hey @daveyarwood , First, thanks a lot for your effort and sorry for my late replay. I plan is to be more responsive in the future and to spend more...
Hey. Thanks a lot for your involvement and your contribution. I just want to make it clear that I will definitely open to merge this PR to provide TCP support....
Hey @avlapp. Yes, this should is possible since go-osc fully supports type tags. We could extend the `StandardDispatcher` for example and a new method `AddMsgHandlerWithTypespec(addr string, typespec string, handler HandlerFunc)`...