<?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: Playing with Pixel Bender</title>
	<atom:link href="http://miti.pricope.com/2008/11/10/playing-with-pixel-bender/feed/" rel="self" type="application/rss+xml" />
	<link>http://miti.pricope.com/2008/11/10/playing-with-pixel-bender/</link>
	<description>about technology</description>
	<lastBuildDate>Thu, 18 Feb 2010 19:36:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: skinloa</title>
		<link>http://miti.pricope.com/2008/11/10/playing-with-pixel-bender/comment-page-1/#comment-13990</link>
		<dc:creator>skinloa</dc:creator>
		<pubDate>Wed, 30 Dec 2009 19:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://miti.pricope.com/2008/11/10/playing-with-pixel-bender/#comment-13990</guid>
		<description>i managed to minimize the warnings to one&quot; Data Binding will not be able to detect assignments to width&quot;, after declaring the myBmp variable as Bindable.

i have also made some other changes to the original source to correct some other warnings, in case they are relevant
added public for the played var
added void as the return type of the set function myProp</description>
		<content:encoded><![CDATA[<p>i managed to minimize the warnings to one&#8221; Data Binding will not be able to detect assignments to width&#8221;, after declaring the myBmp variable as Bindable.</p>
<p>i have also made some other changes to the original source to correct some other warnings, in case they are relevant<br />
added public for the played var<br />
added void as the return type of the set function myProp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skinloa</title>
		<link>http://miti.pricope.com/2008/11/10/playing-with-pixel-bender/comment-page-1/#comment-13972</link>
		<dc:creator>skinloa</dc:creator>
		<pubDate>Wed, 30 Dec 2009 13:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://miti.pricope.com/2008/11/10/playing-with-pixel-bender/#comment-13972</guid>
		<description>while trying to compile the video Flex example (FP10 ) i got these two warnings...
\&quot;Data Binding will not be able to detect assignments to myBmp\&quot; 
\&quot;Data Binding will not be able to detect assignments to width\&quot;

I am sure that there is something i am doing wrong, but i cant find it
thanks in advance</description>
		<content:encoded><![CDATA[<p>while trying to compile the video Flex example (FP10 ) i got these two warnings&#8230;<br />
\&quot;Data Binding will not be able to detect assignments to myBmp\&quot;<br />
\&quot;Data Binding will not be able to detect assignments to width\&quot;</p>
<p>I am sure that there is something i am doing wrong, but i cant find it<br />
thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuck</title>
		<link>http://miti.pricope.com/2008/11/10/playing-with-pixel-bender/comment-page-1/#comment-402</link>
		<dc:creator>chuck</dc:creator>
		<pubDate>Mon, 12 Jan 2009 03:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://miti.pricope.com/2008/11/10/playing-with-pixel-bender/#comment-402</guid>
		<description>I built a synth using some of your methods here for passing byteArrays into pixelBender:

http://matkat.tringali.org/misc/VisualFUN/Sawtooth/Sawtooth.html

per voice:
dials control panning.
sliders control volume.</description>
		<content:encoded><![CDATA[<p>I built a synth using some of your methods here for passing byteArrays into pixelBender:</p>
<p><a href="http://matkat.tringali.org/misc/VisualFUN/Sawtooth/Sawtooth.html" rel="nofollow">http://matkat.tringali.org/misc/VisualFUN/Sawtooth/Sawtooth.html</a></p>
<p>per voice:<br />
dials control panning.<br />
sliders control volume.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuck</title>
		<link>http://miti.pricope.com/2008/11/10/playing-with-pixel-bender/comment-page-1/#comment-352</link>
		<dc:creator>chuck</dc:creator>
		<pubDate>Thu, 01 Jan 2009 04:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://miti.pricope.com/2008/11/10/playing-with-pixel-bender/#comment-352</guid>
		<description>Actually, I have a question.   In the source code for the sampleSound program, you don&#039;t ever call or reference the OnSampleData() function which uses the pixelBender file.   you only call onSampleData2().    Can you explain or update how you make use of the pixelBender file to mix audio?</description>
		<content:encoded><![CDATA[<p>Actually, I have a question.   In the source code for the sampleSound program, you don&#8217;t ever call or reference the OnSampleData() function which uses the pixelBender file.   you only call onSampleData2().    Can you explain or update how you make use of the pixelBender file to mix audio?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuck</title>
		<link>http://miti.pricope.com/2008/11/10/playing-with-pixel-bender/comment-page-1/#comment-337</link>
		<dc:creator>chuck</dc:creator>
		<pubDate>Sun, 28 Dec 2008 08:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://miti.pricope.com/2008/11/10/playing-with-pixel-bender/#comment-337</guid>
		<description>Thank you for finally shedding the light on how to properly use PixelBender to mangle audio.   There are no complete tutorials on the subject.  everyone just has little bits and and tips on how to do it.</description>
		<content:encoded><![CDATA[<p>Thank you for finally shedding the light on how to properly use PixelBender to mangle audio.   There are no complete tutorials on the subject.  everyone just has little bits and and tips on how to do it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
