On Mon, 22 Jul 2002, Frank Barknecht wrote:
I would like to add an oddity with delay, that might cost someone a lot of time (at least it did cost me): delay always puts out the bang on the start of a signal block. Attached patch shows what I mean.
Actually this is true not only for del but about message calculations in general. So it is more a "remember" issue than an oddity with delay. All clock times are rounded to a multiple of 64 samples.
Maybe you can add this info, because it explains, why fast envelopes with line~ and del sometimes produce no output. To my knowledge there's no trivial solution but the t3-objects in IEMLIB.
There might be a solution using arrays, ..
Guenter