vlappa

Results 24 comments of vlappa

> > @avlapp - https://github.com/scgolang/osc looked promising, and bi-directional communication seems to be part of the original design. Too bad no TCP support there, though. That library is serving me...

Arch Linux: bluez 5.69-1 6.1.38.12.realtime1-4-rt-lts 6.1.53-1 I think I got the same message on both.

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.

Thanks. ``` Error moving include\FL\fl_config.h to lib\windows\amd64\FL, rename include\FL\fl_config.h lib\windows\amd64\FL\fl_config.h: Permission denied. exit status 1 ``` I executed the git bash shell as administrator.

cross compiling (latest) from linux to windows fails, as if `go generate` wasn't run, but those windows libs are available by default afaik: ``` GOOS=windows GOARCH=amd64 go build main.go ```...

I was able to build on Windows with a older version `github.com/pwiecz/go-fltk v0.0.0-20230715112806-e23ae979a995` as `go generate` was not needed there.

Could you review this please? Thanks in advance. @briansorahan

Could you have a look @KopiasCsaba?

My preference would be to avoid external libraries which are not part of the standard library as much as possible.