<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 11, 2016 at 11:07 PM, Richie Cyngler <span dir="ltr"><<a href="mailto:glitchpop@gmail.com" target="_blank">glitchpop@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div>Hi all,<br><br></div>I'm recieving data via bluetooth from a Muse EEG headset and trying to route it into Pd-Extended.<br><br></div>[dumpOSC] is working sometimes but tends to crash Pd when the whole stream is on.<br><br></div>[udpreceive] seems a lot more stable but is having trouble with data types and seems to require<br>| <br>[unpackOSC] to interpret the data but that object is filling up the console with this error:<br><div><div><div><div><div><i><br>unpackOSC: PrintTypeTaggedArgs: Type tag said this arg is a string but it's not!<br></i><br></div><div><br>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.<br><br></div></div></div></div></div></div></blockquote><div><br></div><div>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<br><a href="http://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/mrpeach/osc/">http://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/mrpeach/osc/</a><br><br></div><div>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?<br><br></div><div>Martin<br><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div><div></div><div>Thanks<span class=""><font color="#888888"><br></font></span></div><span class=""><font color="#888888"><div>Richie<br></div></font></span></div></div></div></div></div>
<br>_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div></div>