Hallo, Kyle Klipowicz hat gesagt: // Kyle Klipowicz wrote:
I think the question is, why have that book keeping available for vline~? Are there any practical uses for it?
You can think of the 3-element lists going into vline~ as a stack ordered by the last element, the delay. So if you send
1 1 0, 2 2 0, 3 3 0
only the last triple, "3 3 0" is played. It overwrites all others. To actually schedule more than one message, you need to give them different delays:
1 1 1, 2 2 2, 3 3 3
Frank Barknecht _ ______footils.org__