Category: Lucid Scribe


Lucid Scribe 1.2.5

Added code to automatically load in new plugins after they are installed.

Lucid Scribe 1.2.4

Added line width and dash style configuration options to the plugin channel display settings.

A video made by a follower with an epic track showing the OpenEEG plugin.

OLIMEX Ltd's avatarolimex

Image

Michael blogged about his project with OpenEEG from Olimex, he made dreams recorder http://lsdbase.org/2013/05/24/Open-Electroencephalography/ and he is able to communicate inside his dreams with morse code http://hackaday.com/2012/06/20/communicating-from-inside-your-dreams/ and record his blinks for further data analysis when wake up. How cool is this?

View original post

Lucid Scribe 1.2.3

I started recording my sleep with a device compatible with the OpenEEG project and ten measurements per second was not fast enough so I added overclocking to Lucid Scribe. The interval of the sensor measurements can now be changed by right-clicking on the icon in the system tray.

View beta test video

Lucid Scribe 1.2.2

Ensured that the minute, hour and day graphs automatically update if they are selected, converted to Int32s and sharpened images copied and exported from the hour-overview.
Enabled loadFromRemoteSources as the plugins weren’t being picked up anymore because of a change in the .Net Framework.

From MSDN:

In the .NET Framework version 3.5 and earlier versions, if you loaded an assembly from a remote location, the assembly would run partially trusted with a grant set that depended on the zone in which it was loaded. […] If you try to run that assembly in the .NET Framework version 4 and later versions, an exception is thrown; you must either explicitly create a sandbox for the assembly, or run it in full trust.

So I added the following to app.config to get it working again:

<configuration>
  <runtime>
    <loadFromRemoteSources enabled="true" />
  </runtime>
</configuration>

Lucid Scribe 1.2.0

Upgraded to .Net Framework 4.0, because plugins compiled with Visual Studio 2010 weren’t loading. And tagged “Lucid” on the splash screen graph!