Integrating EEG osc signal to ableton live

Harin Lee's icon

Hi beautiful people of Max users,

I have EEG signal that is processed using openvibe and outputs the signal as osc.
Using the livegrabber I was able to receive the signal in ableton (see pic).


Now I'm stuck on how to make use of this signal by converting it into midi and control VST knobs, etc.

Would really appreciate if someone can help this hopeless noob out.

Thanks!

Source Audio's icon

start from scratch
make new max device
insert udpreceive with port set to 9001
at output
route /a and any other OSC string you expect to receive,
then scale input range to your needs

here in case of input from EEG is in range -1. - 1.
scaled to midi 0 - 127
to make sure you don't go over midi limit if input range is not known,
insert clip 0 127 after scale