<?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>jdn &#187; sound</title>
	<atom:link href="http://www.jdnmusic.com/tag/sound/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jdnmusic.com</link>
	<description>... purveyor of funky beats and assorted electric treats ...</description>
	<lastBuildDate>Sun, 10 Jul 2011 05:01:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Machinedrum Recursive Sampling Test 01</title>
		<link>http://www.jdnmusic.com/machinedrum-recursive-sampling-test-01</link>
		<comments>http://www.jdnmusic.com/machinedrum-recursive-sampling-test-01#comments</comments>
		<pubDate>Wed, 04 Nov 2009 06:42:28 +0000</pubDate>
		<dc:creator>jdn</dc:creator>
				<category><![CDATA[Labs]]></category>
		<category><![CDATA[fractal]]></category>
		<category><![CDATA[machinedrum]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://www.chakahartamusic.com/?p=257</guid>
		<description><![CDATA[This was a first test at using the Machinedrum’s internal sampler recursively.  I was trying to emulate my fractal wavetables sounds in hardware, as closely as the MD could do it. MD Recurse Test 01 Patience… it gets really cool from around 1:00 on.]]></description>
			<content:encoded><![CDATA[<p>This was a first test at using the Machinedrum’s internal sampler recursively.  I was trying to emulate my fractal wavetables sounds in hardware, as closely as the MD could do it.</p>
<p><span id="more-257"></span></p>
<p><a href="http://www.jdnmusic.com/audio/mdFractTest01.mp3">MD Recurse Test 01</a><br />
Patience… it gets really cool from around 1:00 on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jdnmusic.com/machinedrum-recursive-sampling-test-01/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.jdnmusic.com/audio/mdFractTest01.mp3" length="3143806" type="audio/mpeg" />
		</item>
		<item>
		<title>Fractal Wavetables</title>
		<link>http://www.jdnmusic.com/fractal-sound-design</link>
		<comments>http://www.jdnmusic.com/fractal-sound-design#comments</comments>
		<pubDate>Fri, 20 Mar 2009 22:59:09 +0000</pubDate>
		<dc:creator>jdn</dc:creator>
				<category><![CDATA[Labs]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[fractal]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://www.chakahartamusic.com/?p=170</guid>
		<description><![CDATA[Based on work by composer Terran Olson, I’m releasing a Processing applet that lets you play with recursive/fractal sound synthesis by setting a few sliders. Background Inspired by an article on CDM, and Terran Olson’s work in particular, I dug into creating a slightly more general version of fractal set synthesis. In essence, you use [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jdnmusic.com/code/processing/FractalWavetables2/"><img class="size-medium wp-image-171 alignleft" title="floatfract" src="http://www.chakahartamusic.com/wp-content/uploads/2009/09/floatfract-300x99.png" alt="floatfract" width="300" height="99" /></a>Based on work by composer <a href="http://rainrecording.com/pro/experimental/audio-fractals/">Terran Olson</a>, I’m releasing a <a href="http://www.processing.org">Processing</a> applet that lets you play with recursive/fractal sound synthesis by setting a few sliders.</p>
<p><span id="more-170"></span></p>
<h2>Background</h2>
<p>Inspired by <a href="http://createdigitalmusic.com/2009/03/03/making-music-with-fractals/"><span>an article on CDM</span></a>, and <a href="http://rainrecording.com/pro/experimental/audio-fractals/">Terran Olson’s work in particular</a>, I dug into creating a slightly more general version of fractal set synthesis.</p>
<p>In essence, you use a bank of sliders to give the program a wavetable “seed”, which is immediately subdivided into sound — each sample is replaced by a copy of the wavetable, multiplied by the old sample value, and so on.…</p>
<p>This recursion continues until the desired length of audio data has been generated. The initial value always begins at “1″.  For a seed of “1 0.5 1″, you get the following as the first three steps:</p>
<p>1 =&gt;<br />
1 0.5 1 =&gt;<br />
1 0.5 1 0.5 0.25 0.5 1 0.5 1 =&gt;<br />
1 0.5 1 0.5 0.25 0.5 1 0.5 1 0.5 0.25 0.5 0.25 0.125 0.25 0.5 0.25 0.5 1 0.5 1 0.5 0.25 0.5 1 0.5 1 =&gt; …</p>
<h2>Try it</h2>
<p>Click the thumbnail below to run the applet in your browser (requires Java):</p>
<p><a href="http://www.chakahartamusic.com/code/processing/FractalWavetables2/"><img class="size-full wp-image-178 alignnone" title="fractalwavetables2-300x233" src="http://www.chakahartamusic.com/wp-content/uploads/2009/03/fractalwavetables2-300x233.png" alt="fractalwavetables2-300x233" width="240" height="186" /></a></p>
<p>Or get the downloadable application version here (so you can save out audio files):<br />
<a href="http://www.chakahartamusic.com/code/processing/FractalWavetables2/application.macosx.zip">Mac OS X version<br />
</a><a href="http://www.chakahartamusic.com/code/processing/FractalWavetables2/application.windows.zip">Windows version<br />
</a><a href="http://www.chakahartamusic.com/code/processing/FractalWavetables2/application.linux.zip">Linux version</a></p>
<p>If you’re curious about how this was written, the public git repository for this project lives at:<br />
<a href="http://wiki.github.com/jdnorthrup/fractalwavetablesketch">http://wiki.github.com/jdnorthrup/fractalwavetablesketch</a></p>
<h2>Thoughts</h2>
<p>Initially, I found the whole idea that the music can be self-similar from the waveform level, up to the “LFO” level, up to the rhythmic phrase, to the overall flow of a passage of sound — rather mind-expanding.</p>
<p>Interestingly, the sounds produced from this can sound spectacular through deep reverbs and other processing.  They’re almost the same amplitude at all frequencies in their range, quite unlike natural harmonic spectra.  Try running a steep resonant bandpass across some of the more complex sounds.</p>
<p>If you do anything cool with this app, please send me a link!</p>
<div id="attachment_192" class="wp-caption alignnone" style="width: 310px"><a href="http://www.chakahartamusic.com/wp-content/uploads/2009/03/droppedimage-filtered.jpg"><img class="size-medium wp-image-192 " title="droppedimage-filtered" src="http://www.chakahartamusic.com/wp-content/uploads/2009/03/droppedimage-filtered-300x270.jpg" alt="Sonograph of a fractal sound generated using this method." width="300" height="270" /></a><p class="wp-caption-text">Sonograph of a fractal sound.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jdnmusic.com/fractal-sound-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.251 seconds -->

