Author |
Message |
paul_b_au99
Joined: Sep 23, 2020 Posts: 4
|
Posted: Nov 5, 2020 5:46 PM Post subject: Output to MAX/MSP or similar |
|
HI folks,
I've been thinking about using something like MAX (www.cycling74.com) to generate audio feedback based on an output from Bioera (in turn based on power bands of the EEG, etc). Has anybody done this or know if it's workable? MAX can reportedly process almost any signal stream. I'm new to Bioera and not sure what it would output that would be suitable.
thanks, Paul |
|
 |
jarek
Joined: Oct 22, 2007 Posts: 848
|
Posted: Nov 5, 2020 5:55 PM Post subject: |
|
I don't know anything about MAX, so it would be good to know what it can receive.
The TCP socket is perhaps the most common which BioEra can use to send out data. If MAX can receive data on a TCP socket, then this would be easiest to do. Just use NetworkClient or NetworkClient, which allows to sent out 8 bit (which means 256 range) integer values. |
|
 |
paul_b_au99
Joined: Sep 23, 2020 Posts: 4
|
Posted: Nov 5, 2020 6:01 PM Post subject: Output to MAX/MSP or similar |
|
Thank you Jarek. I did use UDP with MAX already so that should be okay. |
|