Christian Kothe
Christian Kothe
Ok, we need to document that better I think On Wed, May 11, 2016 at 12:57 PM, nokiaowner [email protected] wrote: > So long as we're using the latest and greatest...
Hey, so the prebuilt binary does actually contain lsl_loadlib_.mexw64 (it's in liblsl-Matlab\mex\build-john-HP-Pavilion-dv5-Notebook-PC), so your MATLAB should definitely have found that if you added the path recursively as per liblsl-Matlab\readme.txt (easy...
You're welcome, let us know if you run into any further issues! On Thu, May 12, 2016 at 12:50 AM, nokiaowner [email protected] wrote: > Hi chkote, I restarted MATLAB and...
I agree, that is not one of the triggered scripts that the LabRecorder supports (these scripts run in response to the user pressing start, stop, and so on). The shortest...
Yeah, I'd be interested in what the problem is on there. Getting the timestamps right is as simple as not overriding them in the first place. Christian On Thu, Oct...
Thanks! Version 1.4 was tested, 2.2 wasn't (though there was a lab that asked for it). Actually liblsl has been used with 0 channels in the past, and that's a...
Yes, this looks like a bug in the case where a PC clock resets or jumps during a recording. I think @andbiz and @JakubOrlinski97 share the price for the first...
You could look at the byte position in the file and divide that by the file size. One could theoretically add the byte position to the `on_chunk` callback function as...
Also related to https://github.com/aws/jsii/issues/3931
@arnodelorme This is indeed related to something I had mentioned to you. An ancient version of `clean_channels` (and the one in BCILAB) used always a fixed seed for reproducibility reasons,...