<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Scott Cummings &#187; experiment</title>
	<atom:link href="http://scottedwardcummings.com/tag/experiment/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottedwardcummings.com</link>
	<description>Scott Cummings</description>
	<lastBuildDate>Thu, 09 Feb 2012 17:18:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Tone Lab &#8211; Dynamic Audio Synth Toy in Flash</title>
		<link>http://scottedwardcummings.com/flash/tone-lab-dynamic-audio-synth-toy-in-flash/</link>
		<comments>http://scottedwardcummings.com/flash/tone-lab-dynamic-audio-synth-toy-in-flash/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 20:14:06 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[dynamic sound]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[synthesis]]></category>

		<guid isPermaLink="false">http://scottedwardcummings.com/?p=225</guid>
		<description><![CDATA[Flash audio synthesis toy written in AS3.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on synthesizing audio in Flash for about a year off and on and decided to make something usable. I plan to add sharing at some point if people seem to enjoy it enough to make it worth it. Let me know what you think!</p>
<p><a href="http://scottedwardcummings.com/flash/tone-lab.html">Tone Lab</a></p>
<p><a href="http://scottedwardcummings.com/downloads/ToneLab.zip">Download Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scottedwardcummings.com/flash/tone-lab-dynamic-audio-synth-toy-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic Confetti in Flash</title>
		<link>http://scottedwardcummings.com/all-posts/dynamic-confetti-in-flash/</link>
		<comments>http://scottedwardcummings.com/all-posts/dynamic-confetti-in-flash/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 19:42:47 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dynamic graphics]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash draw API]]></category>

		<guid isPermaLink="false">http://scottedwardcummings.com/?p=209</guid>
		<description><![CDATA[Dynamic confetti in Flash AS3.]]></description>
			<content:encoded><![CDATA[<div class="topContent">
<p class="main_content"> I wrote this little script to dynamically generate and animate confetti this afternoon. It&#8217;s not the best I could have done, but I didn&#8217;t want to spend more than 3 hours working this out. You can check out the <a href="/downloads/confetti.zip">source here</a>. Refresh the page if you missed it.</p>
<div id="flash-confetti" align="center">
		To view this Flash Confetti Experiment, please <a href="http://adobe.com/flash/">download Flash</a>.
	</div>
<p><script type="text/javascript"> 
		var fo = new SWFObject("/swfs/confetti.swf", "index", "600", "768", "10");
		fo.write("flash-confetti");
	</script> </p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://scottedwardcummings.com/all-posts/dynamic-confetti-in-flash/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash Audio Synthesis Toy V1</title>
		<link>http://scottedwardcummings.com/games/flash-audio-synthesis-toy-v1/</link>
		<comments>http://scottedwardcummings.com/games/flash-audio-synthesis-toy-v1/#comments</comments>
		<pubDate>Sat, 08 May 2010 22:14:18 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[synthesis]]></category>

		<guid isPermaLink="false">http://scottedwardcummings.com/?p=191</guid>
		<description><![CDATA[Flash audio synthesis toy version 1.]]></description>
			<content:encoded><![CDATA[<p class="main_content">NOTE: I&#8217;ve improved this and released some much better source code. Check out the <a href="http://scottedwardcummings.com/flash/tone-lab.html">Tune Lab Flash Audio Synth!</a></p>
<p class="main_content">I&#8217;ve finally gotten around to making something out of the <a href="http://scottedwardcummings.com/music/flash-linear-audio-envelopes/">Flash Audio Synth</a> code I&#8217;ve been working on. This is just a simple sound toy, inspired by Andre Michelle&#8217;s <a href="http://lab.andre-michelle.com/tonematrix">Tone Matrix</a>. I&#8217;ll be working on some original ideas for sound toys now that I have a decent code base to work from. Make sure to hit the start button when you&#8217;re ready to hear your creation. Enjoy!</p>
<p class="main_content" align="center">
<div id="flashsynthtoy" align="center">
		To view this Flash Audio Synthesis Toy Demo, please <a href="http://adobe.com/flash/">download Flash</a>.
	</div>
<p><script type="text/javascript"> 
		var fo = new SWFObject("/swfs/audio-toy-2.swf", "index", "470", "320", "10");
		fo.write("flashsynthtoy");
	</script> </p></p>
]]></content:encoded>
			<wfw:commentRss>http://scottedwardcummings.com/games/flash-audio-synthesis-toy-v1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Flash Synth Blocks Demo 1</title>
		<link>http://scottedwardcummings.com/games/flash-synth-blocks-demo-1/</link>
		<comments>http://scottedwardcummings.com/games/flash-synth-blocks-demo-1/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 02:47:09 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[dynamic music]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[sound design]]></category>
		<category><![CDATA[synthesis]]></category>

		<guid isPermaLink="false">http://scottedwardcummings.com/?p=165</guid>
		<description><![CDATA[A chord builing toy using flash audio synthesis and sine waves.]]></description>
			<content:encoded><![CDATA[<p class="main_text">So I decided to make something with the Flash synth experiment I did yesterday. This is a chord builder in the key of C, with seven different notes from low to high. This is just another step in the evolution of my Flash audio tool for a grand game scheme I&#8217;m working on. Try clicking around to make a nice sound!</p>
<p><a href="/flash-synth-blocks/">Demo: Warning, Sound On Load!</a></p>
<p><a href="/downloads/block-synth.zip">Code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scottedwardcummings.com/games/flash-synth-blocks-demo-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Sound Synthesis Demo</title>
		<link>http://scottedwardcummings.com/games/flash-sound-synthesis-demo/</link>
		<comments>http://scottedwardcummings.com/games/flash-sound-synthesis-demo/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 23:14:19 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[sine waves]]></category>
		<category><![CDATA[sound design]]></category>
		<category><![CDATA[synthesis]]></category>

		<guid isPermaLink="false">http://scottedwardcummings.com/?p=145</guid>
		<description><![CDATA[Sound synthesis in Flash demo.]]></description>
			<content:encoded><![CDATA[<p class="main_text">I worked on this little demo along with some Pixel Bender exploration this weekend. I used the <a href="http://www.adobe.com/products/flashplayer/features/">Adobe Flash 10 demo</a> as a start. After playing around with their code a bit I decided to add the ability to control the pitch using Midi code, which makes the jump to musical use easy. I added some optimizations like look up tables for frequency conversions as well. My apologies for the messy code, but I hate it when people talk about developing without posting the code. The demo below transfers your mouse Y value into a Midi code which is then converted to the proper frequency and played. I plan to integrate this into a game project I&#8217;m working on, so the code will get cleaned up and I&#8217;ll keep posting as I make improvements.</p>
<p>Update: Cleaned up the source code.  Check out SoundDemo.as to see how it works.</p>
<p><a href="/flash-synthesis-demo-1-flash-file/">Demo</a></p>
<p><a href="/downloads/sound.zip">Code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scottedwardcummings.com/games/flash-sound-synthesis-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

