<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Flosc AS3 Classes</title>
	<atom:link href="http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/</link>
	<description>Infrequent ramblings... sometimes.</description>
	<lastBuildDate>Mon, 15 Feb 2010 03:26:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nano</title>
		<link>http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/comment-page-1/#comment-108284</link>
		<dc:creator>nano</dc:creator>
		<pubDate>Sun, 06 Sep 2009 02:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/#comment-108284</guid>
		<description>FYI - the FWiidom as3 code doesn&#039;t work with integer data type. 

modified OSCConnection.as line 113 to include:

if (type==&quot;i&quot; ) {
	data.push(Number(child.attributes.VALUE));
	}</description>
		<content:encoded><![CDATA[<p>FYI &#8211; the FWiidom as3 code doesn&#8217;t work with integer data type. </p>
<p>modified OSCConnection.as line 113 to include:</p>
<p>if (type==&#8221;i&#8221; ) {<br />
	data.push(Number(child.attributes.VALUE));<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using Flash for MIDI &#171; boringBlog</title>
		<link>http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/comment-page-1/#comment-108115</link>
		<dc:creator>Using Flash for MIDI &#171; boringBlog</dc:creator>
		<pubDate>Sun, 01 Feb 2009 19:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/#comment-108115</guid>
		<description>[...] with MAKE boards. This turtorial over at phy5ics.com got me started. He was using the FWiidom FLOsc AS3 Classes, which were obviously used for Flash and a Nintendo Wiimote. I only had to make a small change to [...]</description>
		<content:encoded><![CDATA[<p>[...] with MAKE boards. This turtorial over at phy5ics.com got me started. He was using the FWiidom FLOsc AS3 Classes, which were obviously used for Flash and a Nintendo Wiimote. I only had to make a small change to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jelani</title>
		<link>http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/comment-page-1/#comment-95373</link>
		<dc:creator>Jelani</dc:creator>
		<pubDate>Sun, 12 Oct 2008 19:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/#comment-95373</guid>
		<description>Thank you thank you thank you for this! I have been banging my head against a wall for a couple weeks trying to get max/msp to talk to flash through flosc and all the tools, tutorials, examples I found were for as2 and I couldn&#039;t get as3 to see &amp; process the osc packets. I wrote a test file in as3 using your OSC classes and it works! cheers</description>
		<content:encoded><![CDATA[<p>Thank you thank you thank you for this! I have been banging my head against a wall for a couple weeks trying to get max/msp to talk to flash through flosc and all the tools, tutorials, examples I found were for as2 and I couldn&#8217;t get as3 to see &amp; process the osc packets. I wrote a test file in as3 using your OSC classes and it works! cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aymeric</title>
		<link>http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/comment-page-1/#comment-88122</link>
		<dc:creator>aymeric</dc:creator>
		<pubDate>Fri, 05 Sep 2008 13:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/#comment-88122</guid>
		<description>I can&#039;t make the java gateway work on Windows Vista. Typing java Gateway 7000 3000 in the DOS prompt gives me an error : 

D:\LIVE\Woui\FLOSC\flosc-0.3.1\flosc-0.3.1&gt;java Gateway 7000 3000
Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: Gateway
Caused by: java.lang.ClassNotFoundException: Gateway
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)

I have tested it on Windows XP and it works ! 
Would you have any idea on how to make this work on Vista ?
thanks for any suggestion.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t make the java gateway work on Windows Vista. Typing java Gateway 7000 3000 in the DOS prompt gives me an error : </p>
<p>D:\LIVE\Woui\FLOSC\flosc-0.3.1\flosc-0.3.1&gt;java Gateway 7000 3000<br />
Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: Gateway<br />
Caused by: java.lang.ClassNotFoundException: Gateway<br />
        at java.net.URLClassLoader$1.run(Unknown Source)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at java.net.URLClassLoader.findClass(Unknown Source)<br />
        at java.lang.ClassLoader.loadClass(Unknown Source)<br />
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)<br />
        at java.lang.ClassLoader.loadClass(Unknown Source)<br />
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)</p>
<p>I have tested it on Windows XP and it works !<br />
Would you have any idea on how to make this work on Vista ?<br />
thanks for any suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seth</title>
		<link>http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/comment-page-1/#comment-54908</link>
		<dc:creator>seth</dc:creator>
		<pubDate>Tue, 01 Apr 2008 03:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/#comment-54908</guid>
		<description>I found a bug in the Send OSC Packet.  FLOSC expects the arguments to be in this order: TYPE then VALUE - so you have to replace your code with this: 

			for (var i:Number=0; i</description>
		<content:encoded><![CDATA[<p>I found a bug in the Send OSC Packet.  FLOSC expects the arguments to be in this order: TYPE then VALUE &#8211; so you have to replace your code with this: </p>
<p>			for (var i:Number=0; i</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oldskool73</title>
		<link>http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/comment-page-1/#comment-40907</link>
		<dc:creator>oldskool73</dc:creator>
		<pubDate>Wed, 16 Jan 2008 19:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/#comment-40907</guid>
		<description>Hey Andrei,
I&#039;ve not updated these for a while, you may want to take a look at John&#039;s site, a few guys there were fixing up a whole pile of my stupid bugs :)

http://phy5ics.com/blog/2007/08/20/as3-make-controller-important-update-aka-not-part-5/</description>
		<content:encoded><![CDATA[<p>Hey Andrei,<br />
I&#8217;ve not updated these for a while, you may want to take a look at John&#8217;s site, a few guys there were fixing up a whole pile of my stupid bugs <img src='http://www.dustypixels.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://phy5ics.com/blog/2007/08/20/as3-make-controller-important-update-aka-not-part-5/" rel="nofollow">http://phy5ics.com/blog/2007/08/20/as3-make-controller-important-update-aka-not-part-5/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Thomaz</title>
		<link>http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/comment-page-1/#comment-40887</link>
		<dc:creator>Andrei Thomaz</dc:creator>
		<pubDate>Wed, 16 Jan 2008 17:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/#comment-40887</guid>
		<description>hello,

I&#039;m afraid I&#039;ve found a bug in your code. The AS3 reference (http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/) says that XMLSocket.connect() returns void, but, on line 40 of OSCConnection.as, you evaluate the value returned by connect(). If I&#039;ve understood well, you should catch the errors thrown by connect(), but not evaluate its result.

I&#039;ve found this problem because I was always getting an ON_CONNECT_ERROR event, despite the connect being properly established. Ignoring this error worked for me, but I don&#039;t think this is the best procedure.

Anyway, thanks for your code. And I&#039;m also surprised that Flash CS3 generates no error or warning for line 40.

best regards,
andrei</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>I&#8217;m afraid I&#8217;ve found a bug in your code. The AS3 reference (<a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/" rel="nofollow">http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/</a>) says that XMLSocket.connect() returns void, but, on line 40 of OSCConnection.as, you evaluate the value returned by connect(). If I&#8217;ve understood well, you should catch the errors thrown by connect(), but not evaluate its result.</p>
<p>I&#8217;ve found this problem because I was always getting an ON_CONNECT_ERROR event, despite the connect being properly established. Ignoring this error worked for me, but I don&#8217;t think this is the best procedure.</p>
<p>Anyway, thanks for your code. And I&#8217;m also surprised that Flash CS3 generates no error or warning for line 40.</p>
<p>best regards,<br />
andrei</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Barton</title>
		<link>http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/comment-page-1/#comment-20408</link>
		<dc:creator>John Barton</dc:creator>
		<pubDate>Fri, 27 Jul 2007 21:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/#comment-20408</guid>
		<description>I&#039;ve been one of the peeps using your AS3 classes with the Make Controller.  I just wanted to let you know that I&#039;ve been writing a series of articles that use those classes - so thank you for coding them up.  I have also found a bug when using them with the Make Controller.  Check out http://phy5ics.com/blog/2007/07/26/getting-started-with-as3-and-the-make-controller-part-2-let-the-hacking-begin/ for details and let me know if there is anything I can contribute.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been one of the peeps using your AS3 classes with the Make Controller.  I just wanted to let you know that I&#8217;ve been writing a series of articles that use those classes &#8211; so thank you for coding them up.  I have also found a bug when using them with the Make Controller.  Check out <a href="http://phy5ics.com/blog/2007/07/26/getting-started-with-as3-and-the-make-controller-part-2-let-the-hacking-begin/" rel="nofollow">http://phy5ics.com/blog/2007/07/26/getting-started-with-as3-and-the-make-controller-part-2-let-the-hacking-begin/</a> for details and let me know if there is anything I can contribute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satcy</title>
		<link>http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/comment-page-1/#comment-16731</link>
		<dc:creator>satcy</dc:creator>
		<pubDate>Wed, 27 Jun 2007 06:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/#comment-16731</guid>
		<description>Nice works.
I test these classes. then &quot;parseXml&quot; function cant parse &quot;int&quot; type data.
--if (type==&quot;i&quot;){....}</description>
		<content:encoded><![CDATA[<p>Nice works.<br />
I test these classes. then &#8220;parseXml&#8221; function cant parse &#8220;int&#8221; type data.<br />
&#8211;if (type==&#8221;i&#8221;){&#8230;.}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barrow</title>
		<link>http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/comment-page-1/#comment-15297</link>
		<dc:creator>Barrow</dc:creator>
		<pubDate>Sat, 16 Jun 2007 15:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dustypixels.com/blog/2007/03/02/flosc-as3-classes/#comment-15297</guid>
		<description>Awsome download, ive been looking for something to do this for ages. Thanks a lot</description>
		<content:encoded><![CDATA[<p>Awsome download, ive been looking for something to do this for ages. Thanks a lot</p>
]]></content:encoded>
	</item>
</channel>
</rss>
