<?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: What if Python DNA was Injected into Csound</title>
	<atom:link href="http://codehop.com/what-if-python-dna-was-injected-into-csound/feed/" rel="self" type="application/rss+xml" />
	<link>http://codehop.com/what-if-python-dna-was-injected-into-csound/</link>
	<description>#code #art #music</description>
	<lastBuildDate>Wed, 14 Dec 2011 17:08:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: Slipmat &#187; Importing Modules and Reusing Code</title>
		<link>http://codehop.com/what-if-python-dna-was-injected-into-csound/#comment-7</link>
		<dc:creator><![CDATA[Slipmat &#187; Importing Modules and Reusing Code]]></dc:creator>
		<pubDate>Tue, 30 Mar 2010 14:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://slipmat.noisepages.com/?p=8#comment-7</guid>
		<description><![CDATA[[...] want to begin discussing the implications of yesterday&#8217;s Python-Csound mockup code (which I&#8217;ll refer to as slipmat for the time being), starting with with [...] ]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] want to begin discussing the implications of yesterday&#8217;s Python-Csound mockup code (which I&#8217;ll refer to as slipmat for the time being), starting with with [&#8230;] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Joaquin</title>
		<link>http://codehop.com/what-if-python-dna-was-injected-into-csound/#comment-6</link>
		<dc:creator><![CDATA[Jacob Joaquin]]></dc:creator>
		<pubDate>Tue, 30 Mar 2010 13:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://slipmat.noisepages.com/?p=8#comment-6</guid>
		<description><![CDATA[&lt;p&gt;@ak: SuperCollider will be a major topic of discussion here.&lt;/p&gt;
&lt;p&gt;And I completely agree that it is still up to the programmer to produce clean code. I&#039;ve read poor python code, as well as really clean perl code. Though some languages do have a tendency to be cleaner than others. Expressive and concise phrases, that too!&lt;/p&gt;]]></description>
		<content:encoded><![CDATA[<p>@ak: SuperCollider will be a major topic of discussion here.</p>
<p>And I completely agree that it is still up to the programmer to produce clean code. I&#8217;ve read poor python code, as well as really clean perl code. Though some languages do have a tendency to be cleaner than others. Expressive and concise phrases, that too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ak</title>
		<link>http://codehop.com/what-if-python-dna-was-injected-into-csound/#comment-5</link>
		<dc:creator><![CDATA[ak]]></dc:creator>
		<pubDate>Tue, 30 Mar 2010 07:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://slipmat.noisepages.com/?p=8#comment-5</guid>
		<description><![CDATA[&lt;p&gt;...or look at SuperCollider... (supercollider.sf.net). All these things are implemented already (scheduling, patterns, etc.). Slightly different syntax (more like C), naming conventions (eg. cpspch -&gt; midicps) but also lots of familiar things for csound user.&lt;/p&gt;
&lt;p&gt;&quot;code should be human readable, and that syntax can help reinforce this&quot;&lt;/p&gt;
&lt;p&gt;yes, python enforces some coding patterns, but it&#039;s really up to programmer to produce clean code. Constraints could help, but from time to time some more expressive and concise phrases are also helpful :)&lt;/p&gt;
&lt;p&gt;regards from SC camp!&lt;/p&gt;
&lt;p&gt;ak&lt;/p&gt;]]></description>
		<content:encoded><![CDATA[<p>&#8230;or look at SuperCollider&#8230; (supercollider.sf.net). All these things are implemented already (scheduling, patterns, etc.). Slightly different syntax (more like C), naming conventions (eg. cpspch -&gt; midicps) but also lots of familiar things for csound user.</p>
<p>&#8220;code should be human readable, and that syntax can help reinforce this&#8221;</p>
<p>yes, python enforces some coding patterns, but it&#8217;s really up to programmer to produce clean code. Constraints could help, but from time to time some more expressive and concise phrases are also helpful :)</p>
<p>regards from SC camp!</p>
<p>ak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Joaquin</title>
		<link>http://codehop.com/what-if-python-dna-was-injected-into-csound/#comment-4</link>
		<dc:creator><![CDATA[Jacob Joaquin]]></dc:creator>
		<pubDate>Mon, 29 Mar 2010 22:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://slipmat.noisepages.com/?p=8#comment-4</guid>
		<description><![CDATA[&lt;p&gt;@apalomba: I&#039;d love to hear more about what you&#039;re doing. As of right now, the code you see is purely fantasy. So it does nothing. I have experimented with writing a language that translates into Csound, but the more I play with it, the more I think it would be better to rebuild  a new language from nearly the ground up. &lt;span style=&quot;font-family: arial, sans-serif; line-height: normal; border-collapse: collapse; white-space: pre-wrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;&quot;&gt;Not that I&#039;m qualified.  :)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;@Victor: Very nice read. I&#039;ll probably read it again tonight.  Certainly some overlap. I think the big difference, besides pysndobj being real and this being fantasyland, is that my mockup wouldn&#039;t actually be python, but a new language that heavily steals from it, but makes fundamental changes in order to better suit audio and music.&lt;/p&gt;]]></description>
		<content:encoded><![CDATA[<p>@apalomba: I&#8217;d love to hear more about what you&#8217;re doing. As of right now, the code you see is purely fantasy. So it does nothing. I have experimented with writing a language that translates into Csound, but the more I play with it, the more I think it would be better to rebuild  a new language from nearly the ground up. <span style="font-family: arial, sans-serif; line-height: normal; border-collapse: collapse; white-space: pre-wrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;">Not that I&#8217;m qualified.  :)</span></p>
<p>@Victor: Very nice read. I&#8217;ll probably read it again tonight.  Certainly some overlap. I think the big difference, besides pysndobj being real and this being fantasyland, is that my mockup wouldn&#8217;t actually be python, but a new language that heavily steals from it, but makes fundamental changes in order to better suit audio and music.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://codehop.com/what-if-python-dna-was-injected-into-csound/#comment-3</link>
		<dc:creator><![CDATA[Victor]]></dc:creator>
		<pubDate>Mon, 29 Mar 2010 19:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://slipmat.noisepages.com/?p=8#comment-3</guid>
		<description><![CDATA[&lt;p&gt;There is already something like this, it&#039;s pysndobj&lt;/p&gt;
&lt;p&gt;http://www.kgw.tu-berlin.de/~lac2007/papers/lac07_lazzarini.pdf&lt;/p&gt;
&lt;p&gt;it could have been developed further if 1)days had 36 to 48 hours 2) I wasn&#039;t so lazy 3)there was no csound5&lt;/p&gt;
&lt;p&gt;Victor&lt;/p&gt;]]></description>
		<content:encoded><![CDATA[<p>There is already something like this, it&#8217;s pysndobj</p>
<p><a href="http://www.kgw.tu-berlin.de/~lac2007/papers/lac07_lazzarini.pdf" rel="nofollow">http://www.kgw.tu-berlin.de/~lac2007/papers/lac07_lazzarini.pdf</a></p>
<p>it could have been developed further if 1)days had 36 to 48 hours 2) I wasn&#8217;t so lazy 3)there was no csound5</p>
<p>Victor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apalomba</title>
		<link>http://codehop.com/what-if-python-dna-was-injected-into-csound/#comment-2</link>
		<dc:creator><![CDATA[apalomba]]></dc:creator>
		<pubDate>Mon, 29 Mar 2010 18:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://slipmat.noisepages.com/?p=8#comment-2</guid>
		<description><![CDATA[&lt;p&gt;Hey Jacob, I really like your idea. It makes working with csound very much 
like supercollider or common music.  In fact I have been working on 
something similar.  It would be great to have the readability of a score but be able to spawn algorithmic processes as well.  Maybe also integrate some 
computation math library.&lt;/p&gt;
&lt;p&gt;Ultimately I assume the python script generates a .csd file that csound runs.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;]]></description>
		<content:encoded><![CDATA[<p>Hey Jacob, I really like your idea. It makes working with csound very much<br />
like supercollider or common music.  In fact I have been working on<br />
something similar.  It would be great to have the readability of a score but be able to spawn algorithmic processes as well.  Maybe also integrate some<br />
computation math library.</p>
<p>Ultimately I assume the python script generates a .csd file that csound runs.</p>
<p> </p>
<p> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
