<?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>Do My Eyes Look Scary? &#187; Music Software</title>
	<atom:link href="http://music.cornwarning.com/category/music-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://music.cornwarning.com</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 19:01:24 +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>Using Random Processing in Ableton Live</title>
		<link>http://music.cornwarning.com/2012/01/02/using-random-processing-in-ableton-live/</link>
		<comments>http://music.cornwarning.com/2012/01/02/using-random-processing-in-ableton-live/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 00:52:01 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Music Software]]></category>
		<category><![CDATA[ableton live]]></category>
		<category><![CDATA[MIDI Effects]]></category>
		<category><![CDATA[Randomness]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=2288</guid>
		<description><![CDATA[There are two things that I&#8217;ve done consistently for 18 years I&#8217;ve been using a computer to make music is to experiment with random processes to generate something musically. EXAMPLE ENSEMBLE: http://www.cornwarning.com/xfer/AbletonLiveRandomizeExample.zip Ableton Live has a ton of effects. People &#8230; <a href="http://music.cornwarning.com/2012/01/02/using-random-processing-in-ableton-live/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2012/01/02/using-random-processing-in-ableton-live/" size="standard" count="true"></g:plusone></div><p>There are two things that I&#8217;ve done consistently for 18 years I&#8217;ve been using a computer to make music is to experiment with random processes to generate something musically.</p>
<p>EXAMPLE ENSEMBLE: <a href="http://www.cornwarning.com/xfer/AbletonLiveRandomizeExample.zip">http://www.cornwarning.com/xfer/AbletonLiveRandomizeExample.zip</a></p>
<p>Ableton Live has a ton of effects. People spend a lot of time and money (or time looking for W4R3Z, which imho is wasted) to find third party VST instruments and effects to give them a palette of sounds.  But before you go crazy buying and downloading stuff, it&#8217;s a good idea to fully explore the stuff built in to Live. </p>
<p>The Live MIDI effects are an under-utilized resource for creative sequencing, and the MIDI effect rack I&#8217;ve built does something that is to me really inspirational: It takes a stream of midi notes and randomizes their pitch and velocity.  </p>
<p>That doesn&#8217;t seem like much except for this particular context:  If you have a drum rack after this MIDI effect rack, when a MIDI note occurs, it adds a random offset to the note number, and assigns a random velocity.  If you load a drum rack with an assortment of sounds &#8212; in the case of my example, latin percussion samples &#8212; it will generate endless variety of drum patterns with continuously changing accents.</p>
<p><a href="http://music.cornwarning.com/wp-content/uploads/2012/01/randomnotegen1.jpg"><img src="http://music.cornwarning.com/wp-content/uploads/2012/01/randomnotegen1.jpg" alt="" title="randomnotegen" width="798" height="211" class="alignnone size-full wp-image-2294" /></a></p>
<p>From left to right the components of this rack are</p>
<ol>
<li><strong>Pitch</strong> Effect. Adds a fixed offset to incoming notes.</li>
<li><strong>Random</strong> Effect. Adds a random offset to incoming notes.
</li>
<li><strong>Velocity</strong> Effect. Randomly changes velocity of incoming notes.</li>
<li><strong>Velocity</strong> Effect. Filters out notes with velocity outside the range lowest to lowest+range.</li>
</ol>
<p>The actual rhythm is determined by the note pattern that&#8217;s playing in the current MIDI track.  This is cool because you can use groove templates on (for example) clip with a steady stream of 16th notes, and the output of the rack will follow the groove template.  Every time a note is triggered by the clip, a random offset is added to the pitch, which has the effect of choosing a different drum sound, with a random velocity.</p>
<p>The Macro controls on the left side give you control over various parameters.</p>
<ol>
<li><strong>Lowest</strong>: notes with velocities below this value won&#8217;t play</li>
<li><strong>Range</strong>: notes with velocities above Lowest+Range won&#8217;t play</li>
<li><strong>Pitch</strong>: Constant offset added to incoming note numbers</li>
<li><strong>Rand Velocity</strong>: How much randomness is added to incoming note velocities</li>
</ol>
<p>Here&#8217;s a use case: If you play the third clip in the KW Conga track in the example ensemble, it is a steady stream of notes with a pitch of C1, which in my drum rack corresponds to the first sound. If you don&#8217;t want a hit on every 16th note, turning up the <strong>Lowest</strong> knob will discard notes with low velocity, and turning down <strong>Range</strong> discards notes with higher velocity.  You tune the velocity range with these two knobs to thin out the incoming stream of notes by discarding some of the lowest and highest velocity notes.</p>
<p>The <strong>Pitch</strong> knob is to get around a limitation of the Random MIDI effect &#8212; it only goes up to a maximum offset of 24.  Since I have more than 24 sounds loaded in the drum rack, in order to play any of the sounds more than 2 octaves above C1, I have to add an offset.  You can also play this knob &#8212; or automate it &#8212; to change the set of sounds played by the incoming notes.  In this particular rack, all the flams are at the top of the drum rack&#8217;s note range, so if the <strong>Pitch</strong> knob is below 8, you won&#8217;t get any flams.</p>
<p>The <strong>Rand Velocity</strong> knob, if turned to zero, doesn&#8217;t change incoming velocities at all.  This would be useful in the case where you want the Velocity of the Groove template to determine note volumes.</p>
<p>All this is harder to explain than it is to use. Try downloading the example ensemble and fiddle with the knobs, and I think you&#8217;ll find that there&#8217;s an intuitive feel to using this effect rack.  The main thing you need to start with is a drum rack &#8212; like the conga rack in the example &#8212; driven by clips usually consisting of C1 notes, which is the default lowest note for drum racks. The more sounds you add to your drum rack the more useful the pitch knob will be; if you only have 24 sounds, turning up <strong>Pitch</strong> will just cause notes to be sent to empty slots in the drum rack.</p>
<p>And if you don&#8217;t want to just let this sort of constrained randomness do its thing forever, you can record the output of the MIDI rack in another MIDI track, and then choose a few bars to loop, or find the 4 bars that&#8217;s almost perfect and tweak it a bit.</p>
<p>This sort of technique isn&#8217;t limited to drum sounds.  If you&#8217;re using this rack with a pitched instrument it will do something random, and perhaps useful. With a pitched instrument, you can add a <strong>Scale</strong> Live MIDI effect, in order to constrain the notes played to the scale of your choice.</p>
<p>And that&#8217;s only the beginning of what you can do with effect racks.  Live&#8217;s MIDI effect racks have the same &#8216;multi-chain&#8217; feature of Live Effect and Instrument Racks &#8212; you can set up different chains of MIDI effects and use the Chain Select control to choose between them. And once you add in Max For Live MIDI effects, things can really get crazy.</p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2012/01/02/using-random-processing-in-ableton-live/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reaktor Effect: Random Multitap Delay/Shuffler</title>
		<link>http://music.cornwarning.com/2011/12/22/reaktor-effect-random-multitap-delayshuffler/</link>
		<comments>http://music.cornwarning.com/2011/12/22/reaktor-effect-random-multitap-delayshuffler/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 05:22:49 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Music Software]]></category>
		<category><![CDATA[Delay]]></category>
		<category><![CDATA[reaktor]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=2265</guid>
		<description><![CDATA[http://www.cornwarning.com/xfer/RandomMultitapDelay.zip The Random Multitap Delay is a delay effect that randomly, continuously changes the delay time between the input and output. The delay times are based on musical note durations &#8211; ¼ note, ? note, ? note triplets, etc.  My &#8230; <a href="http://music.cornwarning.com/2011/12/22/reaktor-effect-random-multitap-delayshuffler/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2011/12/22/reaktor-effect-random-multitap-delayshuffler/" size="standard" count="true"></g:plusone></div><p><a href="http://www.cornwarning.com/xfer/RandomMultitapDelay.zip">http://www.cornwarning.com/xfer/RandomMultitapDelay.zip</a></p>
<p>The Random Multitap Delay is a delay effect that randomly, continuously changes the delay time between the input and output. The delay times are based on musical note durations &#8211; ¼ note, ? note, ? note triplets, etc.  My goal was to use random processes in a way that preserves rhythmic integrity &#8212; the output stays in time with the input and any other rhythmic elements in the music.</p>
<p>Internally there is a multitap delay, whose delay time is a multiple of the current rhythmic division. If you select ? for the tap length then the first will delay ? note, the second 2/8 , the third ? etc.</p>
<p>The effect switches randomly between the delays over time, effectively re-arranging the input signal in time, shuffling it up.  This is particularly effective on drums, because it will generate an endlessly varying rhythmic pattern that will still add up to the ear.</p>
<p>There are two identical delays for the left and right sides of the stereo signal. Since the current delay tap is chosen randomly, the right and left signals will be different even if all the controls are set the same.</p>
<p>It’s actually harder to describe what the effect does clearly than to understand what it does by tweaking the controls, and hearing the results.<br />
<strong></strong><strong><img src="https://lh3.googleusercontent.com/6KpJK3e7RsAnM6Q76JhaUp_EP3_30vwkBAkPXQxKJejabbAnyskTTsmOsUJBvUxRjpXAeuPY_YJjlZS7yMzOnQLgLBWRjeEWDWcWTZg8kBYYjbvr8IQ" alt="" width="509px;" height="315px;" /><br />
</strong></p>
<h2 dir="ltr">In Use</h2>
<p>There is a hierarchy of chaos in the controls of the Random Multitap Delay.  I’ll list them from least chaotic to most chaotic:<br />
<strong></strong><strong><br />
</strong></p>
<h3 dir="ltr">Sync and Stepped On</h3>
<p dir="ltr">With both sync and stepped set, every rhythmic division, one delay is selected.  For example, if 1/8th is selected for tap length and 1/8th is selected for S&amp;H, every eighth note a different delay tap is chosen.</p>
<h3 dir="ltr">Sync On, Stepped Off</h3>
<p dir="ltr">Every rhythmic division a fractional value is chosen, that will select a blend of 2 delay times.  For example, if the tap length is 1/8th and selection value is 3.5, you will hear a 50/50 mix of the 4/8ths and 5/8ths delays.</p>
<h3 dir="ltr">Sync Off, Stepped On</h3>
<p dir="ltr">The delay tap selection varies continuously, based on Rand Speed, but only one delay tap is selected at a time.</p>
<h3 dir="ltr">Sync Off, Stepped Off</h3>
<p dir="ltr">The delay tap varies continuously at Rand Speed, and a mix of two delay taps will be heard all the time.</p>
<p><strong></strong><strong><br />
</strong>The meter and numeric display below the stepped button shows you how these controls interact.  They will show you exactly which delay tap is playing at a given time.  The delay taps are numbered 0 to 7, since I’m a computer programmer ;-)</p>
<h2 dir="ltr">Controls</h2>
<h3 dir="ltr">Tap Length</h3>
<p>This chooses a base delay time for the multitap delay.  These are standard musical divisions of time &#8212; ¼ note, 1/8th note, dotted 1/8th etc.<strong></strong><strong><br />
</strong></p>
<h3 dir="ltr">S&amp;H</h3>
<p>Controls the rate of change of the delay taps.  Every ¼ note (for example) a new delay tap is selected at random for the output.</p>
<h3 dir="ltr">Sync</h3>
<p>When this is on, the delay time is selected based on the setting of S&amp;H.  When it is off, the delays are switched between continuously at the rate specified by Rand Speed.</p>
<h3 dir="ltr">Rand Speed</h3>
<p>Chooses the speed at which the delay selection changes. The numeric value below the knob gives the speed in cycles per second/Herz.</p>
<h3 dir="ltr">Stepped</h3>
<p>Determines whether the delay selection is stepped (i.e. selecting just one tap at a time 0, 1, 2, 3&#8230;) or continous.  If Stepped is off,  you will hear a mix of two adjacent delay taps most of the time ( 0.3, 1.7, 2.1 …)</p>
<h3 dir="ltr">FB</h3>
<p>Controls the level of feedback for both the left and right delays.<strong></strong><strong><br />
</strong></p>
<h3 dir="ltr">Cross FB</h3>
<p>Controls the amount of the left delay that is fed into the right delay, and vice versa<strong></strong><strong><br />
</strong></p>
<h3 dir="ltr">L FB Mode/R FB Mode</h3>
<p>Selects the filter that is included in the feedback path of the delays. High Pass, Band Pass, Low Pass etc. ‘Bypass’ is also an option, which removes the filter entirely from the feedback path.<strong></strong><strong><br />
</strong></p>
<h3 dir="ltr">Spread</h3>
<p>The difference between the left and right feedback filter cutoffs.  At 12 O’Clock, L &amp; R filters have the same cutoff. As you rotate left, the left cutoff reduces, and the right cutoff increases.  As you rotate right the left cutoff increases and the right cutoff decreases.</p>
<h3 dir="ltr">F</h3>
<p>Feedback filter frequency<strong></strong><strong><br />
</strong></p>
<h3 dir="ltr">R</h3>
<p>Feedback filter resonance.</p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2011/12/22/reaktor-effect-random-multitap-delayshuffler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Paulstretch OS X build</title>
		<link>http://music.cornwarning.com/2011/12/07/new-paulstretch-os-x-build/</link>
		<comments>http://music.cornwarning.com/2011/12/07/new-paulstretch-os-x-build/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 19:25:13 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Music Software]]></category>
		<category><![CDATA[Paulstretch]]></category>
		<category><![CDATA[time stretching]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=2249</guid>
		<description><![CDATA[As software projects go, PaulStretch is rather a shadowy enigma. Since I did the initial Mac OS X port, I&#8217;ve had very, very sporadic communications with the author Nasca Octavian Paul about it. Then there&#8217;s the issue of versioning. Paul &#8230; <a href="http://music.cornwarning.com/2011/12/07/new-paulstretch-os-x-build/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2011/12/07/new-paulstretch-os-x-build/" size="standard" count="true"></g:plusone></div><p><a href="http://music.cornwarning.com/wp-content/uploads/2011/12/stretchy.jpg"><img src="http://music.cornwarning.com/wp-content/uploads/2011/12/stretchy-300x199.jpg" alt="" title="stretchy" width="300" height="199" class="alignleft size-medium wp-image-2251" /></a>As software projects go, PaulStretch is rather a shadowy enigma.  Since I did the initial Mac OS X port, I&#8217;ve had very, very sporadic communications with the author <a href="http://hypermammut.sourceforge.net/paulstretch/">Nasca Octavian Paul</a> about it.</p>
<p>Then there&#8217;s the issue of versioning.  Paul started a <a href="https://github.com/paulnasca/paulstretch_cpp">github repository</a>, but it hasn&#8217;t been updated since March.  It&#8217;s currently at version 2.2.2, but the only difference between 2.2-2 and 2.2-1 is that the version number it reports has changed.</p>
<p>At any rate, today I did a new build which is 1) OS X 10.6 (forward compatible with Lion, but perhaps not backwards compatible to Leopard or Tiger) 2) Up to date build, incorporating all of Paul&#8217;s changes.  I also spent some time playing with it to make sure it works properly.</p>
<p>You can download it here: <a href="http://www.cornwarning.com/xfer/PaulStretch-2.2.2-OSX-10.6.dmg">http://www.cornwarning.com/xfer/PaulStretch-2.2.2-OSX-10.6.dmg</a></p>
<p>It also has the latest refinements of the build scripts used to build PaulStretch from source.  I use <a href="http://www.cmake.org/">CMake</a>, which is <a href="http://www.kitware.com">Kitware&#8217;s</a> cross-platform build tool.  CMake keeps getting smarter, and my CMake recipe for PaulStretch will download all the prerequisite libraries, build them, and then download the PaulStretch source, build it, and generate an Apple App Bundle.</p>
<p>And CMake really is cross-platform &#8212; the same build recipe will work unmodified on Linux (which I have tested) and possibly on Windows (which I haven&#8217;t tried).</p>
<p>If you still have a PowerPC Mac, you can try using <a href="http://www.cornwarning.com/xfer/PaulStretch-OSX-PPC.dmg">http://www.cornwarning.com/xfer/PaulStretch-OSX-PPC.dmg</a> which a friend of mine built, but it isn&#8217;t the most recent version of PaulStretch.</p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2011/12/07/new-paulstretch-os-x-build/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Fun with Max For Live LFOs</title>
		<link>http://music.cornwarning.com/2011/08/14/fun-with-max-for-live-lfos/</link>
		<comments>http://music.cornwarning.com/2011/08/14/fun-with-max-for-live-lfos/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 15:55:09 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Audio Samples]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Music Software]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=2183</guid>
		<description><![CDATA[http://www.cornwarning.com/chaircrusher/Chaircrusher-2011-08-14-BeatRepeatLFO.mp3 It&#8217;s hard not to be an electronic musician without developing a fascination with random/stochastic processes as a compositional tool. Particularly because when you pay attention to e.g. a Max Roach Drum Solo he seems to be balancing random choices &#8230; <a href="http://music.cornwarning.com/2011/08/14/fun-with-max-for-live-lfos/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2011/08/14/fun-with-max-for-live-lfos/" size="standard" count="true"></g:plusone></div><table>
<tr>
<td>
<a href="http://www.cornwarning.com/chaircrusher/Chaircrusher-2011-08-14-BeatRepeatLFO.mp3">Download audio file (Chaircrusher-2011-08-14-BeatRepeatLFO.mp3)</a></td>
<td><a href="http://www.cornwarning.com/chaircrusher/Chaircrusher-2011-08-14-BeatRepeatLFO.mp3">http://www.cornwarning.com/chaircrusher/Chaircrusher-2011-08-14-BeatRepeatLFO.mp3</a></td>
</tr>
</table>
<p>It&#8217;s hard not to be an electronic musician without developing a fascination with random/stochastic processes as a compositional tool.  Particularly because when you pay attention to e.g. <a href="http://www.youtube.com/watch?v=Ns6i4YAe11Y">a Max Roach Drum Solo</a> he seems to be balancing random choices with intentional ones. While Roach knows what he wants in broad outlines, part of what makes his playing great is that he has learned to simply allow his muscle memory and hind brain take over and introduce surprises. By letting go of a score and conscious control he&#8217;s participating in randomness shaped by his will.</p>
<p>Max spent a lifetime developing the skills as a musician to allow this sort of freedom in his playing. This demonstration clip is what happens when you set up many random Max For Live LFOs to modulate many, many different things.  At the core, LFOs are modulating the Repeat and Grid parameters of a Beat Repeat effect. Then two more LFOS modulate the effect send levels, going to a reverb and delay.  A third LFO is modulating the rate of the LFO modulating the Repeat parameters.</p>
<p>Then more LFOs modulate the regeneration level and &#8216;echo reverse&#8217; parameters of the delay, and the size and predelay on the reverb.</p>
<p>One drum loop is the sole audio source for this.  All this modulation introduces a currently fashionable sort of crackle where changing parameters introduces audio discontinuities.</p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2011/08/14/fun-with-max-for-live-lfos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.cornwarning.com/chaircrusher/Chaircrusher-2011-08-14-BeatRepeatLFO.mp3" length="2634922" type="audio/mpeg" />
		</item>
		<item>
		<title>PaulStretch 2.1 is Out! New build instructions + new x86 OS X build</title>
		<link>http://music.cornwarning.com/2011/02/11/paulstretch-2-1-is-out-new-build-instructions-new-x86-os-x-build/</link>
		<comments>http://music.cornwarning.com/2011/02/11/paulstretch-2-1-is-out-new-build-instructions-new-x86-os-x-build/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 05:19:43 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Music Software]]></category>
		<category><![CDATA[cmake]]></category>
		<category><![CDATA[Paulstretch]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=1995</guid>
		<description><![CDATA[Please go Here for latest build! Paul added a new library dependency, which I hacked into my build recipe here: http://www.cornwarning.com/xfer/PaulStretchBuild-2.1.tar.gz Instructions for building I have a completely UNTESTED binary for people to try here. It should work, but I &#8230; <a href="http://music.cornwarning.com/2011/02/11/paulstretch-2-1-is-out-new-build-instructions-new-x86-os-x-build/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2011/02/11/paulstretch-2-1-is-out-new-build-instructions-new-x86-os-x-build/" size="standard" count="true"></g:plusone></div><h2>Please go <a href="http://music.cornwarning.com/2011/12/07/new-paulstretch-os-x-build/">Here for latest build!</a></h2>
<p><del datetime="2011-12-07T19:25:50+00:00">Paul added a new library dependency, which I hacked into my build recipe here: <a href="http://www.cornwarning.com/xfer/PaulStretchBuild-2.1.tar.gz">http://www.cornwarning.com/xfer/PaulStretchBuild-2.1.tar.gz</a></del></p>
<p><del><a href="http://music.cornwarning.com/2011/02/04/paulstretch-build-instructions-now-with-linux/">Instructions for building</a></del></p>
<p><del>I have a completely UNTESTED binary for people to try here. It should work, but I can&#8217;t test it right now.</del></p>
<p><del <<a href="http://www.cornwarning.com/xfer/PaulStretch2.1-OSX-10.6.tar.gz">http://www.cornwarning.com/xfer/PaulStretch2.1-OSX-10.6.tar.gz</p>
<p></del><del>If you&#8217;re not a command line jockey, just downloading and clicking on it will create paulstretch.app where ever you dropped the downloaded file.  If you know about command line stuff:<br />
</del></p>
<p>This is built on OS X 10.6, 32bit. No idea what OS X versions will run it.</p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2011/02/11/paulstretch-2-1-is-out-new-build-instructions-new-x86-os-x-build/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>PaulStretch Build Instructions &#8211; Now with Linux!</title>
		<link>http://music.cornwarning.com/2011/02/04/paulstretch-build-instructions-now-with-linux/</link>
		<comments>http://music.cornwarning.com/2011/02/04/paulstretch-build-instructions-now-with-linux/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 20:06:37 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Music Software]]></category>
		<category><![CDATA[cmake]]></category>
		<category><![CDATA[Paulstretch]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=1986</guid>
		<description><![CDATA[GO HERE FOR LATEST AND GREATEST The world of open source software development doesn&#8217;t sit still. A program that I rely on to build PaulStretch on OSX is CMake, which is an open source, cross-platform program that hides some of &#8230; <a href="http://music.cornwarning.com/2011/02/04/paulstretch-build-instructions-now-with-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2011/02/04/paulstretch-build-instructions-now-with-linux/" size="standard" count="true"></g:plusone></div><h2><a href="http://music.cornwarning.com/2011/12/07/new-paulstretch-os-x-build/">GO HERE FOR LATEST AND GREATEST</a></h2>
<p><del><br />
The world of open source software development doesn&#8217;t sit still.  A program that I rely on to build PaulStretch on OSX is <a href="http://www.cmake.org">CMake</a>, which is an open source, cross-platform program that hides some of the complexity of building software on different platforms.<br />
</del><del><br />
If you&#8217;ve built any software on OS X or Linux you&#8217;re probably familiar with the <strong>&#8220;./configure ; make ; make install&#8221; </strong>method of working with source packages. CMake does that but it goes out of its way to handle the low level crap that is a pain in the ass to set up program configuration with <a href="http://www.gnu.org/software/autoconf/">autoconf</a>.  On top of that, it will run on any Unix, OS X or Windows. And on top of THAT, it will generate Makefiles, or project files for any of the commonly used integrated development programs like Visual Studio (on PC) and XCode (on Mac).<br />
</del><del><br />
CMake really is as close as you can get to &#8216;write once, run anywhere&#8217; in the world of C and C++.  Not that there won&#8217;t be platform-specific stuff you&#8217;ll have to do, but it&#8217;s a lot easier and more concise in CMake.<br />
</del><del><br />
Anyway, as of CMake 2.8, there is a powerful new CMake Module called <em>ExternalProject</em>. It automates downloading, configuring and building open source packages.   I&#8217;ve used <em>ExternalProject</em>  heavily in my day job, so it seemed natural to use it to streamline building PaulStretch.  The result is maybe just as complex as the original build setup, but it is a lot more robust.  Reading through the <em>CMakeLists.txt</em> files I&#8217;ve set up will be a good introduction to how things work in CMake &#8212; I&#8217;ve done a bunch of things in there you&#8217;ll want to know how to do for your own projects &#8212; use <strong>ExternalProject_add</strong> to download and build libraries, do some platform-specific configuration, create an executable, etc.<br />
</del><del><br />
You can download the new PaulStretch Build package here: <a href="http://www.cornwarning.com/xfer/PaulStretchBuild-2.1.tar.gz">http://www.cornwarning.com/xfer/PaulStretchBuild-2.1.tar.gz</a><br />
</del><del><br />
The instructions are pretty straightforward:<br />
</del><del><br />
0. Make sure you have the compilers and development libraries installed on your system.<br />
1. Download the Tar file<br />
2. unpack the tar file, somewhere you have write permission.<br />
3. Run PaulStretch/BuildPaulStretch.sh<br />
</del><del><br />
On OS X, this will create a paulstretch.app, that you can drag and drop wherever you want.  On Linux, the executable will be in bin/paulstretch &#8212; it&#8217;s statically linked so it will run without needing anything besides the program file on your system. Or, for that matter, any other compatible Linux distribution.<br />
</del><del><br />
The result is an executable program in whatever directory you&#8217;ve run this process in.  The following commands would accomplish this whole process in a directory called &#8216;PaulStretch&#8217; in your home directory.<br />
</del><del><br />
mkdir -p ~/PaulStretch<br />
cd ~/PaulStretch<br />
curl http://www.cornwarning.com/xfer/PaulStretchBuild.tar.gz | tar xzf -<br />
PaulStretch/BuildPaulStretch.sh<br />
</del><del><br />
After running these commands, on OS X your PaulStretch program will be <strong>~/PaulStretch/paulstretch.app</strong>.  On Linux, it will be<strong> ~/PaulStretch/bin/paulstretch</strong>.<br />
As an added bonus, I took the time to try building on a couple of different Linux systems, to verify it works there.<br />
</del><del><br />
Once again, what will trip up the non-software-developer types in this whole process is step 0: making sure the dev tools are available on your system. That&#8217;s something I&#8217;m not going to explain here. Google it.  You&#8217;ll need GCC installed, all the development libraries, and on Linux the development libraries for libasound &#8212; the ALSA sound library.<br />
</del><del><br />
If you happen to be a Windows developer, you could take a crack at building using Visual Studio or MinGW.  The CMake build files are theoretically portable, but you&#8217;ll have to download CMake for Windows (here: <a href="http://www.cmake.org/files/v2.8/cmake-2.8.3-win32-x86.exe">http://www.cmake.org/files/v2.8/cmake-2.8.3-win32-x86.exe</a>)I haven&#8217;t done this, because I avoid doing development work on my Windows machines at home.  If I&#8217;m at home, and farting around on the computer, I want to be able to just use music software, not build it. Plus you can download the Windows version of PaulStretch here: <a href="http://sourceforge.net/projects/hypermammut/">http://sourceforge.net/projects/hypermammut/</a>.<br />
</del><del><br />
Let me re-iterate again &#8212; I don&#8217;t want to be tech support for this &#8212; if you can&#8217;t figure out from this post how to use what I&#8217;ve put together, you probably shouldn&#8217;t even be trying to build it yourself.  Ask your kid nephew who&#8217;s a big H4X0R to do it for you.<br />
</del><del></del></p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2011/02/04/paulstretch-build-instructions-now-with-linux/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>More &#8216;Just A Band&#8217; &#8212; Ha-ha</title>
		<link>http://music.cornwarning.com/2010/12/18/more-just-a-band-ha-ha/</link>
		<comments>http://music.cornwarning.com/2010/12/18/more-just-a-band-ha-ha/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 00:43:24 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Music Software]]></category>
		<category><![CDATA[The Internets]]></category>
		<category><![CDATA[Just A Band]]></category>
		<category><![CDATA[kenya]]></category>
		<category><![CDATA[Makmende]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=1973</guid>
		<description><![CDATA[Not my favorite track on the Just A Band 82 album, but this music video does rule. Apparently it was one of East Africa&#8217;s first Viral video complete with its own #Makmende Twitter tag. Makwende is apparently the Kenyan Chuck &#8230; <a href="http://music.cornwarning.com/2010/12/18/more-just-a-band-ha-ha/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2010/12/18/more-just-a-band-ha-ha/" size="standard" count="true"></g:plusone></div><p>Not my favorite track on the <a href="http://justaband.bandcamp.com/">Just A Band <em>82</em></a> album, but this music video does rule. Apparently it was one of East Africa&#8217;s first <a href="http://mypoproks.com/2010/03/30/makmende-returns-in-just-a-bands-ha-he-video-goes-viral/">Viral video complete with its own <strong>#Makmende</strong> Twitter tag.  Makwende is apparently the Kenyan Chuck Norris, which the world needs now!</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/_mG1vIeETHc?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/_mG1vIeETHc?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object><br />
</a><a href="http://music.cornwarning.com/wp-content/uploads/2010/12/makmende-437x582.jpg"><img src="http://music.cornwarning.com/wp-content/uploads/2010/12/makmende-437x582.jpg" alt="" title="makmende-437x582" width="437" height="582" class="alignnone size-full wp-image-1974" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2010/12/18/more-just-a-band-ha-ha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Track: Expemsible</title>
		<link>http://music.cornwarning.com/2010/08/27/new-track-expemsible/</link>
		<comments>http://music.cornwarning.com/2010/08/27/new-track-expemsible/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 16:39:29 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Music Software]]></category>
		<category><![CDATA[chaircrusher]]></category>
		<category><![CDATA[Expemsible]]></category>
		<category><![CDATA[Paulstretch]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=1815</guid>
		<description><![CDATA[All the hootenanny about PaulStretch got me playing with it again, and this is what I came up with. As my vrave buddies used to say &#8216;very ambient.&#8217; http://www.cornwarning.com/chaircrusher/Chaircrusher-Expemsible.mp3 The source material was a couple of samples downloaded from the &#8230; <a href="http://music.cornwarning.com/2010/08/27/new-track-expemsible/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2010/08/27/new-track-expemsible/" size="standard" count="true"></g:plusone></div><p><a href="http://music.cornwarning.com/wp-content/uploads/2010/08/expemsible.jpg"><img src="http://music.cornwarning.com/wp-content/uploads/2010/08/expemsible.jpg" alt="" title="expemsible" width="300" height="225" class="alignleft size-full wp-image-1817" /></a>All the hootenanny about <a href="http://music.cornwarning.com/2010/08/19/paulstretch-for-os-x-the-justin-bieber-edition/">PaulStretch</a> got me playing with it again, and this is what I came up with.  As my vrave buddies used to say &#8216;very ambient.&#8217;</p>
<p><a href="http://www.cornwarning.com/chaircrusher/Chaircrusher-Expemsible.mp3">Download audio file (Chaircrusher-Expemsible.mp3)</a></p>
<p><a href="http://www.cornwarning.com/chaircrusher/Chaircrusher-Expemsible.mp3">http://www.cornwarning.com/chaircrusher/Chaircrusher-Expemsible.mp3</a></p>
<p>The source material was a couple of samples downloaded from the Internet &#8212; a drumloop and a bassline. I added the phaser effect.  So the original audio was on the order of 2 seconds long.</p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2010/08/27/new-track-expemsible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.cornwarning.com/chaircrusher/Chaircrusher-Expemsible.mp3" length="32593555" type="audio/mpeg" />
		</item>
		<item>
		<title>Forensic Examination of the Slowed Down Justin Bieber &#8220;Love U&#8221;</title>
		<link>http://music.cornwarning.com/2010/08/21/forensic-examination-of-the-slowed-down-justin-bieber-love-u/</link>
		<comments>http://music.cornwarning.com/2010/08/21/forensic-examination-of-the-slowed-down-justin-bieber-love-u/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 15:33:29 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Music Software]]></category>
		<category><![CDATA[Silliness]]></category>
		<category><![CDATA[Justin Bieber]]></category>
		<category><![CDATA[Love U]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Paulstretch]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=1786</guid>
		<description><![CDATA[This will be my last post on the subject. It&#8217;s been fun to get a lot more site visits, but just for perspective, my friend Jerry&#8217;s Retarded Ravers Of America site was getting ten times the traffic ten years ago &#8230; <a href="http://music.cornwarning.com/2010/08/21/forensic-examination-of-the-slowed-down-justin-bieber-love-u/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2010/08/21/forensic-examination-of-the-slowed-down-justin-bieber-love-u/" size="standard" count="true"></g:plusone></div><p><a href="http://music.cornwarning.com/wp-content/uploads/2010/08/thebieb.jpg"><img src="http://music.cornwarning.com/wp-content/uploads/2010/08/thebieb-300x45.jpg" alt="" title="thebieb" width="300" height="45" class="alignleft size-medium wp-image-1789" /></a><br />
This will be my last post on the subject.  It&#8217;s been fun to get a lot more site visits, but just for perspective, my friend Jerry&#8217;s Retarded Ravers Of America site was getting ten times the traffic ten years ago that my blog does today. It also feels a little weird riding Justin Bieber&#8217;s coat tails to this new level of web notoriety.  As it happens the PaulStretch OS X posts consistently generate more traffic than anything else on this blog, which puts me in my place&#8211;doing a port of PaulStretch may be my most enduring Internet legacy, even if I wish I was known more for my own music.</p>
<p>Anyway, as regards the &#8220;Love U&#8221; stretched version, there was some speculation that it was a hoax, and then some speculation that the &#8216;group&#8217; claiming they&#8217;d made the track themselves was itself a hoax.   I decided to investigate, and came to these conclusions:</p>
<ul>
<li>It was, in fact, produced using PaulStretch, perhaps even using my OS X port</li>
<li>The actual slowdown was actually on the order of 10x</li>
<li>It was pitched down a little more than a half-step.</li>
<li>Either it was MP3 encoded at a low quality/bitrate, or slightly lowpass filtered.  My version (which is encoded from the raw output of PaulStretch) sounds noticeably brighter.</li>
</ul>
<p><a href="http://www.cornwarning.com/xfer/JB-USmile-Stretched.mp3">Download audio file (JB-USmile-Stretched.mp3)</a><br />
<a href="http://www.cornwarning.com/xfer/JB-USmile-Stretched.mp3">http://www.cornwarning.com/xfer/JB-USmile-Stretched.mp3</a></p>
<p>The original:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="81" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowscriptaccess" value="always" /><param name="src" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fsoundcloud.com%2Fshamantis%2Fj-biebz-u-smile-800-slower&amp;" /><embed type="application/x-shockwave-flash" width="100%" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fsoundcloud.com%2Fshamantis%2Fj-biebz-u-smile-800-slower&amp;" allowscriptaccess="always"></embed></object><span><a href="http://soundcloud.com/shamantis/j-biebz-u-smile-800-slower">J. BIEBZ &#8211; U SMILE 800% SLOWER</a> by <a href="http://soundcloud.com/shamantis">Shamantis</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2010/08/21/forensic-examination-of-the-slowed-down-justin-bieber-love-u/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.cornwarning.com/xfer/JB-USmile-Stretched.mp3" length="85427638" type="audio/mpeg" />
		</item>
		<item>
		<title>Paulstretch for OS X &#8212; the Justin Bieber Edition</title>
		<link>http://music.cornwarning.com/2010/08/19/paulstretch-for-os-x-the-justin-bieber-edition/</link>
		<comments>http://music.cornwarning.com/2010/08/19/paulstretch-for-os-x-the-justin-bieber-edition/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 15:33:06 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Music Software]]></category>
		<category><![CDATA[Justin Bieber]]></category>
		<category><![CDATA[Love U]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Paulstretch]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=1773</guid>
		<description><![CDATA[GO HERE FOR LATEST AND GREATEST Well, someone may &#8212; or may not &#8212; have posted a slowed down version of Justin Bieber&#8217;s &#8220;Love U&#8221; and as a result my janky little blog is experiencing a 25-fold bump in traffic. &#8230; <a href="http://music.cornwarning.com/2010/08/19/paulstretch-for-os-x-the-justin-bieber-edition/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2010/08/19/paulstretch-for-os-x-the-justin-bieber-edition/" size="standard" count="true"></g:plusone></div><h2><a href="http://music.cornwarning.com/2011/12/07/new-paulstretch-os-x-build/">GO HERE FOR LATEST AND GREATEST</a></h2>
<p><a href="http://music.cornwarning.com/wp-content/uploads/2010/08/stretch-bieber.jpg"><img src="http://music.cornwarning.com/wp-content/uploads/2010/08/stretch-bieber.jpg" alt="" title="stretch-bieber" width="260" height="260" class="alignleft size-full wp-image-1775" /></a>Well, someone may &#8212; or may not &#8212; have posted a slowed down version of Justin Bieber&#8217;s &#8220;Love U&#8221; and as a result my janky little blog is experiencing a 25-fold bump in traffic.   I&#8217;m hoping the fine folks at <a href="http://www.midphase.com">Midphase</a> don&#8217;t mind &#8212; I have an &#8216;unlimited bandwidth&#8217; account, but I think it&#8217;s only unlimited until you start saturating their net connection.</p>
<p>Anyhow, if you&#8217;re here looking for Paulstretch, get it from <a href="http://music.cornwarning.com/2011/12/07/new-paulstretch-os-x-build/">this post</a> &#8212; the new build can actually load MP3 files due to a new version of one of the libraries it needs.  If you&#8217;re still on a Power Mac, <a href="http://music.cornwarning.com/2010/04/08/paulstretch-2-0-os-x-ppc-build/">go here</a>.  </p>
<p>The build scripts are <a href="http://www.cornwarning.com/xfer/PaulStretch-OSX-Build.tar.gz">Here</a>, but don&#8217;t even bother unless you are an actual programmer, because I can&#8217;t troubleshoot your problems for you.  What I wrote worked perfectly from a standing start back when I wrote it, but library versions change, source code archive links get moved, and you may not have all the build tools on your machine.</p>
<p>Let the stretching begin!<br />
<strong>EDIT:</strong> I listened again to the example I put up back when I first started playing with Paulstretch and I still really dig it. It&#8217;s the <a href="http://www.myspace.com/bitonetroupe">Bitone Troupe&#8217;s</a> cover of Björk&#8217;s &#8220;All Is Full Of Love.&#8221;</p>
<p><a href="http://www.cornwarning.com/xfer/BitoneTroupe-AllIsFullOfLove-Stretched.mp3">Download audio file (BitoneTroupe-AllIsFullOfLove-Stretched.mp3)</a><br />
<a href="http://www.cornwarning.com/xfer/BitoneTroupe-AllIsFullOfLove-Stretched.mp3">http://www.cornwarning.com/xfer/BitoneTroupe-AllIsFullOfLove-Stretched.mp3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2010/08/19/paulstretch-for-os-x-the-justin-bieber-edition/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.cornwarning.com/xfer/BitoneTroupe-AllIsFullOfLove-Stretched.mp3" length="19403979" type="audio/mpeg" />
		</item>
		<item>
		<title>Iowa Cicadas</title>
		<link>http://music.cornwarning.com/2010/07/22/iowa-cicadas/</link>
		<comments>http://music.cornwarning.com/2010/07/22/iowa-cicadas/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 04:32:45 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Music Software]]></category>
		<category><![CDATA[Cicadas]]></category>
		<category><![CDATA[Granite VST]]></category>
		<category><![CDATA[Location Recording]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=1692</guid>
		<description><![CDATA[I started my summer DJ mix with a track of sorts I made with my Zoom H4 of insect sounds in the evening here in Iowa City. Here is the track independent of the mix: http://www.cornwarning.com/chaircrusher/Chaircrusher-IowaEvening.mp3 This is actually done &#8230; <a href="http://music.cornwarning.com/2010/07/22/iowa-cicadas/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2010/07/22/iowa-cicadas/" size="standard" count="true"></g:plusone></div><p><a href="http://music.cornwarning.com/wp-content/uploads/2010/07/f_cicada19.jpg"><img src="http://music.cornwarning.com/wp-content/uploads/2010/07/f_cicada19-223x300.jpg" alt="" title="f_cicada19" width="223" height="300" class="alignleft size-medium wp-image-1696" /></a>I started my <a href="http://music.cornwarning.com/2010/07/20/summer-2010-dj-mix/">summer DJ mix</a> with a track of sorts I made with my <a href="http://www.zoom.co.jp/english/products/h4/">Zoom H4</a> of insect sounds in the evening here in Iowa City.</p>
<p>Here is the track independent of the mix:</p>
<p><a href="http://www.cornwarning.com/chaircrusher/Chaircrusher-IowaEvening.mp3">Download audio file (Chaircrusher-IowaEvening.mp3)</a><br />
<a href="http://www.cornwarning.com/chaircrusher/Chaircrusher-IowaEvening.mp3">http://www.cornwarning.com/chaircrusher/Chaircrusher-IowaEvening.mp3</a></p>
<p>This is actually done in 4 tracks &#8212; 3 different recordings from different spots, mixed with one of them processed with <a href="http://newsonicarts.com/">Granite</a>.</p>
<p>If you really are into Cicada sounds, I can also offer this:</p>
<p><a href="http://www.cornwarning.com/chaircrusher/2010-07-22-Cicadas.flac">http://www.cornwarning.com/chaircrusher/2010-07-22-Cicadas.flac</a></p>
<p>Which is 18 minutes from my back yard tonight.  It&#8217;s a large file but there&#8217;s lots of good sound in there.</p>
<p><a href="http://music.cornwarning.com/wp-content/uploads/2010/07/ZOOM-H4-MM-22.jpg"><img src="http://music.cornwarning.com/wp-content/uploads/2010/07/ZOOM-H4-MM-22-300x225.jpg" alt="" title="ZOOM-H4-MM-22" width="300" height="225" class="alignleft size-medium wp-image-1694" /></a>And speaking of which &#8212; a great investment if you do any sort of location recording &#8212; a wind muff!  I got <a href="http://www.soundprofessionals.com/cgi-bin/gold/item/ZOOM-H4-MM-22">this one</a> and it made everything I record outside sound better.   I even use it indoors, because it seems to damp all air motion around the microphones, with the result of less &#8216;dead air&#8217; self-noise.</p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2010/07/22/iowa-cicadas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.cornwarning.com/chaircrusher/Chaircrusher-IowaEvening.mp3" length="9773038" type="audio/mpeg" />
		</item>
		<item>
		<title>Again with the Granular Synthesis &#8212; Granite VST</title>
		<link>http://music.cornwarning.com/2010/07/05/again-with-the-granular-synthesis-granite-vst/</link>
		<comments>http://music.cornwarning.com/2010/07/05/again-with-the-granular-synthesis-granite-vst/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 03:04:37 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Music Software]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=1663</guid>
		<description><![CDATA[New Sonic Arts has come up with a new granular synthesis tool they call &#8216;Granite.&#8217; It is similar to many other of the granular synthesis tools, and yet has it&#8217;s own unique sound qualities. This was announced last week and &#8230; <a href="http://music.cornwarning.com/2010/07/05/again-with-the-granular-synthesis-granite-vst/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2010/07/05/again-with-the-granular-synthesis-granite-vst/" size="standard" count="true"></g:plusone></div><p><a href="http://www.newsonicarts.com/">New Sonic Arts</a> has come up with a new granular synthesis tool they call &#8216;Granite.&#8217;  It is similar to many other of the granular synthesis tools, and yet has it&#8217;s own unique sound qualities.</p>
<p>This was announced last week and I ended up listening to the demo samples on loop for quite some time.  It seems to be tuned to very musical throughout the entire parameter space, which is rare.  Chief among the improvements I can imagine are filter types other than low pass, and an integral delay effect to go with the reverb.  But since one can effectively do that with effects elsewhere in the signal chain, it&#8217;s a minor thing.</p>
<p>A brilliant feature of Granite is that aside from the usual free-form sound mangling one associates with granular synthesis, it&#8217;s set up to be a VST instrument you can play from a keyboard or synthesizer.  Obviously with some sounds that can be more conventionally musical than with others, but it does come up with unexpected and pleasing sounds.</p>
<p><a href="http://www.cornwarning.com/xfer/Granite-Tabla.mp3">Download audio file (Granite-Tabla.mp3)</a><br />
<a href="http://music.cornwarning.com/wp-content/uploads/2010/07/granite.jpg"><img src="http://music.cornwarning.com/wp-content/uploads/2010/07/granite.jpg" alt="" title="granite" width="500" height="317" class="alignleft size-full wp-image-1667" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2010/07/05/again-with-the-granular-synthesis-granite-vst/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.cornwarning.com/xfer/Granite-Tabla.mp3" length="11336205" type="audio/mpeg" />
		</item>
		<item>
		<title>Even More Granulosity &#8211; PaulStretch</title>
		<link>http://music.cornwarning.com/2010/07/03/even-more-granulosity-paulstretch/</link>
		<comments>http://music.cornwarning.com/2010/07/03/even-more-granulosity-paulstretch/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 20:28:08 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Music Software]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=1651</guid>
		<description><![CDATA[GO HERE FOR LATEST AND GREATEST When I did the OS X build for PaulStretch, it became the most popular and enduring blog post I&#8217;ve ever done. Paulstretch has kind of a funky user interface, but the way it sounds, &#8230; <a href="http://music.cornwarning.com/2010/07/03/even-more-granulosity-paulstretch/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2010/07/03/even-more-granulosity-paulstretch/" size="standard" count="true"></g:plusone></div><h2><a href="http://music.cornwarning.com/2011/12/07/new-paulstretch-os-x-build/">GO HERE FOR LATEST AND GREATEST</a></h2>
<p>When I did the <a href="http://music.cornwarning.com/2010/04/06/paulstretch-new-build-for-the-new-decade/">OS X build</a> for <a href="http://hypermammut.sourceforge.net/paulstretch/">PaulStretch</a>, it became the most popular and enduring blog post I&#8217;ve ever done.</p>
<p>Paulstretch has kind of a funky user interface, but the way it sounds, and the sound variations it is capable of are fantastic.  And it&#8217;s free. It also can take a 3 minute song and turn it into a week-long ambient drone. The dude who wrote it (Nasca Octavian Paul) shows up on the web every 5 years ago and drops a piece of interesting software, then disappears again. He&#8217;s never returned my e-mails, and I&#8217;ve maintained the OS X port!</p>
<p>Anyway, this is Paulstretch operating on &#8220;Mal Hombre&#8221; by the legendary Lydia Mendoza<br />
<a href="http://www.cornwarning.com/chaircrusher/LydiaMendoza-MalHombre-PaulStretched.mp3">Download audio file (LydiaMendoza-MalHombre-PaulStretched.mp3)</a><br />
<a href="http://www.cornwarning.com/chaircrusher/LydiaMendoza-MalHombre-PaulStretched.mp3">http://www.cornwarning.com/chaircrusher/LydiaMendoza-MalHombre-PaulStretched.mp3</a></p>
<p>The original.  I should mention that Lydia Mendoza is absolutely fantastic. A pioneer of Norteño music, the popular music of Mexican-Americans in the United States, she plays that music kind of like what&#8217;s playing in Mexican Restaurants, only she&#8217;s as fearless a singer as Aretha Franklin. She can bring me to tears, and I don&#8217;t even know Spanish.<br />
<a href="http://www.cornwarning.com/chaircrusher/LydiaMendoza-MalHombre.mp3">Download audio file (LydiaMendoza-MalHombre.mp3)</a><br />
<a href="http://www.cornwarning.com/chaircrusher/LydiaMendoza-MalHombre.mp3">http://www.cornwarning.com/chaircrusher/LydiaMendoza-MalHombre.mp3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2010/07/03/even-more-granulosity-paulstretch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.cornwarning.com/chaircrusher/LydiaMendoza-MalHombre-PaulStretched.mp3" length="22485266" type="audio/mpeg" />
<enclosure url="http://www.cornwarning.com/chaircrusher/LydiaMendoza-MalHombre.mp3" length="5886305" type="audio/mpeg" />
		</item>
		<item>
		<title>More Granularity &#8212; Christopher Hipgrave&#8217;s Ambient Software</title>
		<link>http://music.cornwarning.com/2010/07/02/more-granularity-christopher-hipgraves-ambient-software/</link>
		<comments>http://music.cornwarning.com/2010/07/02/more-granularity-christopher-hipgraves-ambient-software/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 06:54:07 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Audio Samples]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Music Software]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=1642</guid>
		<description><![CDATA[Christopher Hipgrave&#8217;s Ambient is a piece of software distributed by Audiobulb. Ambient is based around granular synthesis of any audio file. It&#8217;s pitch shifted, delayed and filtered, and there are several controls you can tweak to control the sound, though &#8230; <a href="http://music.cornwarning.com/2010/07/02/more-granularity-christopher-hipgraves-ambient-software/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2010/07/02/more-granularity-christopher-hipgraves-ambient-software/" size="standard" count="true"></g:plusone></div><p><a href="http://music.cornwarning.com/wp-content/uploads/2010/07/ambient-audiobulb-556.jpg"><img src="http://music.cornwarning.com/wp-content/uploads/2010/07/ambient-audiobulb-556-300x237.jpg" alt="" title="ambient-audiobulb-556" width="300" height="237" class="alignleft size-medium wp-image-1643" /></a><a href="http://www.kvraudio.com/forum/viewtopic.php?p=4151849#4151849">Christopher Hipgrave&#8217;s Ambient</a> is a piece of software distributed by <a href="http://www.audiobulb.com/">Audiobulb</a>.</p>
<p>Ambient is based around granular synthesis of any audio file. It&#8217;s pitch shifted, delayed and filtered, and there are several controls you can tweak to control the sound, though &#8216;explore&#8217; probably makes more sense in this context than &#8216;control.&#8217;</p>
<p>But it&#8217;s definitely worth 10 Eu especially if you aren&#8217;t a musician, but want to play with a cool audio toy &#8212; load anything and then fiddle with knobs, or just hit the random button for hours of crazy sounding fun.</p>
<p>It&#8217;s not perfect &#8212; there isn&#8217;t any way to map the knobs to midi, and the design of the user interface encourages exploration over purposeful control. It also has a tendency to turn any input into 100 buskers playing at the same time in the Berlin Hauptbahnhof.  But it is a lot of fun &#8212; something you could turn a 5 year old loose on and they&#8217;d have a blast.</p>
<h3>Quarry Process</h3>
<p>This is Amibient chewing up a version of Meredith Monk&#8217;s Quarry Weave, as arranged by me using ImageLine Harmless as a sound source.  It sounds like part of a the soundtrack for a Wim Wenders movie to me:<br />
<a href="http://www.cornwarning.com/chaircrusher/Chaircrusher-QuarryProcess.mp3">Download audio file (Chaircrusher-QuarryProcess.mp3)</a><br /><a href="http://www.cornwarning.com/chaircrusher/Chaircrusher-QuarryProcess.mp3">http://www.cornwarning.com/chaircrusher/Chaircrusher-QuarryProcess.mp3</a></p>
<h3>Quarry Weave</h3>
<p>The source audio fed into Ambient:<br />
<a href="http://www.cornwarning.com/chaircrusher/MeredithMonk-QuarryWeave-ChaircrusherInstrmntl.mp3">Download audio file (MeredithMonk-QuarryWeave-ChaircrusherInstrmntl.mp3)</a><br />
<a href="http://www.cornwarning.com/chaircrusher/MeredithMonk-QuarryWeave-ChaircrusherInstrmntl.mp3">http://www.cornwarning.com/chaircrusher/MeredithMonk-QuarryWeave-ChaircrusherInstrmntl.mp3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2010/07/02/more-granularity-christopher-hipgraves-ambient-software/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.cornwarning.com/chaircrusher/Chaircrusher-QuarryProcess.mp3" length="11533691" type="audio/mpeg" />
<enclosure url="http://www.cornwarning.com/chaircrusher/MeredithMonk-QuarryWeave-ChaircrusherInstrmntl.mp3" length="6915242" type="audio/mpeg" />
		</item>
		<item>
		<title>Granular &#8216;Shoot Out&#8217; &#8212; ArgotLunar,Discord 3,Granular-to-Go</title>
		<link>http://music.cornwarning.com/2010/06/29/granular-shoot-out-argotlunardiscord-3granular-to-go/</link>
		<comments>http://music.cornwarning.com/2010/06/29/granular-shoot-out-argotlunardiscord-3granular-to-go/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 12:48:56 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Music Software]]></category>
		<category><![CDATA[argotlunar]]></category>
		<category><![CDATA[discord3]]></category>
		<category><![CDATA[pluggo]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=1631</guid>
		<description><![CDATA[I&#8217;ve been rather taken by using granular effects the past couple of weeks. Sure I should courriel that to Circa 2000 Twerk/Kit Clayton/Taylor Dupree, but whatever. I find things at my own pace. In particular, I like the idea of &#8230; <a href="http://music.cornwarning.com/2010/06/29/granular-shoot-out-argotlunardiscord-3granular-to-go/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2010/06/29/granular-shoot-out-argotlunardiscord-3granular-to-go/" size="standard" count="true"></g:plusone></div><p>I&#8217;ve been rather taken by using granular effects the past couple of weeks.  Sure I should courriel that to Circa 2000 Twerk/Kit Clayton/Taylor Dupree, but whatever. I find things at my own pace.  In particular, I like the idea of playing with a harmonically useful subset of the granular effect domain &#8212; In particular sending pad sounds through granular effects with pitch shifts like an octave or a major fifth.<br />
The contenders:</p>
<h2>ArgotLunar</h2>
<p><a href="http://argotlunar.info/"><img src="http://music.cornwarning.com/wp-content/uploads/2010/06/argotlunar.jpg" alt="" title="argotlunar" width="446" height="156" class="alignleft size-full wp-image-1633" /></a></p>
<p>Argotlunar has the advantage of being free. Beyond that it does have it&#8217;s own distinctive sound &#8212; it has a large number of parameters, all of which can be varied randomly.  The best effects to my mind require limiting the number and range of random variations, since you can only control their depth, not their speed.</p>
<h2>Discord3</h2>
<p><a href="http://www.audiodamage.com/effects/product.php?pid=AD025"><img src="http://music.cornwarning.com/wp-content/uploads/2010/06/discord3.jpg" alt="" title="discord3" width="457" height="449" class="alignleft size-full wp-image-1636" /></a></p>
<p>Discord3 is only partially a granular delay, being pitched more as a pitch shifter. It has 3 modes &#8212; the &#8216;vintage&#8217; mode based on AudioDamage&#8217;s earlier version Discord2 (and the oldest and crustiest of the Eventide pitch effects), a &#8216;modern&#8217; mode, and a grain mode.  Their grain mode seems to produce more sustained output from sustained input, and at least for harmonic material, its &#8216;chaos&#8217; control quickly makes a mess of its input.  Not that it&#8217;s a bad thing.</p>
<h2>Granular-To-Go</h2>
<p><a href="http://cycling74.com/2009/05/14/pluggo-technology-moves-to-max-for-live/"><img src="http://music.cornwarning.com/wp-content/uploads/2010/06/granular2go.jpg" alt="" title="granular2go" width="358" height="410" class="alignleft size-full wp-image-1637" /></a></p>
<p>Granular-To-Go is part of the discontinued Pluggo plug-in suite by Cycling74. Presumably it lives on in Max For Live, but I&#8217;ve resisted the siren call of Max thus far.  The range of sounds possible are similar to ArgotLunar, but the grain length range and offset are specified in samples, which isn&#8217;t a useful rhythmic value.  The sound possibilities are quite nice, ranging from clattery washes to completely mental screeching. </p>
<h2>Which Is Better?</h2>
<p>As Ali G once said, &#8220;which is betteh? in da sense dat one fing is better den anutha?&#8221;</p>
<p>Not straightforward.  Getting ArgotLunar is a no-brainer because it&#8217;s free and it works great.  Discord 3 is really a pitch shift effect with a granular mode thrown in.  It has a lot of deep programmability and could be used for anything from a ping pong delay to a sonic mutilator.  Granular-To-Go &#8212; if you can get it &#8212; shows its age, both in the &#8216;dot matrix printer paper&#8217; user interface, and relative unfriendliness of its controls.  But it can do it&#8217;s own brand of shimmery craziness.</p>
<p><a href="http://cornwarning.com/xfer/GranularTest.mp3">Download audio file (GranularTest.mp3)</a><br />
<a href="http://cornwarning.com/xfer/GranularTest.mp3">http://cornwarning.com/xfer/GranularTest.mp3</a></p>
<p>First Harmless by itself, then ArgotLunar, then Discord3, then Granular-to-Go, then various combinations of the three in different orders.</p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2010/06/29/granular-shoot-out-argotlunardiscord-3granular-to-go/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://cornwarning.com/xfer/GranularTest.mp3" length="4723046" type="audio/mpeg" />
		</item>
		<item>
		<title>New Chaircrusher Track &#8220;Amber Waves&#8221;</title>
		<link>http://music.cornwarning.com/2010/06/23/new-chaircrusher-track-amber-waves/</link>
		<comments>http://music.cornwarning.com/2010/06/23/new-chaircrusher-track-amber-waves/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 18:53:33 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Music Software]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=1614</guid>
		<description><![CDATA[http://www.cornwarning.com/chaircrusher/Chaircrusher-AmberWaves.mp3 Had a track on the back burner, when i downloaded the ArgotLuna granular delay effect VST plugin. Slowed it down 50BPM, put ArgotLunar on the pad synth, and there you are. Argotlunar is pretty cool &#8212; I like especially &#8230; <a href="http://music.cornwarning.com/2010/06/23/new-chaircrusher-track-amber-waves/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2010/06/23/new-chaircrusher-track-amber-waves/" size="standard" count="true"></g:plusone></div><table>
<tr>
<td><a href="http://www.cornwarning.com/chaircrusher/Chaircrusher-AmberWaves.mp3">Download audio file (Chaircrusher-AmberWaves.mp3)</a></td>
</tr>
<tr>
<td>
<a href="http://www.cornwarning.com/chaircrusher/Chaircrusher-AmberWaves.mp3">http://www.cornwarning.com/chaircrusher/Chaircrusher-AmberWaves.mp3</a>
</td>
</tr>
</table>
<p><a href="http://music.cornwarning.com/wp-content/uploads/2010/06/AmberWavesOfGrain.jpg"><img src="http://music.cornwarning.com/wp-content/uploads/2010/06/AmberWavesOfGrain-300x230.jpg" alt="" title="AmberWavesOfGrain" width="300" height="230" class="alignleft size-medium wp-image-1618" /></a>Had a track on the back burner, when i downloaded the <a href="http://argotlunar.info/">ArgotLuna</a> granular delay effect VST plugin. Slowed it down 50BPM, put ArgotLunar on the pad synth, and there you are.  </p>
<p>Argotlunar is pretty cool &#8212; I like especially automating the number of active grains because you can take it from a simple pitch shifted delay to a dense cloud with the twist of a knob.  I adjusted the pitch shift to 1200 cents, which pushes the delayed grains up an octave.  Due to the control resolution, it&#8217;s not precisely an octave which is actually better&#8230;.</p>
<p>The main drums come from <a href="http://www.audiodamage.com/instruments/product.php?pid=AD024">Audiodamage Tatoo</a>. The other sounds were things I sampled in my studio and chopped up.</p>
<p>The name &#8212; &#8220;Amber Waves&#8221; of GRAIN &#8212; I kill me.  It&#8217;s also (I just found out) the name of a porn star in Boogie Nights</p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2010/06/23/new-chaircrusher-track-amber-waves/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.cornwarning.com/chaircrusher/Chaircrusher-AmberWaves.mp3" length="12975650" type="audio/mpeg" />
		</item>
		<item>
		<title>Autechre &#8220;Move Of Ten&#8221;</title>
		<link>http://music.cornwarning.com/2010/06/19/autechre-move-of-ten/</link>
		<comments>http://music.cornwarning.com/2010/06/19/autechre-move-of-ten/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 15:57:23 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Music Software]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=1586</guid>
		<description><![CDATA[As has been their wont, Warp released the download version of Autechre&#8217;s new album Move of Ten as a digital download in advance of the physical product. So I bought it yesterday. I got the 24-bit WAV file version because, &#8230; <a href="http://music.cornwarning.com/2010/06/19/autechre-move-of-ten/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2010/06/19/autechre-move-of-ten/" size="standard" count="true"></g:plusone></div><p><img alt="" src="http://upload.wikimedia.org/wikipedia/en/b/ba/Autechre-move-of-ten.jpeg" class="alignleft" width="200" height="200" />As has been their wont, Warp released the download version of Autechre&#8217;s new album <a href="http://bleep.com/index.php?page=release_details&#038;releaseid=25108">Move of Ten</a> as a digital download in advance of the physical product. So I bought it yesterday.</p>
<p>I got the 24-bit WAV file version because, well, I have the hardware to play it and it was only a dollar more.  I&#8217;ve spent a little time comparing the 320kbs MP3 file and 24-bit WAV files and it&#8217;s intriguing.  I honestly can&#8217;t hear the difference &#8212; but then I only have a $500 playback system and nearly 53-year-old ears.</p>
<p>I messed about a bit with the track Rev(1) comparing the 2 files audibly, and then figured screw it &#8212; let&#8217;s get scientific. I loaded both the WAV and MP3 files and mixed the inverse of one with the other, trying to get as close as I could to do it 100% in phase. Then I normalized it.</p>
<p>This is the result:<br />
<a href="http://www.cornwarning.com/xfer/Autechre-Rew(1)-MP3-vs-Wav.mp3">Download audio file (Autechre-Rew(1)-MP3-vs-Wav.mp3)</a><br />
<a href="http://www.cornwarning.com/xfer/Autechre-Rew(1)-MP3-vs-Wav.mp3">http://www.cornwarning.com/xfer/Autechre-Rew(1)-MP3-vs-Wav.mp3</a></p>
<p>The apparent difference between the WAV and MP3 is some white noise with a pretty wide stereo field. Interestingly, it&#8217;s not clear to me whether that&#8217;s what&#8217;s missing in the MP3, or what was added to the MP3. I suspect they added additional mastering processing to the MP3 to try and match the WAV and MP3 by ear.</p>
<p>If that&#8217;s the case, then the residual difference between the two could be the application of a digital exciter process, whose job is to subtly distort the signal to make it sound brighter and more &#8216;in focus.&#8217;</p>
<p>The Album itself is pretty ace, too, audio geeking aside.</p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2010/06/19/autechre-move-of-ten/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>PaulStretch 2.0 &#8212; OS X PPC Build!</title>
		<link>http://music.cornwarning.com/2010/04/08/paulstretch-2-0-os-x-ppc-build/</link>
		<comments>http://music.cornwarning.com/2010/04/08/paulstretch-2-0-os-x-ppc-build/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 14:08:11 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[Music Software]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[paul stretch]]></category>
		<category><![CDATA[Paulstretch]]></category>
		<category><![CDATA[PPC]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=1460</guid>
		<description><![CDATA[GO HERE FOR LATEST AND GREATEST My PaulStretch build was unfortunately Intel-only, and probably would only work with OS X 10.5 or later. Now, a friend who shall be known (at his request) as &#8220;the anonymous benefactor&#8221; has done the &#8230; <a href="http://music.cornwarning.com/2010/04/08/paulstretch-2-0-os-x-ppc-build/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2010/04/08/paulstretch-2-0-os-x-ppc-build/" size="standard" count="true"></g:plusone></div><h2><a href="http://music.cornwarning.com/2011/12/07/new-paulstretch-os-x-build/">GO HERE FOR LATEST AND GREATEST</a></h2>
<p><a href="http://music.cornwarning.com/2010/04/06/paulstretch-new-build-for-the-new-decade/">My PaulStretch build was unfortunately Intel-only, and probably would only work with OS X 10.5 or later.</p>
<p>Now, a friend who shall be known (at his request) as &#8220;the anonymous benefactor&#8221; has done the build on a G5 PowerMac, running OS X 10.5.8:</p>
<p></a><a href="http://www.cornwarning.com/xfer/PaulStretch-OSX-PPC.dmg">http://www.cornwarning.com/xfer/PaulStretch-OSX-PPC.dmg</a></p>
<p>This is supplied with no warranty, express or implied, and no doubt, it will NOT run on some PowerMacs.  I have no idea how binary compatibility works OS X and the PPC chips, except that it does not, as Apple is wont to say &#8220;just work.&#8221;</p>
<p>Again, if you download either of the disk images and they do not work, feel free to follow <a href="http://music.cornwarning.com/2009/05/02/howto-build-paulstretch-on-osx/">these instructions</a> in order to build things for yourself.  According to the aforementioned Anonymous Benefactor &#8212; the instructions do, in fact &#8220;just work.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2010/04/08/paulstretch-2-0-os-x-ppc-build/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PaulStretch &#8212; New Build For the New Decade&#8230;</title>
		<link>http://music.cornwarning.com/2010/04/06/paulstretch-new-build-for-the-new-decade/</link>
		<comments>http://music.cornwarning.com/2010/04/06/paulstretch-new-build-for-the-new-decade/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 21:23:22 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[Music Software]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[paul stretch]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=1452</guid>
		<description><![CDATA[EDIT: If you want the latest &#038; greatest go here Judging from the WP Stats, my posts about the PaulStretch extreme audio timestretching application are by far the most popular blog posts I&#8217;ve ever made, indeed I think people will &#8230; <a href="http://music.cornwarning.com/2010/04/06/paulstretch-new-build-for-the-new-decade/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2010/04/06/paulstretch-new-build-for-the-new-decade/" size="standard" count="true"></g:plusone></div><p><strong>EDIT</strong>:  If you want the latest &#038; greatest go <a href="http://music.cornwarning.com/2011/02/11/paulstretch-2-1-is-out-new-build-instructions-new-x86-os-x-build/">here</a></p>
<p>Judging from the WP Stats, my posts about the PaulStretch extreme audio timestretching application are by far the most popular blog posts I&#8217;ve ever made, indeed I think people will be downloading it after I&#8217;m dead if this domain outlives me.</p>
<p>Well, today I took the time to &#8216;refresh&#8217; the PaulStretch stuff. This means I updated all the libraries it depends on to current versions and rebuilt the program.  I don&#8217;t mess with the program source code itself &#8212; nothing has changed in appearance or tools.  </p>
<p>The one thing that has changed &#8212; and it&#8217;s a biggie! &#8212; is that it now can load MP3 files for processing without crashing. Huzzah!</p>
<p>If you want to know what I&#8217;m talking about, check the original post <a href="http://music.cornwarning.com/2009/04/29/paul-stretch-extreme-audio-time-stretching-for-os-x-to-download/">here</a>.  I&#8217;ve updated the build scripts but<a href="http://music.cornwarning.com/2009/05/02/howto-build-paulstretch-on-osx/"> the instructions here</a> still apply.</p>
<p>The application: <a href="http://www.cornwarning.com/xfer/PaulStretch-OSX-x386.dmg">http://www.cornwarning.com/xfer/PaulStretch-OSX-x386.dmg</a></p>
<p>The build scripts: <a href="http://www.cornwarning.com/xfer/PaulStretch-OSX-Build.tar.gz">http://www.cornwarning.com/xfer/PaulStretch-OSX-Build.tar.gz</a> EDIT: I had the link wrong. Sorry &#8212; one letter off.</p>
<h2>The Disclaimer</h2>
<p>I did this for my own amusement. I don&#8217;t want to be the guy providing tech support on Paul Stretch. So try and take care of yourselves.  As far as I know no one has bothered to try and use my scripts to compile it for themselves, which I find annoying because A) people are so damn lazy and B) there should be hundreds of people around the world capable of building this program and troubleshooting any issues that come up.  That&#8217;s why there&#8217;s no PPC or Snow Leopard build avaiable &#8212; not one damn person stepped up.</p>
<p>And as to the functioning of the program itself, or any new versions, that zynaddsubfx dude who wrote it went AWOL shortly after releasing the program. He&#8217;s never responded to any of my e-mails.<br />
<a href="http://music.cornwarning.com/wp-content/uploads/2010/04/stretch-armstrong.jpg"><img src="http://music.cornwarning.com/wp-content/uploads/2010/04/stretch-armstrong.jpg" alt="" title="stretch-armstrong" width="260" height="260" class="alignnone size-full wp-image-1454" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2010/04/06/paulstretch-new-build-for-the-new-decade/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>Does the world really need any more virtual instruments or effects?</title>
		<link>http://music.cornwarning.com/2010/01/06/does-the-world-really-need-any-more-virtual-instruments-or-effects/</link>
		<comments>http://music.cornwarning.com/2010/01/06/does-the-world-really-need-any-more-virtual-instruments-or-effects/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 19:17:22 +0000</pubDate>
		<dc:creator>chaircrusher</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Music Software]]></category>

		<guid isPermaLink="false">http://music.cornwarning.com/?p=1191</guid>
		<description><![CDATA[&#8230; or do I really need any more? So my arsenal for music production comprises NI Komplete 6 (Reaktor, Kontakt, FM8, Massive, Guitar Rig, Absynth, Battery) Ableton Live Suite (Sampler, Tension, Operator, Electric, Collision, Analog) Older NI synths (Pro-53, B4) &#8230; <a href="http://music.cornwarning.com/2010/01/06/does-the-world-really-need-any-more-virtual-instruments-or-effects/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="alignright"><g:plusone href="http://music.cornwarning.com/2010/01/06/does-the-world-really-need-any-more-virtual-instruments-or-effects/" size="standard" count="true"></g:plusone></div><p>&#8230; or do I really need any more?</p>
<p>So my arsenal for music production comprises</p>
<ol>
<li><a href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;ved=0CBQQFjAA&amp;url=http%3A%2F%2Fwww.native-instruments.com%2Fen%2Fproducts%2Fproducer%2Fkomplete-6%2F&amp;ei=09pES6bKApWyNrX3qI0J&amp;usg=AFQjCNGLbPU53KEDQjKQ1q0wyHluR2s8wg&amp;sig2=eidq6h0HjXwHCVCR1_aQsg">NI Komplete 6 (Reaktor, Kontakt, FM8, Massive, Guitar Rig, Absynth, Battery)</a></li>
<li><a href="http://www.ableton.com/suite-8">Ableton Live Suite (Sampler, Tension, Operator, Electric, Collision, Analog)</a></li>
<li>Older NI synths (<a href="http://www.native-instruments.com/#/en/products/producer/pro-53/">Pro-53</a>, <a href="http://www.native-instruments.com/#/en/products/producer/b4-ii/">B4</a>)</li>
<li><a href="http://www.uaudio.com/index.html">UAD-1 plugins</a></li>
<li><a href="http://www.xils-lab.com/pages/XILS-3.html">Xils (VCS3 emulation)</a></li>
<li><a href="http://www.xoxos.net/">Xoxos</a> drum synth suite</li>
<li><a href="http://www.ikmultimedia.com/t-racks/features/">TRackS</a> mastering plugs</li>
<li>Most of the <a href="http://www.audiodamage.com/">AudioDamage</a> plugins</li>
<li><a href="http://www.applied-acoustics.com/ultraanalog/overview/">AAS Ultra Analog</a></li>
<li><a href="http://www.image-line.com/documents/harmless.html">Image-Line Harmless</a></li>
<li>A few other free or cheap things</li>
<li>Ableton Live 8 Suite Built-in effects</li>
</ol>
<p>I&#8217;m not rich &#8212; a lot of these pieces of software were Not For Resale review copies, or <a href="http://www.audiomidi.com">Audiomidi</a> &#8216;No Brainer&#8217; Deals, or (in the case of the UAD-1) insane blow-out deals. Others are incremental purchases, like the Audiodamage stuff.</p>
<p>I actually have licenses software I don&#8217;t actually have loaded on my computer right now.  When I got to add a compressor to a track I don&#8217;t even know how many choices I have &#8212; I have 4 I use regularly &#8212; UAD-1 1176LN-SE, UAD-1 LA2A, AudioDamage Rough Rider, and the built in Ableton compressor.  If I want an analog synth sound I have 8 or 10 choices, and that&#8217;s before I go to my outboard real analog synths.</p>
<p>I follow the usual suspects (KVR et al) for news on new virtual synths and effects, and only rarely do I ever see anything I&#8217;m moved to investigate &#8212; even if it&#8217;s free! And I haven&#8217;t even begun to mention sample sets, and doing my own sampling, live guitar playing, location recording, and screwing around in Sound Forge doing sound design.</p>
<p>Which raises a couple of questions:  Given the glut of different software synths &amp; effects available, does anyone really need to make more?  When was the last time someone came up with something that pegged the &#8216;Oh Wow&#8217; meter?  Honestly, there seems to be a lack of imagination amongst the people writing audio software.  There just haven&#8217;t been very many things introduced in the last 20 years that are great leaps forward.  We&#8217;re still living in a world based around analog and analog-esque synths, digital FM, samplers, delays, flangers, compressors, reverbs, and distortion devices.  And most of the people involved in electronic music production barely make good use of those.  In fact, most of them use all those tools, and all the computing power that was unimaginable 20 years ago, to make complete shit.</p>
<p>And a lot of electronic producers spend big bucks essentially recreating Herbie Hancock&#8217;s studio circa 1975, only with a computer instead of multitrack analog tape.</p>
<p>Which leads me to an inescapable conclusion &#8212; I can&#8217;t keep up, and it&#8217;s a distraction to even try.  I have enough stuff at my disposal to make it ridiculous to ever want more, and to the extent I am an actual musician/producer, every second I waste dinking around on the tools as opposed to actually making tracks is a waste of time.  Basta!</p>
<p>Not that I&#8217;ll actually follow that advice. I&#8217;m already excited to see what happens next week at <a href="http://www.namm.org/thenammshow/2010">Winter NAMM!!!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://music.cornwarning.com/2010/01/06/does-the-world-really-need-any-more-virtual-instruments-or-effects/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

