Category: Software


Averaged out the NeuroSky EEG channel.

View code changes | LSDBase entries

Lucid Scribe 1.3.4

Fixed the minute view when displaying channels with different amounts of data points.

MinuteView

Download now

Fixed a threading deadlock that would cause the data from a previous minute to get carried over occasionally.

View code changes | LSDBase entries

Fixed a threading deadlock that would cause the data from a previous minute to get carried over occasionally.

Download now

Optimized the polling to read a single packet at a time in order to access the raw EEG data in real time.

View code changes | LSDBase entries

Updated to the latest implementation of the Illuminated Interface for faster processing, close to a kilohertz.

Separated the display function from the save function so they each run on their own thread and performance is optimized for real-time processing.

Milliseconds 1.0.0

A simple plugin that returns the current millisecond, implemented with the Lucid Interface on the MS channel and the Illuminated Interface on the MSI channel. For illustrative purposes and performance and load testing as the rest of the plugins are migrated to the new interface.

Made the current view a little faster and enabled the minute view to load sessions recorded with illuminated plugins.

Added a new channel, NeuroSky RAW, that implements the Illuminated interface. It works best when no other channels are active and might require Lucid Scribe to be restarted after the new channel is enabled. It is intended only for pro users and beta testers for now.

LSDBase entries