liblo
liblo copied to clipboard
liblo is an implementation of the Open Sound Control protocol for POSIX systems
Current there are some failures with IPv6 support. It is not easy to solve, so if anyone wants to help it's a nice challenge. Firstly, it's not clear to me...
I get this error message when trying to use an [application ](http://eca.cx/ecasound/) that has [OSC support.](https://ecasound.seul.org/ecasound/Documentation/ecasound_osc_interface.txt) I've compiled version 0.28, 0.29 and 0.30 from source, as well as tried the...
I'm trying to trace why sending OSC through TCP (oscsend utility) gets data prepended. See this for example: On one terminal run netcat: ``` nc -ln 127.0.0.1 1234 ``` Then...
Hello. I'm trying to clear up some apparently long running potential confusion regarding liblo in relation to [NSM](https://linuxaudio.github.io/new-session-manager/) (new-sm being a fork of older non-sm, a fork that is orientated...
When using `oscdump` something I missed is to see where the messages are coming from. The following patch adds `IPAddress:Port` to every dump line right after the timetag. ``` diff...
I just noticed that using `std::string_view` is not very convenient when working with liblo's C++ wrapper as it contains its own `string_type` which has no support for `std::string_view`. One needs...
Hi, don't know if this can be useful... ++
It should be possible to leverage the stream support to add serial port support on all supported operating system, avoiding the need to use an external library or custom code...
It should be a configuration option to allow discoverability over the zeroconf protocol as outlined in [OSC 1.1 spec](https://hangar.org/webnou/wp-content/uploads/2012/01/Nime09OSCfinal.pdf).
With more interest in adding file recording and playback to liblo tools (#74), it brings up interesting issues. The [1.1 spec](https://hangar.org/webnou/wp-content/uploads/2012/01/Nime09OSCfinal.pdf) proposes a MIME type and says that OSC should...