QUICK-REF - CsoundManual - Top of this section - Previous - Contents - Index - Next 

multitap

   ar   multitap   asig, itime1, igain1, itime2, igain2 . . .

DESCRIPTION

Multitap delay line implementation.

INITIALIZATION

The arguments itime and igain set the position and gain of each tap.

The delay line is fed by asig.

EXAMPLE:

        a1      oscil        1000, 100, 1
        a2      multitap     a1, 1.2, .5, 1.4, .2
                out          a2
This results in two delays, one with length of 1.2 and gain of .5, and one with length of 1.4 and gain of .2.
 

AUTHOR:

Paris Smaragdis
MIT, Cambridge
1996
 

QUICK-REF - CsoundManual - Top of this section - Previous - Contents - Index - Next 
HTML Csound Manual - © Jean Piché & Peter J. Nix, 1994-97