Hi all,
I'm recieving data via bluetooth from a Muse EEG headset and trying to route it into Pd-Extended.
[dumpOSC] is working sometimes but tends to crash Pd when the whole stream is on.
[udpreceive] seems a lot more stable but is having trouble with data types and seems to require | [unpackOSC] to interpret the data but that object is filling up the console with this error:
*unpackOSC: PrintTypeTaggedArgs: Type tag said this arg is a string but it's not!*
Does anyone know if there is a way to fix this error? I guess there's an unexpected data type being generated by the EEG headset? Other than the error it seems to work pretty well this way.
Thanks Richie