Csound Csound-dev Csound-tekno Search About

Re: nestedap questions

Date1999-08-24 00:13
FromHans Mikelson
SubjectRe: nestedap questions
>I have played around with the nestedap opcode - it seems to exept its idel
in
>sec (not given in doc...). In this case the example in the doc is a little
>strange: more then 100 sec del time for a 4 sec note.


Ahh, yes, well, I meant to use milliseconds when I wrote the opcode but I
must have forgotten to divide by 1000 so the units are in seconds.  The two
inner delay loops must fit inside of the outer delay loop so delay1 must be
longer than delay2 + delay3 times.  I think it may have a problem if you
make delay1 equal to delay2 + delay3.

> imax  =         1
> idel1 =         .006
> igain1 =        .3
> idel2 =         .003
> igain2 =        .3
> idel3 =         .001
> igain3 =        .3
>
> aout  nestedap  gasig, 3, imax, idel1, igain1, idel2, igain2, idel3,
igain3
>
>            outs        aout-gasig, aout+gasig
> endin
>
>Any idea?

See above.

Good luck,
Hans Mikelson