<?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>Phrontist.org &#187; Links</title>
	<atom:link href="http://www.phrontist.org/category/links/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phrontist.org</link>
	<description></description>
	<lastBuildDate>Wed, 11 Jan 2012 16:01:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Against Capitalism</title>
		<link>http://www.phrontist.org/2011/10/against-capitalism/</link>
		<comments>http://www.phrontist.org/2011/10/against-capitalism/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 22:51:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[anti-capitalism]]></category>
		<category><![CDATA[marxism]]></category>
		<category><![CDATA[political economy]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://www.phrontist.org/?p=389</guid>
		<description><![CDATA[Here is a really succinct summary of the most popular criticisms of capitalism, by G.A. Cohen, who identified as a analytical marxist (&#8220;marxism without the bullshit&#8221;) and had a really weird sense of humor.


]]></description>
			<content:encoded><![CDATA[<p>Here is a really succinct summary of the most popular criticisms of capitalism, by <a href="http://en.wikipedia.org/wiki/G.A._Cohen">G.A. Cohen</a>, who identified as a <a href="http://en.wikipedia.org/wiki/Analytical_Marxism">analytical marxist</a> (&#8220;marxism without the bullshit&#8221;) and had <a href="http://www.youtube.com/watch?v=KSNJGymnLG4">a really weird sense of humor</a>.</p>
<p><object width="480"><param name="movie" value="http://www.youtube.com/v/yA9WPQeow9c#t=3m12s"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/yA9WPQeow9c#t=3m12s" type="application/x-shockwave-flash" width="480" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object width="480"><param name="movie" value="http://www.youtube.com/v/oD1YEzd6QzQ?version=3&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/oD1YEzd6QzQ?version=3&amp;hl=en_US" type="application/x-shockwave-flash" width="480" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phrontist.org/2011/10/against-capitalism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Bjorklund Algorithm</title>
		<link>http://www.phrontist.org/2011/03/the-bjorklund-algorithm/</link>
		<comments>http://www.phrontist.org/2011/03/the-bjorklund-algorithm/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 01:47:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[bjorklund]]></category>
		<category><![CDATA[generative]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[supercollider]]></category>

		<guid isPermaLink="false">http://www.phrontist.org/?p=338</guid>
		<description><![CDATA[



The following problem is considered by Bjorklund, in connection with the operation of certain components (such as high voltage power supplies) of spallation neutron source (SNS) accelerators used in nuclear physics.
Construct a binary sequence of n bits with k one’s, such that the k one’s are distributed as evenly as possible among the zero’s. For [...]]]></description>
			<content:encoded><![CDATA[



<blockquote><p>The following problem is considered by Bjorklund, in connection with the operation of certain components (such as high voltage power supplies) of spallation neutron source (SNS) accelerators used in nuclear physics.</p>
<p>Construct a binary sequence of n bits with k one’s, such that the k one’s are distributed as evenly as possible among the zero’s. For example, if n = 16 and k = 4, the solution is [1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0]. The problem of primary interest is when k and n are relatively prime numbers, i.e., when k and n are evenly divisible only by 1.</p></blockquote>
<p>This is an excerpt from the somewhat melodramatically titled paper, <a href="http://cgm.cs.mcgill.ca/~godfried/publications/banff.pdf"><em>The Euclidean Algorithm Generates Traditional Musical Rhythms</em></a>. In short, sequences generated by the equal spacing algorithm described resemble various traditional rhythms, or otherwise sound pretty good. <a href="http://createdigitalmusic.com/2011/03/circles-and-euclidian-rhythms-off-the-grid-a-few-music-makers-that-go-round-and-round/">Create Digital Music</a> did a post on various musical applications of it recently, like <a href="http://www.hisschemoller.com/2011/euclidean-rhythms/">this neat little sequencer in flash</a>.</p>
<p>Being a <a href="http://supercollider.sf.net">SuperCollider</a> chauvinist I was happy to see <a href="http://www.fredrikolofsson.com/">Fredrik Olofsson</a> had already written <a href="http://www.fredrikolofsson.com/f0blog/?q=node/434">a pattern class</a> to generate these sequences. It didn&#8217;t support embedding of patterns within it (which is what I really wanted to play with) but after <a href="http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/Bjorklund-Class-td6174974.html">a quick email to the list</a> he patched it. Thanks Fredrik.</p>
<p>Anyway, <a href="http://soundcloud.com/phrontist/ital">here is a quick demo</a>, with code after the jump.</p>
<p><object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F12229312"></param><param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F12229312" type="application/x-shockwave-flash" width="100%"></embed></object></span> </p>
<p><span id="more-338"></span></p>
<div class="codecolorer-container sclang dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br /></div></td><td><div class="sclang codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000;">&#40;</span><br />
<span style="color: #0000BF;">var</span> snare<span style="color: #000000;">,</span> kick<span style="color: #000000;">,</span> snare_part<span style="color: #000000;">,</span> clicks<span style="color: #000000;">,</span> swing<span style="color: #000000;">,</span> swing_off<span style="color: #000000;">,</span> high<span style="color: #000000;">,</span> bass<span style="color: #000000;">;</span><br />
<br />
<span style="color: #0000BF;">TempoClock</span>.<span style="">default</span>.<span style="">tempo</span> = <span style="color: #000000;">40</span><span style="color: #000000;">/</span><span style="color: #000000;">30</span><span style="color: #000000;">;</span><br />
<br />
snare = <span style="color: #0000BF;">Buffer</span>.<span style="">read</span><span style="color: #000000;">&#40;</span>s<span style="color: #000000;">,</span> <span style="color: #606060;">&quot;/home/bjorn/audio_work/samples/budos_snare.wav&quot;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">;</span><br />
kick = <span style="color: #0000BF;">Buffer</span>.<span style="">read</span><span style="color: #000000;">&#40;</span>s<span style="color: #000000;">,</span> <span style="color: #606060;">&quot;/home/bjorn/audio_work/samples/electro_kick.wav&quot;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">;</span><br />
<br />
snare_part = <span style="color: #0000BF;">Pbind</span><span style="color: #000000;">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\<span style="color: #009700;">instrument</span><span style="color: #000000;">,</span> \<span style="color: #009700;">drum_machine</span><span style="color: #000000;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\<span style="color: #009700;">div</span><span style="color: #000000;">,</span> <span style="color: #000000;">16</span><span style="color: #000000;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\<span style="color: #009700;">bjorklund</span><span style="color: #000000;">,</span> Pbjorklund<span style="color: #000000;">&#40;</span><span style="color: #0000BF;">Prand</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">7</span><span style="color: #000000;">,</span><span style="color: #000000;">9</span><span style="color: #000000;">,</span><span style="color: #000000;">13</span><span style="color: #000000;">,</span><span style="color: #000000;">5</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">,</span><span style="color: #0000BF;">inf</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span><span style="color: #0000BF;">Pkey</span><span style="color: #000000;">&#40;</span>\<span style="color: #009700;">div</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\<span style="color: #009700;">bufnum</span><span style="color: #000000;">,</span> <span style="color: #0000BF;">Pstep</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#91;</span>kick.<span style="">bufnum</span><span style="color: #000000;">,</span>snare.<span style="">bufnum</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">,</span><span style="color: #000000;">1</span><span style="color: #000000;">,</span><span style="color: #0000BF;">inf</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\<span style="color: #009700;">dur</span><span style="color: #000000;">,</span> <span style="color: #0000BF;">Pstep</span><span style="color: #000000;">&#40;</span><span style="color: #0000BF;">Pseq</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">4</span><span style="color: #000000;">,</span><span style="color: #000000;">4</span><span style="color: #000000;">,</span><span style="color: #000000;">4</span><span style="color: #000000;">,</span><span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">,</span><span style="color: #0000BF;">inf</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span><span style="color: #000000;">2</span><span style="color: #000000;">,</span><span style="color: #0000BF;">inf</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">/</span><span style="color: #0000BF;">Pkey</span><span style="color: #000000;">&#40;</span>\<span style="color: #009700;">div</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\<span style="color: #009700;">amp</span><span style="color: #000000;">,</span> <span style="color: #0000BF;">Pkey</span><span style="color: #000000;">&#40;</span>\<span style="color: #009700;">bjorklund</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">*</span> <span style="color: #000000;">0.15</span> <span style="color: #000000;">*</span> <span style="color: #0000BF;">Pstep</span><span style="color: #000000;">&#40;</span><span style="color: #0000BF;">Pseq</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">,</span><span style="color: #000000;">0.6</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">,</span><span style="color: #0000BF;">inf</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span><span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">6</span><span style="color: #000000;">,</span><span style="color: #0000BF;">inf</span><span style="color: #000000;">&#41;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#41;</span><span style="color: #000000;">;</span><br />
<br />
clicks = <span style="color: #0000BF;">Pbind</span><span style="color: #000000;">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\<span style="color: #009700;">instrument</span><span style="color: #000000;">,</span> \<span style="color: #009700;">click</span><span style="color: #000000;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\<span style="color: #009700;">amp</span><span style="color: #000000;">,</span> <span style="color: #0000BF;">Pstep</span><span style="color: #000000;">&#40;</span><span style="color: #0000BF;">Pseq</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">,</span><span style="color: #000000;">0.3</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">,</span><span style="color: #0000BF;">inf</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span><span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">6</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\<span style="color: #009700;">dur</span><span style="color: #000000;">,</span> <span style="color: #0000BF;">Pstep</span><span style="color: #000000;">&#40;</span><span style="color: #0000BF;">Pseq</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">4</span><span style="color: #000000;">,</span><span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">4</span><span style="color: #000000;">,</span><span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">4</span><span style="color: #000000;">,</span><span style="color: #0000BF;">Prand</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">8</span><span style="color: #000000;">,</span><span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">6</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">,</span><span style="color: #0000BF;">inf</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span> <span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#41;</span><span style="color: #000000;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;<br />
high = <span style="color: #0000BF;">Pbind</span><span style="color: #000000;">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\<span style="color: #009700;">instrument</span><span style="color: #000000;">,</span> \<span style="color: #009700;">sinepluck</span><span style="color: #000000;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\<span style="color: #009700;">div</span><span style="color: #000000;">,</span> <span style="color: #0000BF;">Pstep</span><span style="color: #000000;">&#40;</span><span style="color: #0000BF;">Prand</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">8</span><span style="color: #000000;">,</span><span style="color: #000000;">16</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">,</span><span style="color: #0000BF;">inf</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span><span style="color: #000000;">2</span><span style="color: #000000;">,</span><span style="color: #0000BF;">inf</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\<span style="color: #009700;">scale</span><span style="color: #000000;">,</span> <span style="color: #0000BF;">Scale</span>.<span style="">major</span><span style="color: #000000;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\<span style="color: #009700;">amp</span><span style="color: #000000;">,</span> <span style="color: #000000;">&#40;</span>Pbjorklund<span style="color: #000000;">&#40;</span><span style="color: #0000BF;">Prand</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">4</span><span style="color: #000000;">,</span><span style="color: #000000;">5</span><span style="color: #000000;">,</span><span style="color: #000000;">7</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">,</span><span style="color: #0000BF;">inf</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span><span style="color: #0000BF;">Pkey</span><span style="color: #000000;">&#40;</span>\<span style="color: #009700;">div</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">*</span> <span style="color: #000000;">0.4</span> + <span style="color: #000000;">0.05</span><span style="color: #000000;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\<span style="color: #009700;">dur</span><span style="color: #000000;">,</span> <span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">&#40;</span><span style="color: #0000BF;">Pkey</span><span style="color: #000000;">&#40;</span>\<span style="color: #009700;">div</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\<span style="color: #009700;">degree</span><span style="color: #000000;">,</span> <span style="color: #0000BF;">Pstep</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">0</span><span style="color: #000000;">,</span><span style="color: #000000;">5</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">,</span><span style="color: #000000;">8</span><span style="color: #000000;">,</span><span style="color: #0000BF;">inf</span><span style="color: #000000;">&#41;</span> + <span style="color: #0000BF;">Pshuf</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">0</span><span style="color: #000000;">,</span><span style="color: #000000;">2</span><span style="color: #000000;">,</span><span style="color: #000000;">4</span><span style="color: #000000;">,</span>-<span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">,</span><span style="color: #0000BF;">inf</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\<span style="color: #009700;">out</span><span style="color: #000000;">,</span> <span style="color: #000000;">2</span><span style="color: #000000;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;\<span style="color: #009700;">octave</span><span style="color: #000000;">,</span> <span style="color: #0000BF;">Pstep</span><span style="color: #000000;">&#40;</span><span style="color: #0000BF;">Pseq</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">6</span><span style="color: #000000;">,</span><span style="color: #000000;">5</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">,</span><span style="color: #0000BF;">inf</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span><span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">2</span><span style="color: #000000;">,</span><span style="color: #0000BF;">inf</span><span style="color: #000000;">&#41;</span><br />
<span style="color: #000000;">&#41;</span><span style="color: #000000;">;</span><br />
<br />
bass = <span style="color: #0000BF;">Pbind</span><span style="color: #000000;">&#40;</span>\<span style="color: #009700;">instrument</span><span style="color: #000000;">,</span> \<span style="color: #009700;">ital_bass</span><span style="color: #000000;">,</span> \<span style="color: #009700;">dur</span><span style="color: #000000;">,</span> <span style="color: #000000;">2</span><span style="color: #000000;">,</span> \<span style="color: #009700;">octave</span><span style="color: #000000;">,</span> <span style="color: #000000;">3</span><span style="color: #000000;">,</span> \<span style="color: #009700;">degree</span><span style="color: #000000;">,</span> <span style="color: #0000BF;">Pseq</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">0</span><span style="color: #000000;">,</span><span style="color: #000000;">0</span><span style="color: #000000;">,</span><span style="color: #000000;">5</span><span style="color: #000000;">,</span><span style="color: #000000;">5</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">,</span><span style="color: #0000BF;">inf</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span> \<span style="color: #009700;">wobble</span><span style="color: #000000;">,</span> <span style="color: #0000BF;">Prand</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">2</span><span style="color: #000000;">/</span><span style="color: #000000;">3</span><span style="color: #000000;">,</span><span style="color: #000000;">2</span><span style="color: #000000;">,</span><span style="color: #000000;">4</span><span style="color: #000000;">,</span><span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">3</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">,</span><span style="color: #0000BF;">inf</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">*</span><span style="color: #0000BF;">TempoClock</span>.<span style="">default</span>.<span style="">tempo</span> <span style="color: #000000;">&#41;</span><span style="color: #000000;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;<br />
<span style="color: #0000BF;">Ptpar</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">0</span><span style="color: #000000;">,</span>high<span style="color: #000000;">,</span><span style="color: #000000;">16</span><span style="color: #000000;">,</span>clicks<span style="color: #000000;">,</span><span style="color: #000000;">48</span><span style="color: #000000;">,</span>bass<span style="color: #000000;">,</span><span style="color: #000000;">32</span><span style="color: #000000;">,</span>snare_part<span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span>.<span style="">play</span><span style="color: #000000;">;</span><br />
<br />
<span style="color: #000000;">&#41;</span><br />
<br />
<br />
<span style="color: #0000BF;">SynthDef</span><span style="color: #000000;">&#40;</span>\<span style="color: #009700;">drum_machine</span><span style="color: #000000;">,</span> <span style="color: #000000;">&#123;</span><span style="color: #000000;">|</span> out = <span style="color: #000000;">0</span><span style="color: #000000;">,</span> bufnum = <span style="color: #000000;">0</span><span style="color: #000000;">,</span> rate = <span style="color: #000000;">1</span><span style="color: #000000;">,</span> amp = <span style="color: #000000;">1</span><span style="color: #000000;">,</span> dur = <span style="color: #000000;">1</span><span style="color: #000000;">|</span><br />
<span style="color: #0000BF;">var</span> playback<span style="color: #000000;">;</span><br />
playback = <span style="color: #0000BF;">PlayBuf</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">2</span><span style="color: #000000;">,</span> bufnum<span style="color: #000000;">,</span> <span style="color: #0000BF;">BufRateScale</span>.<span style="">kr</span><span style="color: #000000;">&#40;</span>bufnum<span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span> rate<span style="color: #000000;">:</span> rate<span style="color: #000000;">,</span> doneAction<span style="color: #000000;">:</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>.<span style="">dup</span> <span style="color: #000000;">*</span> <span style="color: #000000;">0.8</span><span style="color: #000000;">;</span><br />
<span style="color: #0000BF;">Out</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span>out<span style="color: #000000;">,</span> playback <span style="color: #000000;">*</span> amp<span style="color: #000000;">&#41;</span><br />
<span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span>.<span style="">store</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">;</span><br />
<br />
<span style="color: #0000BF;">SynthDef</span><span style="color: #000000;">&#40;</span>\<span style="color: #009700;">click</span><span style="color: #000000;">,</span> <span style="color: #000000;">&#123;</span><span style="color: #000000;">|</span> out = <span style="color: #000000;">0</span><span style="color: #000000;">,</span> amp = <span style="color: #000000;">0</span><span style="color: #000000;">,</span> dur = <span style="color: #000000;">1</span> <span style="color: #000000;">|</span><br />
<span style="color: #0000BF;">Out</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span>out<span style="color: #000000;">,</span> <span style="color: #0000BF;">XLine</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">,</span><span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">1000</span><span style="color: #000000;">,</span>dur<span style="color: #000000;">*</span><span style="color: #000000;">2</span><span style="color: #000000;">,</span> doneAction<span style="color: #000000;">:</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">*</span> <span style="color: #0000BF;">BPF</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span><span style="color: #0000BF;">PinkNoise</span>.<span style="">ar</span><span style="color: #000000;">,</span><span style="color: #0000BF;">XLine</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">20000</span><span style="color: #000000;">,</span><span style="color: #0000BF;">LinLin</span>.<span style="">kr</span><span style="color: #000000;">&#40;</span>amp<span style="color: #000000;">,</span><span style="color: #000000;">0</span><span style="color: #000000;">,</span><span style="color: #000000;">1</span><span style="color: #000000;">,</span><span style="color: #000000;">200</span><span style="color: #000000;">,</span><span style="color: #000000;">1000</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span>dur<span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span><span style="color: #0000BF;">XLine</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">0.99</span><span style="color: #000000;">,</span><span style="color: #000000;">0.01</span><span style="color: #000000;">,</span>dur<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>.<span style="">dup</span> <span style="color: #000000;">*</span> <span style="color: #000000;">0.8</span> <span style="color: #000000;">*</span> amp<span style="color: #000000;">&#41;</span><span style="color: #000000;">;</span><br />
<span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span>.<span style="">store</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">;</span><br />
<br />
<span style="color: #000000;">&#40;</span><br />
<span style="color: #0000BF;">SynthDef</span><span style="color: #000000;">&#40;</span><span style="color: #606060;">&quot;sinepluck&quot;</span><span style="color: #000000;">,</span> <span style="color: #000000;">&#123;</span><br />
<span style="color: #0000BF;">arg</span> freq = <span style="color: #000000;">440</span><span style="color: #000000;">,</span> amp = <span style="color: #000000;">1</span><span style="color: #000000;">,</span> dur = <span style="color: #000000;">1</span><span style="color: #000000;">,</span> detune = <span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">4</span><span style="color: #000000;">,</span> out = <span style="color: #000000;">0</span><span style="color: #000000;">;</span><br />
<span style="color: #0000BF;">var</span> mod<span style="color: #000000;">,</span>tone<span style="color: #000000;">;</span><br />
dur = dur<span style="color: #000000;">;</span><br />
amp = amp <span style="color: #000000;">*</span> <span style="color: #000000;">0.8</span><span style="color: #000000;">;</span><br />
mod = <span style="color: #0000BF;">VarSaw</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span>freq<span style="color: #000000;">*</span><span style="color: #000000;">2</span><span style="color: #000000;">,</span> mul<span style="color: #000000;">:</span> <span style="color: #0000BF;">XLine</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">0.2</span><span style="color: #000000;">,</span><span style="color: #000000;">0.8</span><span style="color: #000000;">,</span>dur<span style="color: #000000;">/</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span> width<span style="color: #000000;">:</span> <span style="color: #0000BF;">XLine</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">,</span><span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">1000</span><span style="color: #000000;">,</span>dur<span style="color: #000000;">*</span><span style="color: #000000;">64</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">;</span><br />
tone = <span style="color: #0000BF;">SinOsc</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span>freq<span style="color: #000000;">,</span> mod<span style="color: #000000;">&#41;</span>.<span style="">dup</span> <span style="color: #000000;">*</span> <span style="color: #000000;">0.1</span> <span style="color: #000000;">*</span> <span style="color: #0000BF;">XLine</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">,</span><span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">1000</span><span style="color: #000000;">,</span>dur<span style="color: #000000;">*</span><span style="color: #000000;">4</span><span style="color: #000000;">,</span> doneAction<span style="color: #000000;">:</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">*</span> <span style="color: #0000BF;">XLine</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">1000</span><span style="color: #000000;">,</span><span style="color: #000000;">1</span><span style="color: #000000;">,</span><span style="color: #000000;">0.001</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">*</span> amp<span style="color: #000000;">;</span><br />
tone = <span style="color: #000000;">&#91;</span><span style="color: #0000BF;">DelayC</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span>tone <span style="color: #000000;">,</span> <span style="color: #000000;">1</span><span style="color: #000000;">,</span> <span style="color: #0000BF;">LFNoise2</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>.<span style="">range</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">0</span><span style="color: #000000;">,</span><span style="color: #000000;">0.012</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span> <span style="color: #0000BF;">DelayC</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span>tone <span style="color: #000000;">,</span> <span style="color: #000000;">1</span><span style="color: #000000;">,</span> <span style="color: #0000BF;">LFNoise2</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>.<span style="">range</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">0.012</span><span style="color: #000000;">,</span><span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">;</span><br />
tone = tone <span style="color: #000000;">*</span> <span style="color: #0000BF;">XLine</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">10000</span><span style="color: #000000;">,</span><span style="color: #000000;">1</span><span style="color: #000000;">,</span><span style="color: #000000;">0.005</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">;</span><br />
<span style="color: #0000BF;">Out</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span>out<span style="color: #000000;">,</span>tone<span style="color: #000000;">&#41;</span><span style="color: #000000;">;</span><br />
<span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span>.<span style="">store</span><span style="color: #000000;">;</span><br />
<span style="color: #000000;">&#41;</span><br />
<br />
<span style="color: #000000;">&#40;</span><br />
<span style="color: #0000BF;">SynthDef</span><span style="color: #000000;">&#40;</span><span style="color: #606060;">&quot;ital_bass&quot;</span><span style="color: #000000;">,</span> <span style="color: #000000;">&#123;</span><br />
<span style="color: #0000BF;">arg</span> freq = <span style="color: #000000;">440</span><span style="color: #000000;">,</span> amp = <span style="color: #000000;">1</span><span style="color: #000000;">,</span> dur = <span style="color: #000000;">1</span><span style="color: #000000;">,</span> detune = <span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">4</span><span style="color: #000000;">,</span> out = <span style="color: #000000;">0</span><span style="color: #000000;">,</span> wobble = <span style="color: #000000;">1</span><span style="color: #000000;">;</span><br />
<span style="color: #0000BF;">var</span> mod<span style="color: #000000;">,</span>tone<span style="color: #000000;">,</span>foo<span style="color: #000000;">;</span><br />
tone = <span style="color: #0000BF;">VarSaw</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span><span style="color: #0000BF;">Lag</span>.<span style="">kr</span><span style="color: #000000;">&#40;</span>freq<span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span> width<span style="color: #000000;">:</span><span style="color: #0000BF;">LFNoise2</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span>.<span style="">range</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">0.3</span><span style="color: #000000;">,</span><span style="color: #000000;">0.1</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">;</span><br />
tone = <span style="color: #0000BF;">MoogLadder</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span>tone<span style="color: #000000;">,</span> <span style="color: #0000BF;">SinOsc</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span>wobble<span style="color: #000000;">&#41;</span>.<span style="">range</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">20</span><span style="color: #000000;">,</span><span style="color: #000000;">4000</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">,</span> <span style="color: #000000;">0.1</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">*</span> <span style="color: #000000;">4</span><span style="color: #000000;">;</span><br />
tone = tone <span style="color: #000000;">*</span> <span style="color: #0000BF;">XLine</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">8</span><span style="color: #000000;">,</span><span style="color: #000000;">1</span><span style="color: #000000;">/</span><span style="color: #000000;">1000</span><span style="color: #000000;">,</span>dur<span style="color: #000000;">,</span> doneAction<span style="color: #000000;">:</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>.<span style="">tanh</span><span style="color: #000000;">;</span><br />
<span style="color: #0000BF;">Out</span>.<span style="">ar</span><span style="color: #000000;">&#40;</span>out<span style="color: #000000;">,</span>tone.<span style="">dup</span> <span style="color: #000000;">*</span> amp<span style="color: #000000;">&#41;</span><span style="color: #000000;">;</span><br />
<span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span>.<span style="">store</span><span style="color: #000000;">;</span><br />
<span style="color: #000000;">&#41;</span></div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://www.phrontist.org/2011/03/the-bjorklund-algorithm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>90&#8217;s Rave Piano</title>
		<link>http://www.phrontist.org/2011/03/90s-rave-piano/</link>
		<comments>http://www.phrontist.org/2011/03/90s-rave-piano/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 01:12:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[breakbeat]]></category>
		<category><![CDATA[dance]]></category>
		<category><![CDATA[dubstep]]></category>
		<category><![CDATA[hardcore]]></category>
		<category><![CDATA[house]]></category>
		<category><![CDATA[piano]]></category>
		<category><![CDATA[rave]]></category>

		<guid isPermaLink="false">http://www.phrontist.org/?p=309</guid>
		<description><![CDATA[
Last year I asked Metafilter where I could find more music like Doctor P&#8217;s Sweet Shop, a rave nostalgia track that seemed to be mandatory play during the months I&#8217;d been going to shows in England. Empath came through with this seemingly canonical but in any case brilliant playlist of early 90&#8217;s rave tunes with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=HfCoQvw1F2Y"><img src="http://www.phrontist.org/wp-content/rhythmquestcover-300x300.jpg" style="border:none;" title="rhythmquestcover" width="300" height="300" class="alignleft size-medium wp-image-312" /></a></p>
<p>Last year I <a href="http://ask.metafilter.com/164339/Take-me-hiiiiigher">asked Metafilter</a> where I could find more music like <a href="http://tinysong.com/yp0d">Doctor P&#8217;s <em>Sweet Shop</em></a>, a rave nostalgia track that seemed to be mandatory play during the months I&#8217;d been going to shows in England. <a href="http://www.metafilter.com/user/29475">Empath</a> came through with this <a href="http://www.youtube.com/view_play_list?p=9C9212859A7C71E4">seemingly canonical but in any case brilliant playlist</a> of early 90&#8217;s rave tunes with syncopated piano chords, though I only noticed last week. I recommend <a href="http://www.youtube.com/watch?v=HfCoQvw1F2Y">Rhythm Quest&#8217;s <em>Closer to All Your Dreams (Piano Mix)</em></a> and <a href="http://www.youtube.com/watch?v=_D5yVpodYIE">Jem 77&#8217;s <em>Never Felt This Way</em></a> in particular.</p>
<p>For more modern day imitators try <a href="http://soundcloud.com/skreamizm/hats-off">Skream&#8217;s offering</a> (gloriously shameless: TB303 <em> and</em> amen breaks) and <a href="http://listen.grooveshark.com/#/album/Where+Were+U+In+92+/3929073?src=5">the <em>Where were you in &#8216;92?</em> album by Zomby</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phrontist.org/2011/03/90s-rave-piano/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You are listening to Los Angeles</title>
		<link>http://www.phrontist.org/2011/03/you-are-listening-to-los-angeles/</link>
		<comments>http://www.phrontist.org/2011/03/you-are-listening-to-los-angeles/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 08:39:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[ambient]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[net radio]]></category>

		<guid isPermaLink="false">http://www.phrontist.org/?p=286</guid>
		<description><![CDATA[A stream of the Los Angeles police scanner feed and dramatic ambient music, via Metafilter Projects.
Reminds me of this KLF track. I&#8217;m impressed and confused by how evocative even prosaic spoken word recordings can sound with some music behind them.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://youarelisteningtolosangeles.com/">A stream of the Los Angeles police scanner feed and dramatic ambient music</a>, via <a href="http://projects.metafilter.com/3012/You-are-listening-to-Los-Angeles">Metafilter Projects</a>.</p>
<p>Reminds me of <a href="http://tinysong.com/fDXZ">this</a> KLF track. I&#8217;m impressed and confused by how evocative even prosaic spoken word recordings can sound with some music behind them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phrontist.org/2011/03/you-are-listening-to-los-angeles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slit-Scan</title>
		<link>http://www.phrontist.org/2011/03/slit-scan/</link>
		<comments>http://www.phrontist.org/2011/03/slit-scan/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 12:00:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[film]]></category>
		<category><![CDATA[psychedelic]]></category>
		<category><![CDATA[slitscan]]></category>

		<guid isPermaLink="false">http://www.phrontist.org/?p=262</guid>
		<description><![CDATA[
Artist Golan Levin maintains &#8220;An Informal Catalogue of Slit-Scan Video Artworks and Research&#8221;.
Popular uses of the effect include the stargate sequence at the end of 2001: A Space Odyssey and (if you&#8217;re British) these Dr. Who titles. In many CMOS image sensors, the diachronic polling of pixels is considered a bug, leading smartphone owners to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flong.com/texts/lists/slit_scan/#zr"><img src="http://www.phrontist.org/wp-content/zbig.jpg" alt="Stills from Zbig Rybczynski&#039;s &#039;The Fourth Dimension&#039;" title="Stills from Zbig Rybczynski&#039;s &#039;The Fourth Dimension&#039;" width="480" height="444" class="alignleft size-full wp-image-272" style="border: none;"/></a></p>
<p>Artist <a href="http://www.flong.com/">Golan Levin</a> maintains <a href="http://www.flong.com/texts/lists/slit_scan/">&#8220;An Informal Catalogue of Slit-Scan Video Artworks and Research&#8221;</a>.</p>
<p>Popular uses of the effect include <a href="http://www.youtube.com/watch?v=ou6JNQwPWE0">the stargate sequence</a> at the end of 2001: A Space Odyssey and (if you&#8217;re British) <a href="http://www.youtube.com/watch?v=WdVivT0ShC4">these Dr. Who titles</a>. In many CMOS image sensors, the diachronic polling of pixels is considered <a href="http://en.wikipedia.org/wiki/Rolling_shutter">a bug</a>, leading smartphone owners to shoot <a href="http://www.flickr.com/photos/mathowie/853605204/in/photostream/">unintentionally avant-garde images</a>. What used to be <a href="http://en.wikipedia.org/wiki/Slit-scan#Description">a pretty involved</a> in-camera effect can now be done <a href="http://vimeo.com/1163538">in a few lines of code</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phrontist.org/2011/03/slit-scan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Davidope</title>
		<link>http://www.phrontist.org/2011/03/dvdp/</link>
		<comments>http://www.phrontist.org/2011/03/dvdp/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 02:30:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[gif]]></category>
		<category><![CDATA[op-art]]></category>

		<guid isPermaLink="false">http://www.phrontist.org/?p=186</guid>
		<description><![CDATA[Davidope produces animated gifs, often with an op-art feel, and curates pretty sweet examples of the same.

]]></description>
			<content:encoded><![CDATA[<p><a href="http://dvdp.tumblr.com/">Davidope</a> produces animated gifs, often with an op-art feel, and curates pretty sweet examples of the same.</p>
<p><img src="http://24.media.tumblr.com/tumblr_kzr9hizHA21qzt4vjo1_500.gif" alt="null" height="240" width="240"/><img src="http://27.media.tumblr.com/tumblr_kywkzaIKPM1qzt4vjo1_500.gif" height="240" width="240"/><img src="http://28.media.tumblr.com/tumblr_kv95unozBH1qzt4vjo1_500.gif" height="240" width="240"/><img src="http://26.media.tumblr.com/tumblr_laq61uPS7X1qzt4vjo1_500.gif" height="240" width="240"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phrontist.org/2011/03/dvdp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Wobbulator</title>
		<link>http://www.phrontist.org/2011/03/the-wobbulator/</link>
		<comments>http://www.phrontist.org/2011/03/the-wobbulator/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 00:15:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[analog]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.phrontist.org/?p=191</guid>
		<description><![CDATA[
An implementation of an idea of Nam Jun Paik&#8217;s. If you&#8217;re in DC, you should really see the installations of his work at the American Art Museum. They&#8217;re intense.
]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/16906546" width="480" height="270" frameborder="0"></iframe></p>
<p>An implementation of an idea of <a href="http://en.wikipedia.org/wiki/Nam_Jun_Paik">Nam Jun Paik</a>&#8217;s. If you&#8217;re in DC, you should really see <a href="http://americanart.si.edu/collections/search/artwork/?id=71478">the</a> <a href="http://americanart.si.edu/collections/search/artwork/?id=36486">installations</a> of his work at the <a href="http://en.wikipedia.org/wiki/Smithsonian_American_Art_Museum">American Art Museum</a>. <a href="http://www.youtube.com/watch?v=4rdeB_VsYIE">They&#8217;re</a> <a href="http://www.youtube.com/watch?v=T6le6KPjEtA">intense</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phrontist.org/2011/03/the-wobbulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Music Animation Machine</title>
		<link>http://www.phrontist.org/2011/03/music-animation-machine/</link>
		<comments>http://www.phrontist.org/2011/03/music-animation-machine/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 23:23:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[baroque]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[romantic]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://www.phrontist.org/?p=172</guid>
		<description><![CDATA[Youtube user smalin posts these great animations, the result of several decades of experimentation, that portray the structure western art music tunes. It&#8217;s hard to say what makes a mapping from one sense to another successful, but these are some of the best attempts I&#8217;ve seen. I wonder if someone with a better ear might [...]]]></description>
			<content:encoded><![CDATA[<p>Youtube user <a href="http://www.youtube.com/user/smalin">smalin</a> posts these great animations, the result of <a href="http://www.musanim.com/mam/mamhist.htm">several decades of experimentation</a>, that portray the structure western art music tunes. It&#8217;s hard to say what makes a mapping from one sense to another successful, but these are some of the best attempts I&#8217;ve seen. I wonder if someone with a better ear might disagree. The name &#8220;machine&#8221; is a bit misleading &#8211; not much about the process seems to be automated, that is to say there is clearly a lot of interpretation going into each of these.</p>
<p><iframe title="YouTube video player" width="480" height="300" src="http://www.youtube.com/embed/y6vSUCI-alI?rel=0&amp;hd=1" frameborder="0" allowfullscreen></iframe></p>
<p><iframe title="YouTube video player" width="480" height="300" src="http://www.youtube.com/embed/A6s49OKp6aE?rel=0&amp;hd=1" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phrontist.org/2011/03/music-animation-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping a Diary</title>
		<link>http://www.phrontist.org/2009/08/keeping-a-diary/</link>
		<comments>http://www.phrontist.org/2009/08/keeping-a-diary/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 05:28:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[biography]]></category>
		<category><![CDATA[borges]]></category>
		<category><![CDATA[journaling]]></category>
		<category><![CDATA[lifelogging]]></category>
		<category><![CDATA[obession]]></category>

		<guid isPermaLink="false">http://www.phrontist.org/?p=17</guid>
		<description><![CDATA[Through this post on MetaFilter Music I discovered the tale of Reverend Robert Shields, which seems too perfectly allegorical to have actually happened. Here is an interview with the man and his NYT Obituary.
He kept a written log of his life broken up into five minute intervals. He claimed his diary was complete, that every [...]]]></description>
			<content:encoded><![CDATA[<p>Through <a href="http://music.metafilter.com/3793/Monday-18-April-1994-600pm355am">this post</a> on MetaFilter Music I discovered the tale of Reverend Robert Shields, which seems too perfectly allegorical to have actually happened. Here is <a href="http://www.soundportraits.org/on-air/worlds_longest_diary/transcript.php">an interview with the man</a> and his <a href="http://www.nytimes.com/2007/10/29/us/29shields.html">NYT Obituary</a>.</p>
<p>He kept a written log of his life broken up into five minute intervals. He claimed his diary was complete, that every minute over the course of 20 years was carefully accounted for by thousands of words a day, a task that the interviewer characterized as having taken over his life. Buckminster Fuller&#8217;s <a href="http://en.wikipedia.org/wiki/Dymaxion_Chronofile">Dymaxion Chronofile</a>, the only similar effort I&#8217;m aware of, broke up the day into comparatively slipshod 15 minute chunks. I suppose you have to limit the temporal specificity of your log to avoid falling in to an recursive loop of logging one&#8217;s logging&#8230;</p>
<p>Reminds me of a very short story by Jorge Luis Borges: <a href="http://en.wikipedia.org/wiki/On_Exactitude_in_Science"><i>On Exactitude in Science</i></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phrontist.org/2009/08/keeping-a-diary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pop Music</title>
		<link>http://www.phrontist.org/2008/11/pop-music/</link>
		<comments>http://www.phrontist.org/2008/11/pop-music/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 21:23:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.phrontist.org/?p=12</guid>
		<description><![CDATA[The KLF were two British chaps who exposed the mass sphexishness of the music world, fired machine gun blanks at award show audiences, made and set alight a million quid, and wrote a wonderful book to help you follow in their footsteps.


Do not try and sit down and write a complete song. Songs that have [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/The_KLF">The KLF</a> were two British chaps who <a href="http://en.wikipedia.org/wiki/Doctorin%27_The_Tardis">exposed</a> the <a href="http://en.wikipedia.org/wiki/Digger_wasp">mass sphexishness</a> of the music world, <a href="http://www.youtube.com/watch?v=7CDButf0go8">fired machine gun blanks</a> at award show audiences, made and <a href="http://en.wikipedia.org/wiki/K_Foundation_Burn_a_Million_Quid">set alight</a> a million quid, and wrote a <a href="http://en.wikipedia.org/wiki/The_Manual">wonderful</a> <a href="http://www.tomrobinson.com/resource/klf.htm">book</a> to help you follow in their footsteps.</p>
<p><span id="more-12"></span></p>
<blockquote><p>
Do not try and sit down and write a complete song. Songs that have been written in such a way and reached Number One can only be done by the true song writing genius and be delivered by artists with such forceful convincing passion that the world HAS TO listen. You know the sort of thing, &#8220;Sailing&#8221; by Rod Stewart, &#8220;Without You&#8221; by Nilsson What the Golden Rules can provide you with is a framework that you can slot the component parts into.</p>
<p>Firstly, it has to have a dance groove that will run all the way through the record and that the current 7&#8243; buying generation will find irresistible. Secondly, it must be no longer than three minutes and thirty seconds (just under 3&#8242;20 is preferable). If they are any longer Radio One daytime DJs will start fading early or talking over the end, when the chorus is finally being hammered home &#8211; the most important part of any record. Thirdly, it must consist of an intro, a verse, a chorus, second verse, a second chorus, a breakdown section, back into a double length chorus and outro</p>
<p>It is going to be a construction job, fitting bits together. You will have to find the Frankenstein in you to make it work. Your magpie instincts must come to the fore. If you think this just sounds like a recipe for some horrific monster, be reassured by us, all music can only be the sum or part total of what has gone before. Every Number One song ever written is only made up from bits from other songs. There is no lost chord. No changes untried. No extra notes to the scale or hidden beats to the bar. There is no point in searching for originality. In the past, most writers of songs spent months in their lonely rooms strumming their guitars or bands in rehearsals have ground their way through endless riffs before arriving at the song that takes them to the very top. Of course, most of them would be mortally upset to be told that all they were doing was leaving it to chance before they stumbled across the tried and tested. They have to believe it is through this sojourn they arrive at the grail; the great and original song that the world will be unable to resist.</p>
<p>So why don&#8217;t all songs sound the same? Why are some artists great, write dozens of classics that move you to tears, say it like it&#8217;s never been said before, make you laugh, dance, blow your mind, fall in love, take to the streets and riot? Well, it&#8217;s because although the chords, notes, harmonies, beats and words have all been used before their own soul shines through; their personality demands attention. This doesn&#8217;t just come via the great vocalist or virtuoso instrumentalist. The Techno sound of Detroit, the most totally linear programmed music ever, lacking any human musicianship in its execution reeks of sweat, sex and desire. The creators of that music just press a few buttons and out comes &#8211; a million years of pain and lust.</p>
<p>We await the day with relish that somebody dares to make a dance record that consists of nothing more than an electronically programmed bass drum beat that continues playing the fours monotonously for eight minutes. Then, when somebody else brings one out using exactly the same bass drum sound and at the same beats per minute (B.P.M.), we will all be able to tell which is the best, which inspires the dance floor to fill the fastest, which has the most sex and the most soul.
</p></blockquote>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ceSxEjwXHcM&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ceSxEjwXHcM&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/dvgZkm1xWPE&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/dvgZkm1xWPE&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/UbjcxX2KWRY&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/UbjcxX2KWRY&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Maybe we shouldn&#8217;t be so hard on them. As <a href="http://www.spiderrobinson.com/melancholyelephants.html">Spider Robinson</a> <a href="http://www.spiderrobinson.com/melancholyelephants.html">points out</a>&#8230;</p>
<blockquote><p>
There are eighty-eight notes.   One hundred and seventy-six, if your ear is good enough to pick out quarter tones.   Add in rests and so forth, different time signatures.   Pick a figure for maximum number of notes a melody can contain.   I do not know the figure for the maximum possible number of melodies&#8211;too many variables&#8211;but I am sure it is quite high.<br />
&#8230;<br />
For one thing, a great many of those possible arrays of eighty-eight notes will not be perceived as music, as melody, by the human ear.   Perhaps more than half.   They will not be hummable, whistleable, listenable&#8211;some will be actively unpleasant to hear.   Another large fraction will be so similar to each other as to be effectively identical: if you change three notes of the Moonlight Sonata, you have not created something new.
</p></blockquote>
<p>To be fair, there are <a href="http://www.youtube.com/watch?v=JdxkVQy7QLM">worse progressions</a> to rip off.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phrontist.org/2008/11/pop-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

