hypebeast / go-osc

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

sending empty string #61

Open vlappa opened 1 year ago

vlappa commented 1 year ago

It seems I can't send a empty string with the scgolang/osc library. I'm wondering if go-osc has the same problem? https://github.com/scgolang/osc/issues/17

Someone who is interested helping me figuring this out/ fix this?

vlappa commented 1 year ago

Testing with https://github.com/schollz/sendosc by @schollz, suggests this works fine in go-osc. Ok, now I've to figure out why it doesn't work in scgolang/osc.