On Fri, Mar 23, 2012 at 7:43 PM, Julien Claassen <julien@mail.upb.de> wrote:
Hi Rustom1
 I suppose for the purpose of a simple sound, the sine wave is quite fine. So your instrument might look something like this:

Hi Julien,

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?

Meanwhile I'll look at the opcodes you suggested

Thanks

Rusi

Heres my file
----------------------------------

<CsoundSynthesizer>
<CsOptions>
</CsOptions>
<CsInstruments>

sr = 44100
kr = 4410
ksmps = 10
nchnls = 1


instr 1
 iamp = 44100
 iftable = 1
 aout oscil iamp, p4, iftable
 out aout

endin


</CsInstruments>
<CsScore>
i1 0 2 440
i1 2 2 494
e

</CsScore>
</CsoundSynthesizer>