<?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: SoundManager Rev 2 + Loop Sequencing</title>
	<atom:link href="http://blog.hydrotik.com/2007/11/10/soundmanager-rev-2-loop-sequencing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hydrotik.com/2007/11/10/soundmanager-rev-2-loop-sequencing/</link>
	<description>actionscript and creative playground of Donovan Adams</description>
	<lastBuildDate>Thu, 27 Oct 2011 05:40:10 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2007/11/10/soundmanager-rev-2-loop-sequencing/comment-page-1/#comment-15531</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Wed, 20 Jan 2010 16:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2007/11/10/soundmanager-rev-2-loop-sequencing/#comment-15531</guid>
		<description>No, only the length can be controlled. The arguments are:
play(snd:String, l:int = 0, vol:Number = 1, isSeq:Boolean = false)

but you might be able to use something like getSound().play(25);</description>
		<content:encoded><![CDATA[<p>No, only the length can be controlled. The arguments are:<br />
play(snd:String, l:int = 0, vol:Number = 1, isSeq:Boolean = false)</p>
<p>but you might be able to use something like getSound().play(25);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.hydrotik.com/2007/11/10/soundmanager-rev-2-loop-sequencing/comment-page-1/#comment-15530</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 20 Jan 2010 16:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2007/11/10/soundmanager-rev-2-loop-sequencing/#comment-15530</guid>
		<description>Hi

I Have a simple question:

How can i play sound from lets say 25 second ?

Sound class has mySound.play(25000) ? 

Am I blind or your SoundManager.getInstance().play, lack something very important ?

Greetz</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I Have a simple question:</p>
<p>How can i play sound from lets say 25 second ?</p>
<p>Sound class has mySound.play(25000) ? </p>
<p>Am I blind or your SoundManager.getInstance().play, lack something very important ?</p>
<p>Greetz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2007/11/10/soundmanager-rev-2-loop-sequencing/comment-page-1/#comment-942</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Sun, 11 Nov 2007 15:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2007/11/10/soundmanager-rev-2-loop-sequencing/#comment-942</guid>
		<description>A: Sounds can be easilly controlled from any area of your application without needing a reference to their current scope.
B: Because all the sounds are stored together in a central location, global functions that affect all the sounds, such as stopAll(), etc.
C: Centralizing can make it easier to resolve memory issues and manage Garbage Collection.
D: More features can be easily added that will affect all of the sounds in the manager. Such as global fading, global panning, sound visualization, sound level management (ducking), byte level functions, etc.</description>
		<content:encoded><![CDATA[<p>A: Sounds can be easilly controlled from any area of your application without needing a reference to their current scope.<br />
B: Because all the sounds are stored together in a central location, global functions that affect all the sounds, such as stopAll(), etc.<br />
C: Centralizing can make it easier to resolve memory issues and manage Garbage Collection.<br />
D: More features can be easily added that will affect all of the sounds in the manager. Such as global fading, global panning, sound visualization, sound level management (ducking), byte level functions, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boon</title>
		<link>http://blog.hydrotik.com/2007/11/10/soundmanager-rev-2-loop-sequencing/comment-page-1/#comment-925</link>
		<dc:creator>Boon</dc:creator>
		<pubDate>Sun, 11 Nov 2007 05:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2007/11/10/soundmanager-rev-2-loop-sequencing/#comment-925</guid>
		<description>Hi, what is your rationale in making the SoundManager a singleton?</description>
		<content:encoded><![CDATA[<p>Hi, what is your rationale in making the SoundManager a singleton?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

