Use Non-Frames Version Previous Page Next Page
Signal Modifiers: Delay

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


Use Non-Frames Version Previous Page Next Page
Signal Modifiers: Delay