-
I would love to update my extension for VSCode to support your plugin! [LSLint For VSCode](https://marketplace.visualstudio.com/items?itemName=fixedbit.lslint)
I did some testing last night and it …
-
What version of OpenCollar are you using? OpenCollar 8.2.3 specifically the oc_anim.lsl script
What behavior did you expect? We have been attempting to port the 8.2.3 version into the OpenSim Alter…
-
``` java
package org.adammarker.sloth;
import org.eclipse.swt.graphics.RGB;
public interface LSL {
static final RGB KEYWORD_RGB = new RGB(134, 37, 84) ;
static final RGB EVENT_RGB …
ghost updated
11 years ago
-
```
the BioSemi application has no specific setting to record just the auxiliary
signals (in my case, GSR data). I tried recording 32 blanks + aux channels, but
in my c++ code I have access to 57 ch…
-
Please use the github website, start an account, and report errors like this as they happen on the issues page of our code:
https://github.com/kylemath/Muse_LSL_Environments/issues
I got it to wor…
-
**Describe the bug**
Running PING.EXE from WATTCP 16-bit and aborting the utility with Ctrl-C makes DOSemu crash or become unstable. This is with Novell VLM and PDETHER.
**To Reproduce**
I load …
-
```
Hello,
Looking at the code for g.Tec devices in "mainwindow.cpp", it looks like there
might be a shift in calculating the time stamps. Lines 288 - 292:
288: // reformat into send_buffer
289: fo…
-
```
Hello,
Looking at the code for g.Tec devices in "mainwindow.cpp", it looks like there
might be a shift in calculating the time stamps. Lines 288 - 292:
288: // reformat into send_buffer
289: fo…
-
Hello!
I'm using LSL in python. I'm using the RecieveData.py example and I'm getting the data fine but I'd like to know how to check if StreamInlet is no longer receiving data. I tried to print out…
-
# How would you like the feature to work?
Currently LSL does not support break. I think a way LL could implement it quickly and safely using the existing opcodes for LSL is as follows.
Assign an…