<?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: AS3 Sound bug with channel.pan</title>
	<atom:link href="http://www.stevensacks.net/2008/08/07/as3-sound-bug-with-channelpan/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevensacks.net/2008/08/07/as3-sound-bug-with-channelpan/</link>
	<description>Adobe, Flash, Flex, AIR, Technology</description>
	<lastBuildDate>Wed, 28 Jul 2010 13:21:51 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: maliboo</title>
		<link>http://www.stevensacks.net/2008/08/07/as3-sound-bug-with-channelpan/comment-page-1/#comment-2695</link>
		<dc:creator>maliboo</dc:creator>
		<pubDate>Mon, 11 Aug 2008 06:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=148#comment-2695</guid>
		<description>SoundTransform::pan ist just a shortcut wrapper for leftToLeft/Right and vice versa. Unfortunately without private property (which could reflect real value):

public function get pan():Number{
            if ((((this.leftToRight == 0)) &amp;&amp; ((this.rightToLeft == 0)))){
                return ((1 - (this.leftToLeft * this.leftToLeft)));
            };
            return (0);
        }

If you want exact values use leftTo-/rightTo- properties.</description>
		<content:encoded><![CDATA[<p>SoundTransform::pan ist just a shortcut wrapper for leftToLeft/Right and vice versa. Unfortunately without private property (which could reflect real value):</p>
<p>public function get pan():Number{<br />
            if ((((this.leftToRight == 0)) &amp;&amp; ((this.rightToLeft == 0)))){<br />
                return ((1 &#8211; (this.leftToLeft * this.leftToLeft)));<br />
            };<br />
            return (0);<br />
        }</p>
<p>If you want exact values use leftTo-/rightTo- properties.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
