<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: WiTilt</title>
		<atom:link href="http://cycling74.com/forums/topic/witilt/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/witilt/feed</link>
		<description></description>
		<pubDate>Mon, 17 Jun 2013 22:27:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/witilt/#post-27236</guid>
					<title><![CDATA[WiTilt]]></title>
					<link>http://cycling74.com/forums/topic/witilt/#post-27236</link>
					<pubDate>Mon, 21 Aug 2006 20:08:08 +0000</pubDate>
					<dc:creator>Jeremy Bernstein</dc:creator>

					<description>
						<![CDATA[
						<p>I was talking to Stefan Prosky at SIGGRAPH and he turned me on to the  <br />
WiTilt from Spark Fun, which I&#8217;ve been playing with a little bit over  <br />
the last few days. Stefan mentioned that he was having trouble  <br />
parsing the data, and Tom Igoe&#8217;s article at ITP mentioned something  <br />
similar. So, here&#8217;s a little patch that does simple parsing of the  <br />
raw data coming out of the thing. Might be useful to someone out there.</p>
<p>jb</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P comment 154 387 100 196617 Z;<br />
#P comment 117 387 100 196617 Y;<br />
#P toggle 82 185 15 0;<br />
#P newex 82 203 29 196617 gate;<br />
#P toggle 184 185 15 0;<br />
#P newex 184 203 29 196617 gate;<br />
#P comment 287 78 100 196617 < - end transmit;<br />
#P number 152 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 116 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 80 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 80 342 67 196617 unpack 0 0 0;<br />
#P newex 337 268 20 196617 t b;<br />
#P newex 296 211 40 196617 t clear;<br />
#P newex 337 242 67 196617 match 10 13;<br />
#P newex 337 179 48 196617 bucket 2;<br />
#P message 265 77 20 196617 32;<br />
#P newex 32 315 202 196617 regexp .*X=(\\d+).*Y=(\\d+).*Z=(\\d+);<br />
#P newex 142 279 40 196617 itoa;<br />
#P newex 142 250 67 196617 zl group 240;<br />
#P message 265 51 20 196617 49;<br />
#P toggle 77 48 15 0;<br />
#P newex 77 71 57 196617 qmetro 20;<br />
#P newex 82 226 54 196617 print data;<br />
#P newex 184 226 63 196617 print status;<br />
#P newex 142 116 71 196617 serial e 9600;<br />
#P comment 288 51 100 196617 < - start transmit;<br />
#P comment 78 387 100 196617 X;<br />
#P window linecount 4;<br />
#P comment 269 363 169 196617 This patch simply reads the default  <br />
data out of the WiTilt. In the other modes of the device , it could  <br />
serve as a resonable model for extension.;<br />
#P connect 10 0 11 0;<br />
#P connect 7 0 6 0;<br />
#P connect 11 1 17 0;<br />
#P connect 17 0 18 0;<br />
#P connect 25 0 24 0;<br />
#P connect 24 0 5 0;<br />
#P fasten 3 0 24 1 147 192 106 192;<br />
#P connect 17 1 19 0;<br />
#P connect 6 0 3 0;<br />
#P fasten 12 0 3 0 270 98 147 98;<br />
#P fasten 8 0 3 0 270 71 147 71;<br />
#P connect 3 0 9 0;<br />
#P fasten 16 0 9 0 342 294 281 294 281 173 147 173;<br />
#P connect 9 0 10 0;<br />
#P connect 17 2 20 0;<br />
#P connect 23 0 22 0;<br />
#P connect 22 0 4 0;<br />
#P connect 3 1 22 1;<br />
#P connect 13 0 15 0;<br />
#P fasten 3 0 13 0 147 137 342 137;<br />
#P connect 13 0 14 0;<br />
#P connect 13 1 14 0;<br />
#P connect 15 0 14 0;<br />
#P connect 14 0 16 0;<br />
#P window clipboard copycount 28;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/witilt/#post-82194</guid>
					<title><![CDATA[Re: WiTilt]]></title>
					<link>http://cycling74.com/forums/topic/witilt/#post-82194</link>
					<pubDate>Tue, 22 Aug 2006 13:54:30 +0000</pubDate>
					<dc:creator>yair reshef</dc:creator>

					<description>
						<![CDATA[
						<p>this is a thread i opend on using max and witilt.</p>
<p><a href="http://www.sparkfun.com/cgi-bin/phpbb/viewtopic.php?t=2727" rel="nofollow">http://www.sparkfun.com/cgi-bin/phpbb/viewtopic.php?t=2727</a></p>
<p>a third solution to the problem, regexp&#8230; nice!</p>
<p>
2006/8/21, Jeremy Bernstein <jeremy @bootsquad.com>:</jeremy></p>
<p>> I was talking to Stefan Prosky at SIGGRAPH and he turned me on to the<br />
> WiTilt from Spark Fun, which I&#8217;ve been playing with a little bit over<br />
> the last few days. Stefan mentioned that he was having trouble<br />
> parsing the data, and Tom Igoe&#8217;s article at ITP mentioned something<br />
> similar. So, here&#8217;s a little patch that does simple parsing of the<br />
> raw data coming out of the thing. Might be useful to someone out there.<br />
><br />
> jb<br />
><br />
> #P window setfont &#8220;Sans Serif&#8221; 9.;<br />
> #P window linecount 1;<br />
> #P comment 154 387 100 196617 Z;<br />
> #P comment 117 387 100 196617 Y;<br />
> #P toggle 82 185 15 0;<br />
> #P newex 82 203 29 196617 gate;<br />
> #P toggle 184 185 15 0;<br />
> #P newex 184 203 29 196617 gate;<br />
> #P comment 287 78 100 196617 < - end transmit;<br />
> #P number 152 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
> #P number 116 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
> #P number 80 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
> #P newex 80 342 67 196617 unpack 0 0 0;<br />
> #P newex 337 268 20 196617 t b;<br />
> #P newex 296 211 40 196617 t clear;<br />
> #P newex 337 242 67 196617 match 10 13;<br />
> #P newex 337 179 48 196617 bucket 2;<br />
> #P message 265 77 20 196617 32;<br />
> #P newex 32 315 202 196617 regexp .*X=(\\d+).*Y=(\\d+).*Z=(\\d+);<br />
> #P newex 142 279 40 196617 itoa;<br />
> #P newex 142 250 67 196617 zl group 240;<br />
> #P message 265 51 20 196617 49;<br />
> #P toggle 77 48 15 0;<br />
> #P newex 77 71 57 196617 qmetro 20;<br />
> #P newex 82 226 54 196617 print data;<br />
> #P newex 184 226 63 196617 print status;<br />
> #P newex 142 116 71 196617 serial e 9600;<br />
> #P comment 288 51 100 196617 < - start transmit;<br />
> #P comment 78 387 100 196617 X;<br />
> #P window linecount 4;<br />
> #P comment 269 363 169 196617 This patch simply reads the default<br />
> data out of the WiTilt. In the other modes of the device , it could<br />
> serve as a resonable model for extension.;<br />
> #P connect 10 0 11 0;<br />
> #P connect 7 0 6 0;<br />
> #P connect 11 1 17 0;<br />
> #P connect 17 0 18 0;<br />
> #P connect 25 0 24 0;<br />
> #P connect 24 0 5 0;<br />
> #P fasten 3 0 24 1 147 192 106 192;<br />
> #P connect 17 1 19 0;<br />
> #P connect 6 0 3 0;<br />
> #P fasten 12 0 3 0 270 98 147 98;<br />
> #P fasten 8 0 3 0 270 71 147 71;<br />
> #P connect 3 0 9 0;<br />
> #P fasten 16 0 9 0 342 294 281 294 281 173 147 173;<br />
> #P connect 9 0 10 0;<br />
> #P connect 17 2 20 0;<br />
> #P connect 23 0 22 0;<br />
> #P connect 22 0 4 0;<br />
> #P connect 3 1 22 1;<br />
> #P connect 13 0 15 0;<br />
> #P fasten 3 0 13 0 147 137 342 137;<br />
> #P connect 13 0 14 0;<br />
> #P connect 13 1 14 0;<br />
> #P connect 15 0 14 0;<br />
> #P connect 14 0 16 0;<br />
> #P window clipboard copycount 28;<br />
><br />
></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/witilt/#post-82195</guid>
					<title><![CDATA[Re: WiTilt]]></title>
					<link>http://cycling74.com/forums/topic/witilt/#post-82195</link>
					<pubDate>Tue, 22 Aug 2006 15:20:37 +0000</pubDate>
					<dc:creator>lists@lowfrequency.or</dc:creator>

					<description>
						<![CDATA[
						<p>the WiTilt looks really interesting &#8211; can you give us a little run- <br />
down on your experiences with it, when you&#8217;ve had a good chance to  <br />
play with it?</p>
<p>thanks,<br />
evan</p>
<p>On Aug 21, 2006, at 9:08 PM, Jeremy Bernstein wrote:</p>
<p>> I was talking to Stefan Prosky at SIGGRAPH and he turned me on to  <br />
> the WiTilt from Spark Fun, which I&#8217;ve been playing with a little  <br />
> bit over the last few days. Stefan mentioned that he was having  <br />
> trouble parsing the data, and Tom Igoe&#8217;s article at ITP mentioned  <br />
> something similar. So, here&#8217;s a little patch that does simple  <br />
> parsing of the raw data coming out of the thing. Might be useful to  <br />
> someone out there.<br />
><br />
> jb<br />
><br />
> #P window setfont &#8220;Sans Serif&#8221; 9.;<br />
> #P window linecount 1;<br />
> #P comment 154 387 100 196617 Z;<br />
> #P comment 117 387 100 196617 Y;<br />
> #P toggle 82 185 15 0;<br />
> #P newex 82 203 29 196617 gate;<br />
> #P toggle 184 185 15 0;<br />
> #P newex 184 203 29 196617 gate;<br />
> #P comment 287 78 100 196617 < - end transmit;<br />
> #P number 152 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
> #P number 116 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
> #P number 80 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
> #P newex 80 342 67 196617 unpack 0 0 0;<br />
> #P newex 337 268 20 196617 t b;<br />
> #P newex 296 211 40 196617 t clear;<br />
> #P newex 337 242 67 196617 match 10 13;<br />
> #P newex 337 179 48 196617 bucket 2;<br />
> #P message 265 77 20 196617 32;<br />
> #P newex 32 315 202 196617 regexp .*X=(\\d+).*Y=(\\d+).*Z=(\\d <br />
> +);<br />
> #P newex 142 279 40 196617 itoa;<br />
> #P newex 142 250 67 196617 zl group 240;<br />
> #P message 265 51 20 196617 49;<br />
> #P toggle 77 48 15 0;<br />
> #P newex 77 71 57 196617 qmetro 20;<br />
> #P newex 82 226 54 196617 print data;<br />
> #P newex 184 226 63 196617 print status;<br />
> #P newex 142 116 71 196617 serial e 9600;<br />
> #P comment 288 51 100 196617 < - start transmit;<br />
> #P comment 78 387 100 196617 X;<br />
> #P window linecount 4;<br />
> #P comment 269 363 169 196617 This patch simply reads the default  <br />
> data out of the WiTilt. In the other modes of the device , it  <br />
> could serve as a resonable model for extension.;<br />
> #P connect 10 0 11 0;<br />
> #P connect 7 0 6 0;<br />
> #P connect 11 1 17 0;<br />
> #P connect 17 0 18 0;<br />
> #P connect 25 0 24 0;<br />
> #P connect 24 0 5 0;<br />
> #P fasten 3 0 24 1 147 192 106 192;<br />
> #P connect 17 1 19 0;<br />
> #P connect 6 0 3 0;<br />
> #P fasten 12 0 3 0 270 98 147 98;<br />
> #P fasten 8 0 3 0 270 71 147 71;<br />
> #P connect 3 0 9 0;<br />
> #P fasten 16 0 9 0 342 294 281 294 281 173 147 173;<br />
> #P connect 9 0 10 0;<br />
> #P connect 17 2 20 0;<br />
> #P connect 23 0 22 0;<br />
> #P connect 22 0 4 0;<br />
> #P connect 3 1 22 1;<br />
> #P connect 13 0 15 0;<br />
> #P fasten 3 0 13 0 147 137 342 137;<br />
> #P connect 13 0 14 0;<br />
> #P connect 13 1 14 0;<br />
> #P connect 15 0 14 0;<br />
> #P connect 14 0 16 0;<br />
> #P window clipboard copycount 28;<br />
></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/witilt/#post-82196</guid>
					<title><![CDATA[Re: WiTilt]]></title>
					<link>http://cycling74.com/forums/topic/witilt/#post-82196</link>
					<pubDate>Tue, 22 Aug 2006 18:57:24 +0000</pubDate>
					<dc:creator>yair reshef</dc:creator>

					<description>
						<![CDATA[
						<p>we use the witilt for tracking a conductors hand inertia. for a good read on<br />
the subject of motion capture i recommend<br />
Motion Tracking: No Silver Bullet, but a Respectable<br />
Arsenal< <a href="http://www.cs.unc.edu/%7Etracker/media/pdf/cga02_welch_tracking.pdf" rel="nofollow">http://www.cs.unc.edu/%7Etracker/media/pdf/cga02_welch_tracking.pdf>>>< <a href="http://www.cs.unc.edu/%7Etracker/media/pdf/cga02_welch_tracking.pdf" rel="nofollow">http://www.cs.unc.edu/%7Etracker/media/pdf/cga02_welch_tracking.pdf><br />
<motion %20Tracking:%20No%20Silver%20Bullet,%20but%20a%20Respectable%20Arsenal></motion></p>
<p><a href="http://www.cs.unc.edu/~tracker/media/pdf/cga02_welch_tracking.pdf" rel="nofollow">http://www.cs.unc.edu/~tracker/media/pdf/cga02_welch_tracking.pdf</a></p>
<p>2006/8/22, evan.raskob [lists]
<lists @lowfrequency.org>:<br />
><br />
> the WiTilt looks really interesting &#8211; can you give us a little run-<br />
> down on your experiences with it, when you&#8217;ve had a good chance to<br />
> play with it?<br />
><br />
> thanks,<br />
> evan<br />
><br />
><br />
><br />
> On Aug 21, 2006, at 9:08 PM, Jeremy Bernstein wrote:<br />
><br />
> > I was talking to Stefan Prosky at SIGGRAPH and he turned me on to<br />
> > the WiTilt from Spark Fun, which I&#8217;ve been playing with a little<br />
> > bit over the last few days. Stefan mentioned that he was having<br />
> > trouble parsing the data, and Tom Igoe&#8217;s article at ITP mentioned<br />
> > something similar. So, here&#8217;s a little patch that does simple<br />
> > parsing of the raw data coming out of the thing. Might be useful to<br />
> > someone out there.<br />
> ><br />
> > jb<br />
> ><br />
> > #P window setfont &#8220;Sans Serif&#8221; 9.;<br />
> > #P window linecount 1;<br />
> > #P comment 154 387 100 196617 Z;<br />
> > #P comment 117 387 100 196617 Y;<br />
> > #P toggle 82 185 15 0;<br />
> > #P newex 82 203 29 196617 gate;<br />
> > #P toggle 184 185 15 0;<br />
> > #P newex 184 203 29 196617 gate;<br />
> > #P comment 287 78 100 196617 < - end transmit;<br />
> > #P number 152 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
> > #P number 116 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
> > #P number 80 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
> > #P newex 80 342 67 196617 unpack 0 0 0;<br />
> > #P newex 337 268 20 196617 t b;<br />
> > #P newex 296 211 40 196617 t clear;<br />
> > #P newex 337 242 67 196617 match 10 13;<br />
> > #P newex 337 179 48 196617 bucket 2;<br />
> > #P message 265 77 20 196617 32;<br />
> > #P newex 32 315 202 196617 regexp .*X=(\\d+).*Y=(\\d+).*Z=(\\d<br />
> > +);<br />
> > #P newex 142 279 40 196617 itoa;<br />
> > #P newex 142 250 67 196617 zl group 240;<br />
> > #P message 265 51 20 196617 49;<br />
> > #P toggle 77 48 15 0;<br />
> > #P newex 77 71 57 196617 qmetro 20;<br />
> > #P newex 82 226 54 196617 print data;<br />
> > #P newex 184 226 63 196617 print status;<br />
> > #P newex 142 116 71 196617 serial e 9600;<br />
> > #P comment 288 51 100 196617 < - start transmit;<br />
> > #P comment 78 387 100 196617 X;<br />
> > #P window linecount 4;<br />
> > #P comment 269 363 169 196617 This patch simply reads the default<br />
> > data out of the WiTilt. In the other modes of the device , it<br />
> > could serve as a resonable model for extension.;<br />
> > #P connect 10 0 11 0;<br />
> > #P connect 7 0 6 0;<br />
> > #P connect 11 1 17 0;<br />
> > #P connect 17 0 18 0;<br />
> > #P connect 25 0 24 0;<br />
> > #P connect 24 0 5 0;<br />
> > #P fasten 3 0 24 1 147 192 106 192;<br />
> > #P connect 17 1 19 0;<br />
> > #P connect 6 0 3 0;<br />
> > #P fasten 12 0 3 0 270 98 147 98;<br />
> > #P fasten 8 0 3 0 270 71 147 71;<br />
> > #P connect 3 0 9 0;<br />
> > #P fasten 16 0 9 0 342 294 281 294 281 173 147 173;<br />
> > #P connect 9 0 10 0;<br />
> > #P connect 17 2 20 0;<br />
> > #P connect 23 0 22 0;<br />
> > #P connect 22 0 4 0;<br />
> > #P connect 3 1 22 1;<br />
> > #P connect 13 0 15 0;<br />
> > #P fasten 3 0 13 0 147 137 342 137;<br />
> > #P connect 13 0 14 0;<br />
> > #P connect 13 1 14 0;<br />
> > #P connect 15 0 14 0;<br />
> > #P connect 14 0 16 0;<br />
> > #P window clipboard copycount 28;<br />
> ><br />
><br />
></lists></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/witilt/#post-82197</guid>
					<title><![CDATA[Re: WiTilt]]></title>
					<link>http://cycling74.com/forums/topic/witilt/#post-82197</link>
					<pubDate>Tue, 22 Aug 2006 21:04:19 +0000</pubDate>
					<dc:creator>generalh</dc:creator>

					<description>
						<![CDATA[
						<p>I tried to use font aerial (ttfont)and as it&#8217;s written max window  <br />
active changes in aerial but my patcher still reloads geneva instead .<br />
I tried to change that by moving the font in different folder from  <br />
the font book and correct all my double problems but blabla.<br />
Any idea could be nice?<br />
Try to change to other fonts and didn&#8217;t get the problem so why did i  <br />
choose the one who loads weirdly.<br />
If ever someone has an idea<br />
Well i could change the font i would like to use&#8230;<br />
OSX.4.7 17&#8243; PPC MM 4.5.7 J1.5.2<br />
Thanks<br />
Hubert</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/witilt/#post-82198</guid>
					<title><![CDATA[Re: WiTilt]]></title>
					<link>http://cycling74.com/forums/topic/witilt/#post-82198</link>
					<pubDate>Tue, 22 Aug 2006 22:20:04 +0000</pubDate>
					<dc:creator>Peter Castine</dc:creator>

					<description>
						<![CDATA[
						<p>Take a look at init/max-fontmappings.txt.</p>
<p>You&#8217;ll have to edit that file if you want to see Arial on Mac OS.</p>
<p>
On 22-Aug-2006, at 23:04, Hubert PICHOT wrote:</p>
<p>> I tried to use font aerial (ttfont)and as it&#8217;s written max window  <br />
> active changes in aerial but my patcher still reloads geneva instead .<br />
> I tried to change that by moving the font in different folder from  <br />
> the font book and correct all my double problems but blabla.<br />
> Any idea could be nice?<br />
> Try to change to other fonts and didn&#8217;t get the problem so why did  <br />
> i choose the one who loads weirdly.<br />
> If ever someone has an idea<br />
> Well i could change the font i would like to use&#8230;<br />
> OSX.4.7 17&#8243; PPC MM 4.5.7 J1.5.2<br />
> Thanks<br />
> Hubert<br />
></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8211;    <a href="http://www.bek.no/~pcastine/Litter/" rel="nofollow">http://www.bek.no/~pcastine/Litter/</a>    &#8212;&#8212;&#8212;&#8212;-<br />
Peter Castine             +&#8211;> Litter Power &#038; Litter Bundle for Jitter<br />
                                Universal Binaries on the way<br />
iCE:  Sequencing,  Recording &#038;<br />
       Interface  Building  for                   |home    | chez nous|<br />
       Max/MSP   Extremely cool                   |bei uns |  i nostri|<br />
       <a href="http://www.dspaudio.com/" rel="nofollow">http://www.dspaudio.com/</a>                   <a href="http://www.castine.de" rel="nofollow">http://www.castine.de</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/witilt/#post-82199</guid>
					<title><![CDATA[Re: WiTilt]]></title>
					<link>http://cycling74.com/forums/topic/witilt/#post-82199</link>
					<pubDate>Tue, 22 Aug 2006 23:00:11 +0000</pubDate>
					<dc:creator>generalh</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks Pete but&#8230;..</p>
<p>It is Font AERIAL with an e. AERIAL</p>
<p>Well open Max4preferences folder file maxoptions</p>
<p>max setoption deffont 4242 12 &#8220;Gill Sans&#8221;; + blabla<br />
everything works fine each time i make a new object  it&#8217;s in gill sans</p>
<p>When i change it in AERIAL<br />
max setoption deffont -16452 9 Aerial; + blabla</p>
<p>..put some quotes on it or delete the minus sign but hell of that  <br />
font it loads in aerial on max window</p>
<p>but my new object is still in geneva.</p>
<p>So i write my object and then select aerial everything is fine</p>
<p>The odd of the thing is that even my FTM image on loading is using  <br />
aerial font<br />
but not my new objects</p>
<p>Tried in the init file<br />
and changed every fonts in init file looks like this now</p>
<p>max system windows genericfontmap &#8220;Sans Serif&#8221; Arial;<br />
max system windows genericsavefontmap Arial &#8220;Sans Serif&#8221;;<br />
max system macintosh genericfontmap &#8220;Sans Serif&#8221; Aerial;<br />
max system macintosh genericsavefontmap Aerial &#8220;Sans Serif&#8221;;<br />
max system windows genericfontmap &#8220;Fixedwidth Serif&#8221; &#8220;Courier New&#8221;;<br />
max system windows genericsavefontmap &#8220;Courier New&#8221; &#8220;Fixedwidth Serif&#8221;;<br />
max system macintosh genericfontmap &#8220;Fixedwidth Serif&#8221; Aerial;<br />
max system macintosh genericsavefontmap Aerial &#8220;Fixedwidth Serif&#8221;;<br />
max system windows genericfontmap &#8220;Proportional Serif&#8221; &#8220;Times New  <br />
Roman&#8221;;<br />
max system windows genericsavefontmap &#8220;Times New Roman&#8221; &#8220;Proportional  <br />
Serif&#8221;;<br />
max system macintosh genericfontmap &#8220;Proportional Serif&#8221; &#8220;Aerial&#8221;;<br />
max system macintosh genericsavefontmap &#8220;Aerial&#8221; &#8220;Proportional Serif&#8221;;</p>
<p>do i have to take sans serif words out and what about the quotes???</p>
<p>No way<br />
So is there anywhere in the lines a specific order for new created  <br />
object to use the font geneva by default when there is a problem??<br />
Does anyone know what&#8217;s going on???</p>
<p>Well seems boring but my webdesigner wants to build using this font  <br />
may be it&#8217;s going to be easier to change his mind afterall</p>
<p>Cheers`</p>
<p>Hubert</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/witilt/#post-82200</guid>
					<title><![CDATA[Re: WiTilt]]></title>
					<link>http://cycling74.com/forums/topic/witilt/#post-82200</link>
					<pubDate>Wed, 23 Aug 2006 09:39:28 +0000</pubDate>
					<dc:creator>Peter Castine</dc:creator>

					<description>
						<![CDATA[
						<p>On 23-Aug-2006, at 1:00, Hubert PICHOT wrote:<br />
> Thanks Pete but&#8230;..</p>
<p>Je m&#8217;appelle Peter.</p>
<p>> It is Font AERIAL with an e. AERIAL</p>
<p>Sorry, in your message yesterday I assumed that was just a typo since  <br />
Arial is such a common font *and* use of Arial would match the  <br />
symptoms you reported exactly.</p>
<p>In this case I would leave the max-fontmappings.txt file alone.  <br />
However, It would be worth saving a patch with your font problems in  <br />
text format to see how the font is being saved. You&#8217;ll see lines like</p>
<p>   #P window setfont FFFF SSSS.;</p>
<p>scattered through the file, with FFFF replaced by the font name and  <br />
SSSS by the font size. Are you seeing Aerial or &#8220;Sans Serif&#8221;?</p>
<p>I am wondering if, somehow, your Aerial font (with Ae) is managing to  <br />
convince the OS and/or Max that it is really a synonym for the more  <br />
common Arial (no e). I seem to recall that there are mechanisms for  <br />
font aliases &#038; substitution, although it has been ages since I&#8217;ve  <br />
looked at this stuff.</p>
<p>> what about the quotes???</p>
<p>These are messages to Max. The font name is being represented as a  <br />
Max symbol. Use quotes if there is a space embedded in the font name,  <br />
no quotes if there are no embedded spaces.</p>
<p>> Well seems boring but my webdesigner wants to build using this font  <br />
> may be it&#8217;s going to be easier to change his mind afterall</p>
<p>It might be easier&#8211;and, indeed, better&#8211;to shoot your web designer.</p>
<p>&#8211; Peter</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8211;    <a href="http://www.bek.no/~pcastine/Litter/" rel="nofollow">http://www.bek.no/~pcastine/Litter/</a>    &#8212;&#8212;&#8212;&#8212;-<br />
Peter Castine             +&#8211;> Litter Power &#038; Litter Bundle for Jitter<br />
                                Universal Binaries on the way<br />
iCE:  Sequencing,  Recording &#038;<br />
       Interface  Building  for                   |home    | chez nous|<br />
       Max/MSP   Extremely cool                   |bei uns |  i nostri|<br />
       <a href="http://www.dspaudio.com/" rel="nofollow">http://www.dspaudio.com/</a>                   <a href="http://www.castine.de" rel="nofollow">http://www.castine.de</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/witilt/#post-82201</guid>
					<title><![CDATA[Re: WiTilt]]></title>
					<link>http://cycling74.com/forums/topic/witilt/#post-82201</link>
					<pubDate>Thu, 24 Aug 2006 00:08:39 +0000</pubDate>
					<dc:creator>generalh</dc:creator>

					<description>
						<![CDATA[
						<p></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/witilt/#post-82202</guid>
					<title><![CDATA[Re: WiTilt]]></title>
					<link>http://cycling74.com/forums/topic/witilt/#post-82202</link>
					<pubDate>Sat, 26 Aug 2006 14:19:35 +0000</pubDate>
					<dc:creator>keith@beamfoundation.</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Jeremy,</p>
<p>  Like your patch &#8211; thanks.</p>
<p>  I have been trying to get the WiTilt to work with a dual AMD XP machine running a Blue Soleil BlueTooth dongle. </p>
<p>  The system sees the device and I can query and read date from hyperterminal, but when I bang the serial object in the max patch, Max freezes and I have to reboot. </p>
<p>  WiTilt is showing up on Comm 5 but the serial object, when asked to report, says it only sees Comm 4. Of course any attempts to move the Blue Tooth device to Comm 4 have failed.</p>
<p>  Any ideas &#8211; did you have similar problems and/or are you using different hardware for the Platform and Bluetooth receiver?</p>
<p>  Thanks,</p>
<p>  Keith</p>
<p>Jeremy Bernstein <jeremy @bootsquad.com> wrote:<br />
  I was talking to Stefan Prosky at SIGGRAPH and he turned me on to the <br />
WiTilt from Spark Fun, which I&#8217;ve been playing with a little bit over <br />
the last few days. Stefan mentioned that he was having trouble <br />
parsing the data, and Tom Igoe&#8217;s article at ITP mentioned something <br />
similar. So, here&#8217;s a little patch that does simple parsing of the <br />
raw data coming out of the thing. Might be useful to someone out there.</jeremy></p>
<p>jb</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P comment 154 387 100 196617 Z;<br />
#P comment 117 387 100 196617 Y;<br />
#P toggle 82 185 15 0;<br />
#P newex 82 203 29 196617 gate;<br />
#P toggle 184 185 15 0;<br />
#P newex 184 203 29 196617 gate;<br />
#P comment 287 78 100 196617 < - end transmit;<br />
#P number 152 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 116 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 80 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 80 342 67 196617 unpack 0 0 0;<br />
#P newex 337 268 20 196617 t b;<br />
#P newex 296 211 40 196617 t clear;<br />
#P newex 337 242 67 196617 match 10 13;<br />
#P newex 337 179 48 196617 bucket 2;<br />
#P message 265 77 20 196617 32;<br />
#P newex 32 315 202 196617 regexp .*X=(\\d+).*Y=(\\d+).*Z=(\\d+);<br />
#P newex 142 279 40 196617 itoa;<br />
#P newex 142 250 67 196617 zl group 240;<br />
#P message 265 51 20 196617 49;<br />
#P toggle 77 48 15 0;<br />
#P newex 77 71 57 196617 qmetro 20;<br />
#P newex 82 226 54 196617 print data;<br />
#P newex 184 226 63 196617 print status;<br />
#P newex 142 116 71 196617 serial e 9600;<br />
#P comment 288 51 100 196617 < - start transmit;<br />
#P comment 78 387 100 196617 X;<br />
#P window linecount 4;<br />
#P comment 269 363 169 196617 This patch simply reads the default <br />
data out of the WiTilt. In the other modes of the device , it could <br />
serve as a resonable model for extension.;<br />
#P connect 10 0 11 0;<br />
#P connect 7 0 6 0;<br />
#P connect 11 1 17 0;<br />
#P connect 17 0 18 0;<br />
#P connect 25 0 24 0;<br />
#P connect 24 0 5 0;<br />
#P fasten 3 0 24 1 147 192 106 192;<br />
#P connect 17 1 19 0;<br />
#P connect 6 0 3 0;<br />
#P fasten 12 0 3 0 270 98 147 98;<br />
#P fasten 8 0 3 0 270 71 147 71;<br />
#P connect 3 0 9 0;<br />
#P fasten 16 0 9 0 342 294 281 294 281 173 147 173;<br />
#P connect 9 0 10 0;<br />
#P connect 17 2 20 0;<br />
#P connect 23 0 22 0;<br />
#P connect 22 0 4 0;<br />
#P connect 3 1 22 1;<br />
#P connect 13 0 15 0;<br />
#P fasten 3 0 13 0 147 137 342 137;<br />
#P connect 13 0 14 0;<br />
#P connect 13 1 14 0;<br />
#P connect 15 0 14 0;<br />
#P connect 14 0 16 0;<br />
#P window clipboard copycount 28;</p>
<p>
Keith McMillen <br />
BEAM Foundation <br />
<a href="http://www.beamfoundation.org/" rel="nofollow">http://www.beamfoundation.org/</a> <br />
510.502.5310</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/witilt/#post-82203</guid>
					<title><![CDATA[Re: WiTilt]]></title>
					<link>http://cycling74.com/forums/topic/witilt/#post-82203</link>
					<pubDate>Sun, 27 Aug 2006 07:10:05 +0000</pubDate>
					<dc:creator>yair reshef</dc:creator>

					<description>
						<![CDATA[
						<p>keith, read my report on the sparkfun forum for (possible) solution for your<br />
com problem.<br />
in short, if witilt is recognized as com5 then follow the English lettering<br />
to find the corresponding letter.<br />
[serial e 9600] should then work</p>
<p>2006/8/26, Keith McMillen <keith @beamfoundation.org>:<br />
><br />
> Hi Jeremy,<br />
><br />
> Like your patch &#8211; thanks.<br />
><br />
> I have been trying to get the WiTilt to work with a dual AMD XP machine<br />
> running a Blue Soleil BlueTooth dongle.<br />
><br />
> The system sees the device and I can query and read date from<br />
> hyperterminal, but when I bang the serial object in the max patch, Max<br />
> freezes and I have to reboot.<br />
><br />
> WiTilt is showing up on Comm 5 but the serial object, when asked to<br />
> report, says it only sees Comm 4. Of course any attempts to move the Blue<br />
> Tooth device to Comm 4 have failed.<br />
><br />
> Any ideas &#8211; did you have similar problems and/or are you using different<br />
> hardware for the Platform and Bluetooth receiver?<br />
><br />
> Thanks,<br />
><br />
> Keith<br />
><br />
><br />
> *Jeremy Bernstein <jeremy @bootsquad.com>* wrote:<br />
><br />
> I was talking to Stefan Prosky at SIGGRAPH and he turned me on to the<br />
> WiTilt from Spark Fun, which I&#8217;ve been playing with a little bit over<br />
> the last few days. Stefan mentioned that he was having trouble<br />
> parsing the data, and Tom Igoe&#8217;s article at ITP mentioned something<br />
> similar. So, here&#8217;s a little patch that does simple parsing of the<br />
> raw data coming out of the thing. Might be useful to someone out there.<br />
><br />
> jb<br />
><br />
> #P window setfont &#8220;Sans Serif&#8221; 9.;<br />
> #P window linecount 1;<br />
> #P comment 154 387 100 196617 Z;<br />
> #P comment 117 387 100 196617 Y;<br />
> #P toggle 82 185 15 0;<br />
> #P newex 82 203 29 196617 gate;<br />
> #P toggle 184 185 15 0;<br />
> #P newex 184 203 29 196617 gate;<br />
> #P comment 287 78 100 196617 < - end transmit;<br />
> #P number 152 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
> #P number 116 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
> #P number 80 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
> #P newex 80 342 67 196617 unpack 0 0 0;<br />
> #P newex 337 268 20 196617 t b;<br />
> #P newex 296 211 40 196617 t clear;<br />
> #P newex 337 242 67 196617 match 10 13;<br />
> #P newex 337 179 48 196617 bucket 2;<br />
> #P message 265 77 20 196617 32;<br />
> #P newex 32 315 202 196617 regexp .*X=(\\d+).*Y=(\\d+).*Z=(\\d+);<br />
> #P newex 142 279 40 196617 itoa;<br />
> #P newex 142 250 67 196617 zl group 240;<br />
> #P message 265 51 20 196617 49;<br />
> #P toggle 77 48 15 0;<br />
> #P newex 77 71 57 196617 qmetro 20;<br />
> #P newex 82 226 54 196617 print data;<br />
> #P newex 184 226 63 196617 print status;<br />
> #P newex 142 116 71 196617 serial e 9600;<br />
> #P comment 288 51 100 196617 < - start transmit;<br />
> #P comment 78 387 100 196617 X;<br />
> #P window linecount 4;<br />
> #P comment 269 363 169 196617 This patch simply reads the default<br />
> data out of the WiTilt. In the other modes of the device , it could<br />
> serve as a resonable model for extension.;<br />
> #P connect 10 0 11 0;<br />
> #P connect 7 0 6 0;<br />
> #P connect 11 1 17 0;<br />
> #P connect 17 0 18 0;<br />
> #P connect 25 0 24 0;<br />
> #P connect 24 0 5 0;<br />
> #P fasten 3 0 24 1 147 192 106 192;<br />
> #P connect 17 1 19 0;<br />
> #P connect 6 0 3 0;<br />
> #P fasten 12 0 3 0 270 98 147 98;<br />
> #P fasten 8 0 3 0 270 71 147 71;<br />
> #P connect 3 0 9 0;<br />
> #P fasten 16 0 9 0 342 294 281 294 281 173 147 173;<br />
> #P connect 9 0 10 0;<br />
> #P connect 17 2 20 0;<br />
> #P connect 23 0 22 0;<br />
> #P connect 22 0 4 0;<br />
> #P connect 3 1 22 1;<br />
> #P connect 13 0 15 0;<br />
> #P fasten 3 0 13 0 147 137 342 137;<br />
> #P connect 13 0 14 0;<br />
> #P connect 13 1 14 0;<br />
> #P connect 15 0 14 0;<br />
> #P connect 14 0 16 0;<br />
> #P window clipboard copycount 28;<br />
><br />
><br />
><br />
><br />
><br />
> Keith McMillen<br />
> BEAM Foundation<br />
> <a href="http://www.beamfoundation.org/" rel="nofollow">http://www.beamfoundation.org/</a><br />
> 510.502.5310<br />
><br />
><br />
><br />
></jeremy></keith></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/witilt/#post-82204</guid>
					<title><![CDATA[Re: WiTilt]]></title>
					<link>http://cycling74.com/forums/topic/witilt/#post-82204</link>
					<pubDate>Sun, 27 Aug 2006 07:13:23 +0000</pubDate>
					<dc:creator>yair reshef</dc:creator>

					<description>
						<![CDATA[
						<p>it is also possible to change the com port manualy. i hope my posts get to<br />
the list. please someone ping me ;)</p>
<p>2006/8/27, yair reshef <yair99 @gmail.com>:<br />
><br />
> keith, read my report on the sparkfun forum for (possible) solution for<br />
> your com problem.<br />
> in short, if witilt is recognized as com5 then follow the English<br />
> lettering to find the corresponding letter.<br />
> [serial e 9600] should then work<br />
><br />
> 2006/8/26, Keith McMillen <keith @beamfoundation.org>:<br />
><br />
> > Hi Jeremy,<br />
> ><br />
> > Like your patch &#8211; thanks.<br />
> ><br />
> > I have been trying to get the WiTilt to work with a dual AMD XP machine<br />
> > running a Blue Soleil BlueTooth dongle.<br />
> ><br />
> > The system sees the device and I can query and read date from<br />
> > hyperterminal, but when I bang the serial object in the max patch, Max<br />
> > freezes and I have to reboot.<br />
> ><br />
> > WiTilt is showing up on Comm 5 but the serial object, when asked to<br />
> > report, says it only sees Comm 4. Of course any attempts to move the Blue<br />
> > Tooth device to Comm 4 have failed.<br />
> ><br />
> > Any ideas &#8211; did you have similar problems and/or are you using different<br />
> > hardware for the Platform and Bluetooth receiver?<br />
> ><br />
> > Thanks,<br />
> ><br />
> > Keith<br />
> ><br />
> ><br />
> > *Jeremy Bernstein <jeremy @bootsquad.com> * wrote:<br />
> ><br />
> > I was talking to Stefan Prosky at SIGGRAPH and he turned me on to the<br />
> > WiTilt from Spark Fun, which I&#8217;ve been playing with a little bit over<br />
> > the last few days. Stefan mentioned that he was having trouble<br />
> > parsing the data, and Tom Igoe&#8217;s article at ITP mentioned something<br />
> > similar. So, here&#8217;s a little patch that does simple parsing of the<br />
> > raw data coming out of the thing. Might be useful to someone out there.<br />
> ><br />
> > jb<br />
> ><br />
> > #P window setfont &#8220;Sans Serif&#8221; 9.;<br />
> > #P window linecount 1;<br />
> > #P comment 154 387 100 196617 Z;<br />
> > #P comment 117 387 100 196617 Y;<br />
> > #P toggle 82 185 15 0;<br />
> > #P newex 82 203 29 196617 gate;<br />
> > #P toggle 184 185 15 0;<br />
> > #P newex 184 203 29 196617 gate;<br />
> > #P comment 287 78 100 196617 < - end transmit;<br />
> > #P number 152 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
> > #P number 116 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
> > #P number 80 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
> > #P newex 80 342 67 196617 unpack 0 0 0;<br />
> > #P newex 337 268 20 196617 t b;<br />
> > #P newex 296 211 40 196617 t clear;<br />
> > #P newex 337 242 67 196617 match 10 13;<br />
> > #P newex 337 179 48 196617 bucket 2;<br />
> > #P message 265 77 20 196617 32;<br />
> > #P newex 32 315 202 196617 regexp .*X=(\\d+).*Y=(\\d+).*Z=(\\d+);<br />
> > #P newex 142 279 40 196617 itoa;<br />
> > #P newex 142 250 67 196617 zl group 240;<br />
> > #P message 265 51 20 196617 49;<br />
> > #P toggle 77 48 15 0;<br />
> > #P newex 77 71 57 196617 qmetro 20;<br />
> > #P newex 82 226 54 196617 print data;<br />
> > #P newex 184 226 63 196617 print status;<br />
> > #P newex 142 116 71 196617 serial e 9600;<br />
> > #P comment 288 51 100 196617 < - start transmit;<br />
> > #P comment 78 387 100 196617 X;<br />
> > #P window linecount 4;<br />
> > #P comment 269 363 169 196617 This patch simply reads the default<br />
> > data out of the WiTilt. In the other modes of the device , it could<br />
> > serve as a resonable model for extension.;<br />
> > #P connect 10 0 11 0;<br />
> > #P connect 7 0 6 0;<br />
> > #P connect 11 1 17 0;<br />
> > #P connect 17 0 18 0;<br />
> > #P connect 25 0 24 0;<br />
> > #P connect 24 0 5 0;<br />
> > #P fasten 3 0 24 1 147 192 106 192;<br />
> > #P connect 17 1 19 0;<br />
> > #P connect 6 0 3 0;<br />
> > #P fasten 12 0 3 0 270 98 147 98;<br />
> > #P fasten 8 0 3 0 270 71 147 71;<br />
> > #P connect 3 0 9 0;<br />
> > #P fasten 16 0 9 0 342 294 281 294 281 173 147 173;<br />
> > #P connect 9 0 10 0;<br />
> > #P connect 17 2 20 0;<br />
> > #P connect 23 0 22 0;<br />
> > #P connect 22 0 4 0;<br />
> > #P connect 3 1 22 1;<br />
> > #P connect 13 0 15 0;<br />
> > #P fasten 3 0 13 0 147 137 342 137;<br />
> > #P connect 13 0 14 0;<br />
> > #P connect 13 1 14 0;<br />
> > #P connect 15 0 14 0;<br />
> > #P connect 14 0 16 0;<br />
> > #P window clipboard copycount 28;<br />
> ><br />
> ><br />
> ><br />
> ><br />
> ><br />
> > Keith McMillen<br />
> > BEAM Foundation<br />
> > <a href="http://www.beamfoundation.org/" rel="nofollow">http://www.beamfoundation.org/</a><br />
> > 510.502.5310<br />
> ><br />
> ><br />
> ><br />
> ><br />
></jeremy></keith></yair99></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/witilt/#post-82205</guid>
					<title><![CDATA[Re: WiTilt]]></title>
					<link>http://cycling74.com/forums/topic/witilt/#post-82205</link>
					<pubDate>Sun, 27 Aug 2006 14:02:12 +0000</pubDate>
					<dc:creator>keith@beamfoundation.</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>  Yes I did try both of your suggestions multiple times. Read the post and seems very similar to everything I tried, but when changing the serial letter select in Max it would freeze Max to the point of needing a new reboot. Again this a AMD XP sustem I am working on. What hardware are you using ie Platform and Bluetooth receiver chipset? </p>
<p>  Thanks,</p>
<p>  KMc</p>
<p>yair reshef <yair99 @gmail.com> wrote:<br />
      it is also possible to change the com port manualy. i hope my posts get to the list. please someone ping me ;)</yair99></p>
<p>
  2006/8/27, yair reshef < yair99@gmail.com>:        keith, read my report on the sparkfun forum for (possible) solution for your com problem.<br />
in short, if witilt is recognized as com5 then follow the English lettering to find the corresponding letter. <br />
[serial e 9600] should then work</p>
<p>
  2006/8/26, Keith McMillen < keith@beamfoundation.org>:<br />
        Hi Jeremy,</p>
<p>  Like your patch &#8211; thanks.</p>
<p>  I have been trying to get the WiTilt to work with a dual AMD XP machine running a Blue Soleil BlueTooth dongle. </p>
<p>  The system sees the device and I can query and read date from hyperterminal, but when I bang the serial object in the max patch, Max freezes and I have to reboot. </p>
<p>  WiTilt is showing up on Comm 5 but the serial object, when asked to report, says it only sees Comm 4. Of course any attempts to move the Blue Tooth device to Comm 4 have failed. </p>
<p>  Any ideas &#8211; did you have similar problems and/or are you using different hardware for the Platform and Bluetooth receiver?</p>
<p>  Thanks,</p>
<p>  Keith</p>
<p>
Jeremy Bernstein <jeremy @bootsquad.com> wrote:</jeremy></p>
<p>
    I was talking to Stefan Prosky at SIGGRAPH and he turned me on to the <br />
WiTilt from Spark Fun, which I&#8217;ve been playing with a little bit over <br />
the last few days. Stefan mentioned that he was having trouble <br />
parsing the data, and Tom Igoe&#8217;s article at ITP mentioned something <br />
similar. So, here&#8217;s a little patch that does simple parsing of the <br />
raw data coming out of the thing. Might be useful to someone out there.</p>
<p>jb</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P comment 154 387 100 196617 Z;<br />
#P comment 117 387 100 196617 Y; <br />
#P toggle 82 185 15 0;<br />
#P newex 82 203 29 196617 gate;<br />
#P toggle 184 185 15 0;<br />
#P newex 184 203 29 196617 gate;<br />
#P comment 287 78 100 196617 < - end transmit;<br />
#P number 152 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0; <br />
#P number 116 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P number 80 367 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;<br />
#P newex 80 342 67 196617 unpack 0 0 0;<br />
#P newex 337 268 20 196617 t b;<br />
#P newex 296 211 40 196617 t clear;<br />
#P newex 337 242 67 196617 match 10 13;<br />
#P newex 337 179 48 196617 bucket 2; <br />
#P message 265 77 20 196617 32;<br />
#P newex 32 315 202 196617 regexp .*X=(\\d+).*Y=(\\d+).*Z=(\\d+);<br />
#P newex 142 279 40 196617 itoa;<br />
#P newex 142 250 67 196617 zl group 240;<br />
#P message 265 51 20 196617 49; <br />
#P toggle 77 48 15 0;<br />
#P newex 77 71 57 196617 qmetro 20;<br />
#P newex 82 226 54 196617 print data;<br />
#P newex 184 226 63 196617 print status;<br />
#P newex 142 116 71 196617 serial e 9600;<br />
#P comment 288 51 100 196617 < - start transmit; <br />
#P comment 78 387 100 196617 X;<br />
#P window linecount 4;<br />
#P comment 269 363 169 196617 This patch simply reads the default <br />
data out of the WiTilt. In the other modes of the device , it could <br />
serve as a resonable model for extension.; <br />
#P connect 10 0 11 0;<br />
#P connect 7 0 6 0;<br />
#P connect 11 1 17 0;<br />
#P connect 17 0 18 0;<br />
#P connect 25 0 24 0;<br />
#P connect 24 0 5 0;<br />
#P fasten 3 0 24 1 147 192 106 192;<br />
#P connect 17 1 19 0;<br />
#P connect 6 0 3 0;<br />
#P fasten 12 0 3 0 270 98 147 98; <br />
#P fasten 8 0 3 0 270 71 147 71;<br />
#P connect 3 0 9 0;<br />
#P fasten 16 0 9 0 342 294 281 294 281 173 147 173;<br />
#P connect 9 0 10 0;<br />
#P connect 17 2 20 0;<br />
#P connect 23 0 22 0;<br />
#P connect 22 0 4 0;<br />
#P connect 3 1 22 1; <br />
#P connect 13 0 15 0;<br />
#P fasten 3 0 13 0 147 137 342 137;<br />
#P connect 13 0 14 0;<br />
#P connect 13 1 14 0;<br />
#P connect 15 0 14 0;<br />
#P connect 14 0 16 0;<br />
#P window clipboard copycount 28;</p>
<p>  Keith McMillen <br />
BEAM Foundation <br />
<a href="http://www.beamfoundation.org/" rel="nofollow">http://www.beamfoundation.org/</a> <br />
510.502.5310 </p>
<p>
Keith McMillen <br />
BEAM Foundation <br />
<a href="http://www.beamfoundation.org/" rel="nofollow">http://www.beamfoundation.org/</a> <br />
510.502.5310</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

