hypebeast / go-osc

Open Sound Control (OSC) library for Golang. Implemented in pure Go.
MIT License
202 stars 46 forks source link

Code not testable with Travis CI in current form. #18

Closed kward closed 7 years ago

kward commented 9 years ago

Please consider restructuring the codebase to make it work. See my forked repository for what was necessary. The changes are quite simple. https://github.com/kward/go-osc

FYI, I'd love to deprecate my repository back in favor of yours.

Tks for the awesome library! Was able to get it working in both directions with TouchOSC in a matter of hours.

hypebeast commented 9 years ago

Hi KWard. Thanks for your changes and effort. Just open a pull request and I'll be happy to merge it.

Thanks, //Sebastian