pyliblo icon indicating copy to clipboard operation
pyliblo copied to clipboard

Python bindings for the liblo OSC library

Results 15 pyliblo issues
Sort by recently updated
recently updated
newest added

In liblo.pyx, inside `cdef int _callback(...`, blobs are handled like so: ``` elif t == 'b': if PY_VERSION_HEX >= 0x03000000: v = bytes(lo_blob_dataptr(argv[i])) ``` This fails with blobs containing 0-valued...

as the sockets are stored on the address objects this allows bidirectional tcp communication.

See https://bugzilla.redhat.com/show_bug.cgi?id=2248131

We are here. pyliblo is not compatible with python 3.11 and the fix is easy: see https://github.com/Houston4444/RaySession/issues/152#issuecomment-1356896533. The problem is that we know now that @dsacre will never answer, he...

Fixes #30 Was causing a build error, see https://bugzilla.redhat.com/show_bug.cgi?id=2248131 Patch provided by user Miro Hrončok in that bug report See also: * https://github.com/dsacre/pyliblo/issues/30 (cherry picked from commit ebbb255d6a73384ec2560047eab236660d4589db)