Hi!
I ve got a spread of changing number of slices triggered by a bang, at every bang a new set of slices (different number of slices each time) is created.
I want to store this slices as they come in a final spread which will comprise all the slices I ve got, in the same order as they came.
I also want to be able to retrieve this spread if I close and reopen the patch (non volatile data)
The Store node seems a good candidate for this.
After that I want to be able to buffer those slices so I can get the first which came, then the second, up to a given number of slices, “pack” them and then create another set.
Ideally I d have 2 sets at any given time: one “active” and one “on wait to be active”.
I d like some pointers about which nodes to use or if there is any patch out there that does soemthing similar so I can have a reference.
tx
Simone