On Fri, Mar 23, 2012 at 7:43 PM, Julien Claassen <span dir="ltr">&lt;<a href="mailto:julien@mail.upb.de">julien@mail.upb.de</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Rustom1<br>
  I suppose for the purpose of a simple sound, the sine wave is quite fine. So your instrument might look something like this:<br></blockquote><br>Hi Julien,<br><br>Thanks for trying.  csound is still erroring at me. Its not exactly what numbers you gave; in either case its throwing errors.  Since I understand nothing about the intricacies could you take one more look?<br>
<br>Meanwhile I&#39;ll look at the opcodes you suggested<br><br>Thanks<br><br>Rusi<br><br>Heres my file<br>----------------------------------<br><br></div>&lt;CsoundSynthesizer&gt;<br>&lt;CsOptions&gt;<br>&lt;/CsOptions&gt;<br>
&lt;CsInstruments&gt;<br><br>sr = 44100<br>kr = 4410<br>ksmps = 10<br>nchnls = 1<br><br><br>instr 1<br> iamp = 44100<br> iftable = 1<br> aout oscil iamp, p4, iftable<br> out aout<br><br>endin<br><br><br>&lt;/CsInstruments&gt;<br>
&lt;CsScore&gt;<br>i1 0 2 440<br>i1 2 2 494<br>e<br><br>&lt;/CsScore&gt;<br>&lt;/CsoundSynthesizer&gt;<br><br><br>