It&#39;s great to see pyo make an appearance in this discussion. For completion&#39;s sake, here&#39;s the &quot;128 sine waves with random freq mixed down to stereo&quot; example written in pyo. I find it much more readable than either SC or cSound, but that&#39;s only a matter of taste i guess.<br>

<br>Sine([random.uniform(20,20000) for i in range(128)]).mix(2)<br><br>Since pyo is just another python module, all you have to do is import it in a python script. You also get the power of all those other python modules in your scripts.. very very fun.<br>

<br>For those who missed Michal&#39;s link the first time around: <a href="http://code.google.com/p/pyo/">http://code.google.com/p/pyo/</a> . Try it, you&#39;ll love it!™.<br><br>Cheers,<br><br>jm<br><br><div class="gmail_quote">

2011/10/31 Epic Jefferson <span dir="ltr">&lt;<a href="mailto:jeffreyconcepcion@gmail.com">jeffreyconcepcion@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Thanks guys,  those are all great suggestions. And pyo looks interesting as well. I agree with jonathan. perhaps with a code example equivalent to SuperCollider&#39;s<div class="im"><div><br></div><div>&gt;&gt;// 128 sine waves with random freq mixed down to stereo:<br>


&gt;&gt;{ Splay.ar(SinOsc.ar({ExpRand(100, 5e3)} ! 128)) }.play</div><div><br></div></div><div>in CSound, we could have a better idea of the different coding perspectives.<div><div></div><div class="h5"><br><br><div class="gmail_quote">

2011/10/31 Jonathan Wilkes <span dir="ltr">&lt;<a href="mailto:jancsika@yahoo.com" target="_blank">jancsika@yahoo.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">&gt;________________________________<br>
&gt;From: Michal Seta &lt;<a href="mailto:mis@artengine.ca" target="_blank">mis@artengine.ca</a>&gt;<br>
&gt;To: yvan volochine &lt;<a href="mailto:yvan.pd@gmail.com" target="_blank">yvan.pd@gmail.com</a>&gt;<br>
&gt;Cc: pd-list &lt;<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a>&gt;; João Pais &lt;<a href="mailto:jmmmpais@googlemail.com" target="_blank">jmmmpais@googlemail.com</a>&gt;<br>
&gt;Sent: Monday, October 31, 2011 5:10 PM<br>
<div>&gt;Subject: Re: [PD] OT: Poll: Csounds or SuperCollider or Chuck<br>
&gt;<br>
&gt;<br>
</div><div>&gt;On Wed, Oct 26, 2011 at 2:45 PM, yvan volochine &lt;<a href="mailto:yvan.pd@gmail.com" target="_blank">yvan.pd@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;1. How do they compare against each other?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;<br>
I only know a bit csound and am an everyday sc user.<br>
&gt;&gt;- I find csound oldschool syntax pretty boring but maybe that&#39;s just me.<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;I find SC syntax pretty ugly, so I guess it is all a matter of taste.<br>
&gt; <br>
&gt;- sc is a killer for realtime dsp.<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;So is CSound, no?<br>
<br>
<br>
</div>Could you give a csound example?  It&#39;s been awhile since I&#39;ve played with Supercollider, but<br>
<br>
its realtime strengths were immediately apparent early on in the tutorials.  Things like creating<br>
<br>
hundreds/thousands of sinewave oscillators that fade out over time and get garbage collected<br>
<br>
when each envelope hits zero.  (All without audio dropouts, of course.)<br>
<div><br>
&gt; <br>
&gt;- sc-list is *extremely* active and helpful.<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;polyphony in pd is a nightmare, you get it for free in sc:<br>
&gt;&gt;<br>
&gt;&gt;// 128 sine waves with random freq mixed down to stereo:<br>
&gt;&gt;{ Splay.ar(SinOsc.ar({ExpRand(100, 5e3)} ! 128)) }.play<br>
&gt;<br>
&gt;<br>
&gt;You get it for free in CSOund. <br>
&gt; <br>
&gt;(advertising-mode off) best is of course to try them all and see for yourself !<br>
&gt;<br>
&gt;<br>
&gt;I agree. And to add to the choices, I suggest you all take a look at <a href="http://code.google.com/p/pyo/" target="_blank">http://code.google.com/p/pyo/</a><br>
&gt;You program it in python so its syntax is prettier than CS and SC and modules are coded in C so it is fast.<br>
<br>
</div>Interesting, I&#39;ve never looked at that one.  Thanks.<br>
<br>
-Jonathan<br>
<br>
<br>
&gt;<br>
&gt;<br>
&gt; Cheers,<br>
&gt;<br>
&gt;<br>
&gt;./MiS<br>
<div><div></div><div>&gt;_______________________________________________<br>
&gt;<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
&gt;UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><div class="im">-- <br><a href="http://www.epicjefferson.com" target="_blank">www.epicjefferson.com</a><br><a href="http://www.avmachinists.org" target="_blank">www.avmachinists.org</a> Puerto Rico based Art Collective/ Non-Profit Org<br>



</div></div>
<br>_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><span style="border-collapse:collapse"><p style="margin-top:0pt;margin-right:0pt;margin-bottom:0pt;margin-left:0pt;color:rgb(136, 136, 136);font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13px">

<font face="arial, helvetica, sans-serif"><span style="font-size:small"><font color="#666666">Jean-Michel Dumas, Directeur Technique</font></span></font></p><p style="margin-top:0pt;margin-right:0pt;margin-bottom:0pt;margin-left:0pt;color:rgb(136, 136, 136);font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13px">

<font face="arial, helvetica, sans-serif"><span style="font-size:small"><font color="#666666">Université de Montréal, iACT / Faculté de Musique</font></span></font></p><p style="margin-top:0pt;margin-right:0pt;margin-bottom:0pt;margin-left:0pt;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13px">

<font face="arial, helvetica, sans-serif"><span style="font-size:small"><a href="mailto:jm.dumas@umontreal.ca" target="_blank"></a></span></font><span style="font-family:arial, helvetica, sans-serif;font-size:small"><font color="#666666">tél. 514-343-2172 | téléc. 514-343-5727</font></span></p>

<p style="margin:0pt;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px"><span style="font-family:arial, helvetica, sans-serif;font-size:small"></span><span style="font-family:arial;font-size:small"><a href="http://www.iact.umontreal.ca/" style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px" target="_blank"><font face="arial, helvetica, sans-serif"><span style="font-size:small"><font color="#3333FF">http://www.iact.umontreal.ca</font></span></font></a></span></p>

<p style="margin:0pt;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px"><a href="http://www.jmdumas.org" target="_blank"><span style="font-family:arial;font-size:small"><font face="arial, helvetica, sans-serif"><span style="font-size:small"><font color="#3333FF">http://www.jmdumas.org</font></span></font></span></a></p>

<p style="margin-top:0pt;margin-right:0pt;margin-bottom:0pt;margin-left:0pt;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13px"><span style="font-family:arial;font-size:small"><font face="arial, helvetica, sans-serif"><span style="font-size:small"><font color="#3333FF"><a href="http://magasin.bandcamp.com" target="_blank">http://magasin.bandcamp.com</a><br>

</font></span></font></span></p></span><br>