Tristan Stenner
Tristan Stenner
I have a semi-official all-in-one installer for lsl and so far an xdf file visualization tool is missing. Everything's built with Visual Studio, so if it were possible to include...
Right now this doesn't build with libbiosig if it's enabled and it still requires libxdf, but adding that should be quite easy once I a local mingw installation. It also...
> are you saying this already compiles? Compiles, runs, loads and displays a sample XDF file. > I assume building has to be done with cmake and doesn't work with...
> But a separate channel would be configured in the outlet code, right? Exactly. There's already a mechanism to transmit offsets (namely, outletinlet), so something like a periodic `t0 =...
# Debian / Ubuntu Setting up a private apt repository isn't for the faint of heart, but it's certainly possible. Launchpad makes it easy to host (Ubuntu only) PPAs; [NeuroDebian](http://neuro.debian.net/)...
> I am also less optimistic than tstenner about the ease of generating installers using ninja and cpack. I haven't had much luck getting those tools to do what I...
> Nuget is very good and we should distribute the C# wrapper there. Still needs a native library, but other than that most of it is already done [here](https://github.com/labstreaminglayer/liblsl-Csharp/tree/nuget)
Update: nuget packages are discussed in https://github.com/labstreaminglayer/liblsl-Csharp/pull/17 and conda-forge packages in https://github.com/conda-forge/staged-recipes/pull/15252
Update: https://anaconda.org/conda-forge/liblsl :tada:
Another strange threading problem I can't reproduce locally… From what I've understood, creating multiple streaminfo objects in a row fails, so if I were to reduce the example even further,...