On 05/21/2013 09:38 PM, JF wrote:
I'm experimenting with a message sequencer that will play back time tagged lists.
So far I've looked at [qlist] [textfile] and rjlib's [u_cocollect].
Are there any relatively simple approaches to 'undo'-ing the last list written to any of these
objects?
I'm a little stumped on it to be honest other than complicated writing to buffers and
attempting to prune the last list somehow.
zexy's [msgfile] is an enhanced [textfile], that allows you to more easily navigate your buffer and delete selected items. it has no "undo", but depending on what you actually want to undo, it should be quite simple to implement on the patch level.
gfmasdr IOhannes