<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
>From my experience, I think the main issue that distinguishes these
apps is the source material. Csound, for example, comes with a boatload
of signal generators, many of which take care of difficult issues like
aliasing internally. Though I don't use Reaktor much, it has some nice
sounding oscillators. Max has some basic band-limited waveforms, though
I don't find them to be that great. You don't get these with Pd; you
have to build them. Personally, I find the difference in sound quality
between Max and Pd to be negligible, if at all noticeable.<br>
<br>
.mmb<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:martin.peach@sympatico.ca">martin.peach@sympatico.ca</a> wrote:
<blockquote cite="mid:COL111-W23547F7950320A386448CED240@phx.gbl"
 type="cite">
  <pre wrap="">vboehm wrote:point)
  </pre>
  <blockquote type="cite">
    <pre wrap="">oha, myth-alarm! max (still) uses 32-bits.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yeah I guess you're right. In the Max sdk docs they sometimes refer to 32-bit floats as 'doubles'.
e.g. "The other options are A_FLOAT for doubles, A_SYM for symbols, and A_GIMME,..."
but the Max atom is essentially identical to the Pd atom, so it must be a float.

Max has an integer atom type (A_LONG) while Pd doesn't, although Pd declares some integer methods in m_pd.h, but that won't affect the audio.

So csound doubles version should sound best of all...

Martin

                                               
_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list
UNSUBSCRIBE and account-management -&gt; <a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>
  </pre>
</blockquote>
<br>
</body>
</html>