[PD] Muse EEG into Pd OSC issues

Martin Peach chakekatzil at gmail.com
Tue Jan 12 17:03:35 CET 2016


On Mon, Jan 11, 2016 at 11:07 PM, Richie Cyngler <glitchpop at gmail.com>
wrote:

> 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.
>
>
That error was being generated when new messages were arriving at
[unpackOSC] before it had finished with the previous message. A newer
version of [unpackOSC] is in the sourceforge svn repository at
http://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/mrpeach/osc/

It may work better, but it sounds like you have a lot of data arriving very
fast. Does it still give errors if you send less data?

Martin



> Thanks
> Richie
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160112/ce676c4a/attachment.html>


More information about the Pd-list mailing list