DataRecord:
Filter:
OpenBCI-SuperCollider/Classes (extension) | External Control

DataRecord
ExtensionExtension

logging OpenBCI data to a textfile

Description

this will record raw openbci data to a text file.

Class Methods

.new

create a new recorder.

Arguments:

board

a OpenBCI board. For example a SyntheticData or a CytonWifi.

path

a String pointing to a directory where the file should be created. If not set this will be: ScIDE.currentPath.dirname+/+"savedData"

Instance Methods

.board

current board.

.path

path to file including timestamped filename.

.start

start recording data to file.

.stop

stop recording.

Examples