multitap (Delay)

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

-Multitap으로 delay line을 채워준다.

-asig : input signal

EXAMPLE>
  a1 oscil 1000, 100, 1
  a2 multitap a1, 1.2, .5, 1.4, .2
  out a2
이 결과는 두번의 delay를 보여준다. 하나는 1.2 길이이와 0.5의 gain 값.
또한번은 1.4길이의 0.2의 게인 값이다.

The arguments itime and igain set the position and gain of each tap.
The delay line is fed by asig.

Leave a Comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.