Nedko Arnaudov

Results 29 comments of Nedko Arnaudov

@diovudau "historically liblo was bad with tcp/ip, therefor nsmd chose UDP in 2012. It needs to be reviewed if this is still a problem because TCP is the better protocoll...

Hello, LADISH author/maintainer here, liblash implementation that is part of LADISH codebase is for providing drop-in replacement for lash-aware apps. In theory and IIRC, the header inclusion tweak that I...

@GvMariani LADISH aims to support apps via NSM as well. So at some point in future you could have option to support NSM via LADISH (inclusive)or some other session manager...

These look good to me. Thank you! The added [signal setup](https://github.com/jackaudio/jack2/pull/948/commits/58ab7eea9a090ad1f2710566fd77b1f662475c21#diff-46b84821282e2ca7c36e5dc90e9b70acff9ca51dcc9db5e20bc045ba27705cbfR689) should really be moved to jackctl_setup_signals() in a followup commit (these ones are cherry picks and it is good...

I added jackctl_finish_signals() to the API: https://github.com/LADI/jack2/commit/ae7b5d0dda4205adeccab85e6b1ca99aab2300fc It is a function to call for cleaning, after waiting on a signal set, to undo the jackctl_setup_signals() and restore to previous state.

jackdbus is GPL as well. I'm dealing with this issue in "licenses" branches of the LADI repos for jack2 and jackdbus. @falkTX As source distribution via git or tarballs ship...

Merged into LADI/jack2 codebase: https://github.com/LADI/jack2/commit/69b04bee68b591e31c39cb5fd59e41390d26e3ff

@falkTX The information is provided so to improve collaboration for mutual benefit.

Merged into LADI/jackdbus codebase: https://github.com/LADI/jackdbus/commit/c4d05658980bb3ed9a6f33d6746538bb4fe0658d

I use it in https://github.com/LADI/ladi.github.io: [index.adoc](https://github.com/LADI/ladi.github.io/blob/public/index.adoc) [index-docinfo-header.html](https://github.com/LADI/ladi.github.io/blob/public/index-docinfo-header.html) Not a clean test case for the docinfo support, but this is the only "test" I currently have. The end result is visible...