go-osc
go-osc copied to clipboard
Go OSC bindings (based on liblo)
Results
1
go-osc issues
Sort by
recently updated
recently updated
newest added
Shouldn't it rather be something along these lines? ``` go func (this *Bundle) Send(targ *Address) int { b := C.lo_bundle_new(C.lo_timetag{this.Time.Sec, this.Time.Frac}) if b == nil { return -1 } defer...