<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Recreating the THX Deep Note</title>
	<atom:link href="http://www.batuhanbozkurt.com/instruction/recreating-the-thx-deep-note/feed" rel="self" type="application/rss+xml" />
	<link>http://www.batuhanbozkurt.com/instruction/recreating-the-thx-deep-note</link>
	<description>...adding to noise...</description>
	<lastBuildDate>Tue, 15 Jun 2010 15:59:36 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: R Lerner</title>
		<link>http://www.batuhanbozkurt.com/instruction/recreating-the-thx-deep-note/comment-page-1#comment-493</link>
		<dc:creator>R Lerner</dc:creator>
		<pubDate>Fri, 11 Jun 2010 05:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=277#comment-493</guid>
		<description>Very nice rendition of the THX sound. The one under 140 characters really shows how the world of technology has evolved. It&#039;s also nice to see Mooner in here, it is rare that somebody with that much influence is so generous with experience and time. Also interesting was that it is sourced from a random number generator, even cooler!

Great work!</description>
		<content:encoded><![CDATA[<p>Very nice rendition of the THX sound. The one under 140 characters really shows how the world of technology has evolved. It&#8217;s also nice to see Mooner in here, it is rare that somebody with that much influence is so generous with experience and time. Also interesting was that it is sourced from a random number generator, even cooler!</p>
<p>Great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Batuhan</title>
		<link>http://www.batuhanbozkurt.com/instruction/recreating-the-thx-deep-note/comment-page-1#comment-490</link>
		<dc:creator>Batuhan</dc:creator>
		<pubDate>Thu, 29 Apr 2010 18:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=277#comment-490</guid>
		<description>Hi Smart,

After your last message, I assumed you got it to work.

If you get an &quot;unmatched &#039;)&#039;&quot; error, it means that The code you selected is missing some parenthesis. 

The part you selected and got to work is a complete chunk. So you are doing it right, there.

It might be a good idea to go through the tutorials for getting familiar with the environment. :)

Best,
Batuhan</description>
		<content:encoded><![CDATA[<p>Hi Smart,</p>
<p>After your last message, I assumed you got it to work.</p>
<p>If you get an &#8220;unmatched &#8216;)&#8217;&#8221; error, it means that The code you selected is missing some parenthesis. </p>
<p>The part you selected and got to work is a complete chunk. So you are doing it right, there.</p>
<p>It might be a good idea to go through the tutorials for getting familiar with the environment. <img src='http://www.batuhanbozkurt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Best,<br />
Batuhan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smart</title>
		<link>http://www.batuhanbozkurt.com/instruction/recreating-the-thx-deep-note/comment-page-1#comment-489</link>
		<dc:creator>Smart</dc:creator>
		<pubDate>Thu, 29 Apr 2010 14:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=277#comment-489</guid>
		<description>no answer?</description>
		<content:encoded><![CDATA[<p>no answer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smart</title>
		<link>http://www.batuhanbozkurt.com/instruction/recreating-the-thx-deep-note/comment-page-1#comment-484</link>
		<dc:creator>Smart</dc:creator>
		<pubDate>Tue, 13 Apr 2010 22:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=277#comment-484</guid>
		<description>it doesnt work when I select all and push Control + Return!
This is the error message:

SuperCollider 3 server ready..
notification is on

Parse error
   in file &#039;selected text&#039;
   line 19 char 1:
  )¥
  
-----------------------------------
unmatched &#039;)&#039;
  in file &#039;selected text&#039; line 19 char 1
Parse error
   in file &#039;selected text&#039;
   line 19 char 1:
  )¥
  
-----------------------------------
Command line parse failed
nil

when I just select a part of the code:

{
	var numVoices = 30;
	
	//generating initial random fundamentals:
	var fundamentals = {rrand(200.0, 400.0)}!numVoices; 
	
	Mix
	({&#124;numTone&#124;
		
		var freq = fundamentals[numTone];
		Pan2.ar
		(
			Saw.ar(freq),
			rrand(-0.5, 0.5), //stereo placement of voices
			numVoices.reciprocal //scale the amplitude of each voice
		)
	}!numVoices);
}.play;


it works....its really probably a beginners mistake....don know!

Thanks :-)</description>
		<content:encoded><![CDATA[<p>it doesnt work when I select all and push Control + Return!<br />
This is the error message:</p>
<p>SuperCollider 3 server ready..<br />
notification is on</p>
<p>Parse error<br />
   in file &#8217;selected text&#8217;<br />
   line 19 char 1:<br />
  )¥</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
unmatched &#8216;)&#8217;<br />
  in file &#8217;selected text&#8217; line 19 char 1<br />
Parse error<br />
   in file &#8217;selected text&#8217;<br />
   line 19 char 1:<br />
  )¥</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Command line parse failed<br />
nil</p>
<p>when I just select a part of the code:</p>
<p>{<br />
	var numVoices = 30;</p>
<p>	//generating initial random fundamentals:<br />
	var fundamentals = {rrand(200.0, 400.0)}!numVoices; </p>
<p>	Mix<br />
	({|numTone|</p>
<p>		var freq = fundamentals[numTone];<br />
		Pan2.ar<br />
		(<br />
			Saw.ar(freq),<br />
			rrand(-0.5, 0.5), //stereo placement of voices<br />
			numVoices.reciprocal //scale the amplitude of each voice<br />
		)<br />
	}!numVoices);<br />
}.play;</p>
<p>it works&#8230;.its really probably a beginners mistake&#8230;.don know!</p>
<p>Thanks <img src='http://www.batuhanbozkurt.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Batuhan</title>
		<link>http://www.batuhanbozkurt.com/instruction/recreating-the-thx-deep-note/comment-page-1#comment-483</link>
		<dc:creator>Batuhan</dc:creator>
		<pubDate>Tue, 13 Apr 2010 22:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=277#comment-483</guid>
		<description>Hi Smart. :)

Between this (
and this )

Can you post the whole error? It might as well be something else...</description>
		<content:encoded><![CDATA[<p>Hi Smart. <img src='http://www.batuhanbozkurt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Between this (<br />
and this )</p>
<p>Can you post the whole error? It might as well be something else&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smart</title>
		<link>http://www.batuhanbozkurt.com/instruction/recreating-the-thx-deep-note/comment-page-1#comment-482</link>
		<dc:creator>Smart</dc:creator>
		<pubDate>Tue, 13 Apr 2010 21:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=277#comment-482</guid>
		<description>thanks, but I do not get it :-(

when I use this line of code...

{ SinOsc.ar(440, 0, 0.2) }.play;

I put the cursor right behind this symbol ;  and push Control + Return on my Windows MacBook and it works....I can hear the sound.

I selected the code (THX Deep Note) between parenthesis and tried it but didn`t work.
Which parenthesis do you mean...this one
(
or that one
{

Thanks for your help :-)</description>
		<content:encoded><![CDATA[<p>thanks, but I do not get it <img src='http://www.batuhanbozkurt.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>when I use this line of code&#8230;</p>
<p>{ SinOsc.ar(440, 0, 0.2) }.play;</p>
<p>I put the cursor right behind this symbol ;  and push Control + Return on my Windows MacBook and it works&#8230;.I can hear the sound.</p>
<p>I selected the code (THX Deep Note) between parenthesis and tried it but didn`t work.<br />
Which parenthesis do you mean&#8230;this one<br />
(<br />
or that one<br />
{</p>
<p>Thanks for your help <img src='http://www.batuhanbozkurt.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Batuhan</title>
		<link>http://www.batuhanbozkurt.com/instruction/recreating-the-thx-deep-note/comment-page-1#comment-481</link>
		<dc:creator>Batuhan</dc:creator>
		<pubDate>Tue, 13 Apr 2010 14:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=277#comment-481</guid>
		<description>Hi Smart,

It sounds like a beginner&#039;s mistake. :) In SC, you need to &quot;select&quot; the code you are intending to run. So select the code between parenthesis and try that way.</description>
		<content:encoded><![CDATA[<p>Hi Smart,</p>
<p>It sounds like a beginner&#8217;s mistake. <img src='http://www.batuhanbozkurt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  In SC, you need to &#8220;select&#8221; the code you are intending to run. So select the code between parenthesis and try that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smart</title>
		<link>http://www.batuhanbozkurt.com/instruction/recreating-the-thx-deep-note/comment-page-1#comment-480</link>
		<dc:creator>Smart</dc:creator>
		<pubDate>Tue, 13 Apr 2010 13:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=277#comment-480</guid>
		<description>Hello there, first of all......amazing work :-)
I am pretty new to SC on Windows and trying to get your code working.
I always get this failure notification:

Command line parse failed
nil

When just use your Twitter Code by itself - it works, but never stops. Maybe that was intended...don know.

Does anybody know this problem and is willing to help? Maybe its just a beginner&#039;s mistake!?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello there, first of all&#8230;&#8230;amazing work <img src='http://www.batuhanbozkurt.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I am pretty new to SC on Windows and trying to get your code working.<br />
I always get this failure notification:</p>
<p>Command line parse failed<br />
nil</p>
<p>When just use your Twitter Code by itself &#8211; it works, but never stops. Maybe that was intended&#8230;don know.</p>
<p>Does anybody know this problem and is willing to help? Maybe its just a beginner&#8217;s mistake!?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Batuhan</title>
		<link>http://www.batuhanbozkurt.com/instruction/recreating-the-thx-deep-note/comment-page-1#comment-444</link>
		<dc:creator>Batuhan</dc:creator>
		<pubDate>Thu, 11 Feb 2010 10:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=277#comment-444</guid>
		<description>Hi Greg, the easiest way is to running the code and pressing &quot;record&quot; on the server window. :)</description>
		<content:encoded><![CDATA[<p>Hi Greg, the easiest way is to running the code and pressing &#8220;record&#8221; on the server window. <img src='http://www.batuhanbozkurt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Trevorrow</title>
		<link>http://www.batuhanbozkurt.com/instruction/recreating-the-thx-deep-note/comment-page-1#comment-443</link>
		<dc:creator>Greg Trevorrow</dc:creator>
		<pubDate>Wed, 03 Feb 2010 03:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.batuhanbozkurt.com/?p=277#comment-443</guid>
		<description>How do you convert the supercollider document to an audio file?</description>
		<content:encoded><![CDATA[<p>How do you convert the supercollider document to an audio file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
