Hallo!
From the pd help patches I saw, that I can reset a [list prepend] object, when I send it a bang to the right inlet.
Now I am using Frank's list-abstractions
creating a a sequence:
e.g. 0 1 2 3 4 5 6
then using
[last-x-2] | [list-rev] | | the I get pairs like: 0 1 1 2 2 3 etc..
Now my problem is that when I try to generate a new sequence -the [last-x 2] still gives me the last two entries of my former list. (e.g 2 3, 0 1, 1 2)
How can I reset the list object now-because inside [last-x 2] there is
[list split $1] which I cannot reset with a bang.
Thanks in advance,
Gerda