<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>I haven't run any latency tests, so that might be what I'm getting. If so, it's acceptable for what I do. From what I've read, guitar -&gt; effects -&gt; amp latencies are already closer to 20ms.</div><div><br></div><div>Sorry I haven't gotten back to the UDOO and pulled the relevant scripts etc off of it yet. I'm trying to get a few things done before I head out of town for work the next 2 weeks. I might be abel to get to it Sunday, but no promises.</div><br><div><div>On Mar 14, 2014, at 8:41 PM, Simon Iten &lt;<a href="mailto:itensimon@gmail.com">itensimon@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">hi dan,<div><br></div><div>tried your setup/instructions. thanks, it now works down to 15ms. at 12ms i start to get clicks here and there…</div><div><br></div><div>your script has some “errors” (missing instructions a novice would not understand how to deal with). do you want me to post them, or do you overdo it anyway?</div><div><br></div><div>thanks again</div><div><br></div><div>simon</div><div><br><div><div>On 13 Mar 2014, at 05:21, Dan Wilcox &lt;<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Thanks. I was just waiting to redo my website, edit the video, put the pics together, etc etc but life and freelance work get in the way. Man, I could use a clone right about now :P<div>&nbsp;<br><div><div>On Mar 13, 2014, at 12:19 AM, Richie Cyngler &lt;<a href="mailto:glitchpop@gmail.com">glitchpop@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Also interested in the UDOO setup instructions so thank you. A bit OT but, Dan, love your work (that "onward to mars patch" is awesome) thanks for the links. I think people should post more of this sort of thing to the list, celebrate what we make. =)</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 13, 2014 at 11:09 AM, Dan Wilcox<span class="Apple-converted-space">&nbsp;</span><span dir="ltr">&lt;<a href="mailto:danomatika@gmail.com" target="_blank">danomatika@gmail.com</a>&gt;</span><span class="Apple-converted-space">&nbsp;</span>wrote:<br><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"><div style="word-wrap: break-word;">FWIW: here's a picture of my UDOO setup inside my Mars space suit backpack:&nbsp;<a href="http://www.flickr.com/photos/danomatika/13115604285/" target="_blank">http://www.flickr.com/photos/danomatika/13115604285/</a><div><br></div><div>Media of the backpack in use&nbsp;<a href="https://twitter.com/danomatika/status/433273394122207232/photo/1" target="_blank">https://twitter.com/danomatika/status/433273394122207232/photo/1</a>&nbsp;&amp;&nbsp;<a href="https://vimeo.com/86670103" target="_blank">https://vimeo.com/86670103</a>&nbsp;(not my video, I'll put out a different edit soon)</div><div><div class="h5"><br><div><div>On Mar 12, 2014, at 10:28 AM, Dan Wilcox &lt;<a href="mailto:danomatika@gmail.com" target="_blank">danomatika@gmail.com</a>&gt; wrote:</div><br><blockquote type="cite"><div style="word-wrap: break-word;">I will do that later tonight when I boot the udoo and pull my run scripts off of it. I'll post everything to GitHub so we can share resources.<div><br><div><div>On Mar 12, 2014, at 5:44 AM, Jamie Bullock &lt;<a href="mailto:jamie@jamiebullock.com" target="_blank">jamie@jamiebullock.com</a>&gt; wrote:</div><br><blockquote type="cite"><div style="word-wrap: break-word;"><div><br></div><div>Hi Dan,</div><div><br></div><div>Thanks for sharing these notes. They arrived in my inbox to coincide nicely with the delivery of my quad Udoo this morning! It would be great to see a full writeup of your Udoo setup at some point as I think many people will want to be doing a similar thing.</div><div><br></div><div>All best,</div><div><br></div><div>Jamie</div><div><br></div><br><div><div>On 11 Mar 2014, at 14:14, Dan Wilcox &lt;<a href="mailto:danomatika@gmail.com" target="_blank">danomatika@gmail.com</a>&gt; wrote:</div><br><blockquote type="cite"><div style="word-wrap: break-word;"><div>Heres a trim of my notes:</div><div><br></div><div><div>Enable realtime audio priority (if you haven't done it already):</div><div><br></div><div><span style="white-space: pre-wrap;">        </span>sudo su -c 'echo @audio - rtprio 99 &gt;&gt; /etc/security/limits.conf'</div><div>&nbsp;<span style="white-space: pre-wrap;">        </span>sudo su -c 'echo @audio - memlock 250000 &gt;&gt; /etc/security/limits.conf'</div><div>&nbsp;<span style="white-space: pre-wrap;">        </span>sudo su -c 'echo @audio - nice -10 &gt;&gt; /etc/security/limits.conf'</div></div><div><br></div><div><div>I disable pulseaudio. Make sure pulseaudio does not respawn itself (from<span class="Apple-converted-space">&nbsp;</span><a href="http://voices.canonical.com/david.henningsson/2012/07/13/top-five-wrong-ways-to-fix-your-audio" target="_blank">http://voices.canonical.com/david.henningsson/2012/07/13/top-five-wrong-ways-to-fix-your-audio</a>):</div><div><br></div><div>&nbsp; &nbsp; echo autospawn=no &gt; ~/.pulse/client.conf</div></div><div><br></div><div>Also add the following to ~/.bash_login to kill pulse audio if it's running on login:</div><div><br></div><div><div>&nbsp; &nbsp; # kill pulse audio if it was spawned</div><div>&nbsp; &nbsp; pulseaudio -k</div></div><div><br></div><div>I'm not looking at the udoo run script, but I'm pretty sure I'm using the following with the US-25EX USB soudcard:</div><div><br></div><div>pd -rt -nogui -alsa -audiodev 5</div><div><br></div><div>Use pd -listdev to get the device list from alsa. I chose 5 as the first 4 (from memory) are 1-2 (built in hardware &amp; plugin) &amp; 2-3 (HDMI audio hardware &amp; plugin). 5 is the USB hardware alsa dev.</div><br><div><div>On Mar 11, 2014, at 4:05 AM, Simon Iten &lt;<a href="mailto:itensimon@gmail.com" target="_blank">itensimon@gmail.com</a>&gt; wrote:</div><br><blockquote type="cite"><div style="word-wrap: break-word;">without jack i should add...<br><div><div>On 11 Mar 2014, at 08:55, Simon Iten &lt;<a href="mailto:itensimon@gmail.com" target="_blank">itensimon@gmail.com</a>&gt; wrote:</div><br><blockquote type="cite"><div style="word-wrap: break-word;">hey dan,<div><br></div><div>unfortunately i’m in switzerland :-)</div><div><br></div><div>would be great if you could post your setup somewhere or send the infos! i compiled pd from source as well. i start it from console (with -rt) and it works without problems with the builtin sound card. maybe the cheap card from<span class="Apple-converted-space">&nbsp;</span><a href="http://dx.com/" target="_blank">dx.com</a><span class="Apple-converted-space">&nbsp;</span>just does not work properly with udoo.</div><div>but please post your setup.</div><div><br></div><div>thanks</div><div><br><div><div>On 09 Mar 2014, at 22:26, Dan Wilcox &lt;<a href="mailto:danomatika@gmail.com" target="_blank">danomatika@gmail.com</a>&gt; wrote:</div><br><blockquote type="cite"><div style="word-wrap: break-word;">I've tried my both Roland Edirol UA-25 &amp; UA-25EX and both work great. The dedicated USB controller makes these guys work as compared to an RPI where I can't get full duplex without tons of dropouts. I'm using a Linaro install which boots to the console and runs the PD through scripting. The speed is great as compared to my old wearable computer. 4 cores makes a difference.<div><br></div><div>I had to recompile my kernel to add midi support, but that's working great. It's not too bad, actually. I also built Pd-vanilal from source which was pretty easy using ./configure + make. I also have a script which fetches externals and builds/installs the agains vanilla so I have the few externals I need.<br><div><br></div><div>As with my previous experience running Pd + embedded Ubuntu, I get great performance with RT permissions, the -rt startup flag, and ALSA. Jack is needless overheard unless you want to work with other Jack-enabeld apps. Same with X windows, although my setup was running great in X with pd + ALSA in testing.<br><div><br></div><div>From your description, it sounds like your main issue is jack &amp; pd are probably not running in realtime.</div><div><br></div><div>I can sent you my install notes if you want (or put them online, as I've been meaning to). Also, are based in the NE within driving distance to Pittsburgh? We could do a patching circle/UDOO setup afternoon :D</div><div><br><div><div>On Mar 9, 2014, at 5:14 PM,<span class="Apple-converted-space">&nbsp;</span><a href="mailto:pd-list-request@iem.at" target="_blank">pd-list-request@iem.at</a><span class="Apple-converted-space">&nbsp;</span>wrote:</div><br><blockquote type="cite"><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; margin: 0px;"><span style="font-family: Helvetica; color: rgb(127, 127, 127);"><b>From:<span>&nbsp;</span></b></span><span style="font-family: Helvetica;">Miller Puckette &lt;<a href="mailto:msp@ucsd.edu" target="_blank">msp@ucsd.edu</a>&gt;<br></span></div><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; margin: 0px;"><span style="font-family: Helvetica; color: rgb(127, 127, 127);"><b>Subject:<span>&nbsp;</span></b></span><span style="font-family: Helvetica;"><b>Re: [PD] udoo board sound issues</b><br></span></div><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; margin: 0px;"><span style="font-family: Helvetica; color: rgb(127, 127, 127);"><b>Date:<span>&nbsp;</span></b></span><span style="font-family: Helvetica;">March 9, 2014 at 5:07:54 PM EDT<br></span></div><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; margin: 0px;"><span style="font-family: Helvetica; color: rgb(127, 127, 127);"><b>To:<span>&nbsp;</span></b></span><span style="font-family: Helvetica;">Simon Iten &lt;<a href="mailto:itensimon@gmail.com" target="_blank">itensimon@gmail.com</a>&gt;<br></span></div><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; margin: 0px;"><span style="font-family: Helvetica; color: rgb(127, 127, 127);"><b>Cc:<span>&nbsp;</span></b></span><span style="font-family: Helvetica;">PD list &lt;<a href="mailto:pd-list@iem.at" target="_blank">pd-list@iem.at</a>&gt;<br></span></div><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; float: none; display: inline !important;">H iSimon -</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; float: none; display: inline !important;">I haven't tried any but the built-in yet but I have a few USB interfaces</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; float: none; display: inline !important;">around here that I can try. &nbsp;I'm about to go on an intense trip but should</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; float: none; display: inline !important;">be able to do some tests when I get back, assuming nobody else has figured</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; float: none; display: inline !important;">this out first.</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; float: none; display: inline !important;">cheers</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; float: none; display: inline !important;">Miller</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; float: none; display: inline !important;">On Sun, Mar 09, 2014 at 09:57:45PM +0100, Simon Iten wrote:</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">hey list,<br><br>does anybody that uses an udoo board have any recommendations on a usb-soundcard? should be very compact.<br>i tried a cheap one from dx and i could not get any good results (loads of xruns even with periods 3 and 1024 and up frames in qjackctl) this is on the ubuntu version from udoo.<br>are there some tweaks i can do to improve usb-sound capabilities? i thought maybe recompile the kernel with only usb-1 support since there is no option as on the pi to disable usb-2 via config, or am i missing something?<br>is it better to use the usb-soundcard without jack (pd does not like the usb-soundcard either when i tried briefly)?<br><br>the internal sound-input is to noisy for my application (guitar effect)<br><br>cheers.<span>&nbsp;</span><br>_______________________________________________<br><a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a><span>&nbsp;</span>mailing list<br>UNSUBSCRIBE and account-management -&gt;<span>&nbsp;</span><a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a></blockquote></blockquote></div><br><div><span style="border-collapse: separate; font-family: Helvetica; border-spacing: 0px;"><div style="word-wrap: break-word;"><span style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; border-spacing: 0px;"><div style="word-wrap: break-word;"><div>--------</div><div>Dan Wilcox</div><div>@danomatika</div><div><a href="http://danomatika.com/" target="_blank">danomatika.com</a></div><div><a href="http://robotcowboy.com/" target="_blank">robotcowboy.com</a></div><div><br></div></div></span><br></div></span><br><br></div><br></div></div></div></div></blockquote></div><br></div></div></blockquote></div><br></div></blockquote></div><br><div><span style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; border-spacing: 0px;"><div style="word-wrap: break-word;"><span style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; border-spacing: 0px;"><div style="word-wrap: break-word;"><div>--------</div><div>Dan Wilcox</div><div>@danomatika</div><div><a href="http://danomatika.com/" target="_blank">danomatika.com</a></div><div><a href="http://robotcowboy.com/" target="_blank">robotcowboy.com</a></div><div><br></div></div></span><br></div></span><br><br></div><br></div>_______________________________________________<br><a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a><span class="Apple-converted-space">&nbsp;</span>mailing list<br>UNSUBSCRIBE and account-management -&gt;<span class="Apple-converted-space">&nbsp;</span><a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br></blockquote></div><br></div></blockquote></div><br><div><span style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; border-spacing: 0px;"><div style="word-wrap: break-word;"><span style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; border-spacing: 0px;"><div style="word-wrap: break-word;"><div>--------</div><div>Dan Wilcox</div><div>@danomatika</div><div><a href="http://danomatika.com/" target="_blank">danomatika.com</a></div><div><a href="http://robotcowboy.com/" target="_blank">robotcowboy.com</a></div><div><br></div></div></span><br></div></span><br><br></div><br></div></div></blockquote></div><br><div><span style="border-spacing: 0px; text-indent: 0px; letter-spacing: normal; font-variant: normal; font-style: normal; font-weight: normal; line-height: normal; border-collapse: separate; text-transform: none; white-space: normal; font-family: Helvetica; word-spacing: 0px;"><div style="word-wrap: break-word;"><span style="border-spacing: 0px; text-indent: 0px; letter-spacing: normal; font-variant: normal; font-style: normal; font-weight: normal; line-height: normal; border-collapse: separate; text-transform: none; white-space: normal; font-family: Helvetica; word-spacing: 0px;"><div style="word-wrap: break-word;"><div>--------</div><div>Dan Wilcox</div><div>@danomatika</div><div><a href="http://danomatika.com/" target="_blank">danomatika.com</a></div><div><a href="http://robotcowboy.com/" target="_blank">robotcowboy.com</a></div><div><br></div></div></span><br></div></span><br><br></div><br></div></div></div><br>_______________________________________________<br><a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a><span class="Apple-converted-space">&nbsp;</span>mailing list<br>UNSUBSCRIBE and account-management -&gt;<span class="Apple-converted-space">&nbsp;</span><a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br><br></blockquote></div><br><br clear="all"><div><br></div>--<span class="Apple-converted-space">&nbsp;</span><br>Richie<div><br></div><div><font size="1"><a href="http://www.glitchpop.com/" target="_blank">www.glitchpop.com</a></font></div></div></blockquote></div><br><div><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>--------</div><div>Dan Wilcox</div><div>@danomatika</div><div><a href="http://danomatika.com/">danomatika.com</a></div><div><a href="http://robotcowboy.com/">robotcowboy.com</a></div><div><br></div></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"><br class="Apple-interchange-newline"></div><br></div>_______________________________________________<br><a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a><span class="Apple-converted-space">&nbsp;</span>mailing list<br>UNSUBSCRIBE and account-management -&gt;<span class="Apple-converted-space">&nbsp;</span><a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a></div></blockquote></div><br></div></div></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica;  font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica;  font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>--------</div><div>Dan Wilcox</div><div>@danomatika</div><div><a href="http://danomatika.com">danomatika.com</a></div><div><a href="http://robotcowboy.com">robotcowboy.com</a></div><div><br></div></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br></body></html>