Thanks Julien<br>It was the function table that was missing.  Both 15000 and 44100 work<br><br><div class="gmail_quote">On Fri, Mar 23, 2012 at 10:52 PM, Julien Claassen <span dir="ltr">&lt;<a href="mailto:julien@mail.upb.de">julien@mail.upb.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Rustom!<br>
  First your iamp at 44100 is rather high. Try 15000 or anything up to 32768. Or investigate the 0dbfs header statement for giving volume in DB.<br>
  How did you call csound? With that file, youshould do:<br>
csound -W -o out.wav test.csd (or whatever you call your file). Better still, put something like this in the CsOptions block:<br></blockquote><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

-W -o out.wav<br>
  This will generate an out.wav fie.<br>
  The essential thing, which is still missing, is the ftable, to hold the sinewav, that the oscil opcode (a simple oscillator) will output. It doesn&#39;t hold its own waveform, but read it from a function table. So in the CsScore section start with:<br>

f1 0 32768 10 1 ; ftable 1, don&#39;t know the second, but it&#39;s almost always 0 :-), the third is the number of entries, the quality or resolution of your waveform (32768 points to form a single sinewave, 10 is the number of the function generator, which in this case is a sine generator and 1 is its first parameter. Says: Create the first harmonic, or whatever. You can look those up in the csound manual as well. Probably search for gen01 to see, where the list starts. GEN 9, 10 and 19 are the ones for sinewaves, if I&#39;m not mistaken. But this one is the easiest.<br>

  If that doesn&#39;t help, we can see about it off-list, since then it might get really specific to your subject. :-) You&#39;re welcome to send me CSD-files or if you really get interested in csound as a tool, which is good for teaching all sorts of music related stuff, you might subscribe to the csound user&#39;s list.<div>
<div></div><div class="h5"><br></div></div></blockquote><div><br>Well I first subscribed  to the list at csounds.  My question is here<br><a href="http://www.csounds.com/forum/2">http://www.csounds.com/forum/2</a><br><br>
I asked here after no answer there.  Is there another list?<br><br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div class="h5">
  Warm regards<br>
          Julien<br>
<br></div></div></blockquote><div><br>Thanks again Julien<br></div></div><br>Rusi<br>