Organising EEG OSC Dat

Hi all!

I am working with a Muse EEG headset and have it communicating with TD through the OSC In dat. Im receiving 10 rows of values and am only wanting to use 4 for further data visualization using GLSL. What would be the best way of getting only the first four values from the OSC In dat to then communicate with a GLSL or geometry?

Thanks for the help!

Ry

Hi there,

I would first convert it to a CHOP (DatTo CHOP)… and then use a Shuffle CHOP set to ‘sequence every 4 samples’ to align them to 4 channels… In the shader you can then add a certain offset to your texelFetch().

Cheers,
Tim