Skip to content

Tips for using LSL4Unity

Markus edited this page Dec 15, 2015 · 10 revisions

Grouping Markers with one timestamp

double thisMoment = liblsl.local_Clock(); provides a time stamp from a high precision clock. Use this to write multiple marker within the same moment in your code.

Clone this wiki locally