Hallo, Georg Holzmann hat gesagt: // Georg Holzmann wrote:
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)
Better use list-lastx.pd, it's the same as last-x.pd, which will disappear sometime in the future.
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.I don't if that's what you want, but when you resend the size (e.g. 2 in your example) the object will be reseted !
Yes, that's the only way currently to reset a list-lastx object. I guess I will introduce a [f] object after the second inlet, then you can send a "bang" to that object as well to reset the list without sending the number. As in attached version.
Frank Barknecht _ ______footils.org_ __goto10.org__