Issue's with Muse EEG & OSC data in Max
Hey Guys!
So I recently bought a muse and I'm trying to send OSC data from my Muse into Ableton and/or Unreal Engine.
I can send OSC data to Muse's software and see the data realtime on a graph, I can send OSC data to Max also no problem, but all of my values are = 0.
Looks something like this if I "print" .
I've tried using Unpack, I've also download MNMAT and used OSC-Reroute to split up the data, however it all comes out as 0.0.0.0.0.0.
I am a total noob and maybe I am missing some complete concepts here, so any help is appreciated. Thank you

it looks like this is a problem coming from the Muse SDK rather than an OSC issue. You should check if your sensors are working (there is an icon in the Muse Lab app that shows that).
Also you need to select the values you want to send out from Muse lab.
I have used Muse in combo with max before and I can assure you it works!
Does this page help?
There's a Max example patch at the end.
http://developer.choosemuse.com/research-tools-example/grabbing-data-from-museio-a-few-simple-examples-of-muse-osc-servers
Did this ever get resolved? I'm using Muse Lab on Windows 10 (64 bit). All the values show up in Muse Lab but OSC forwarding only sends zero values for all addresses. I've tried bypassing Muse Lab and receiving directly in Max with updreceive. I still get a constant stream of zeros for every OSC address.
Please note that there are different versions of the Muse device. If you have one of the newer 2016 models (only one usb port) there is currently no way to get OSC off of the device. Muse Lab will not work, nor will Muse-io.
<<Muse-io is only available on Mac and Linux and only supports Muse 2014 headbands. For new projects, we recommend using Muse 2016 with Muse Direct on Windows 10.>>
via http://developer.choosemuse.com/tools/museio
And they stopped supporting that too. Bummer
Another option would be to use: https://github.com/alexandrebarachant/muse-lsl
I've had great success using OSC from Muse devices to control Max, and I've deployed a Muse system on Raspberry Pi to eliminate the need for a cell phone and Muse Monitor. It's not a good sign that the SDK is no longer supported, not a sign of a healthy company. The muse-lsl project mentioned above was a great help to figure out the data stream from the Muse device.

How can we get that patch?