EEG compability with Max

F_Dos's icon

What are the option to receive the mbrain smarting pro EEG into max?

is there a compability object such in kinekt or I must use another software in the middle such as pyton? or?

is there an object for max that can receive LSL data?

TFL's icon

You could use nodejs (through the [node.script] object) and code your LSL receiver using the node-lsl package, but it's not clear whether it is possible or not to connect to the device without using their proprietary software. Most relevant info I could find in their support pages is this, but not sure if/how this could be translated to nodejs flavor, and still unclear if it can work without their own software.

F_Dos's icon

Thanks, it seems this object is for Mac and I'm using windows

TFL's icon

[node.script] is a native Max object, as far as I know it works on Windows too.

F_Dos's icon

Great! It is indeed works