Hello,
Here an abstraction [list-order] with the help.
Frank, if you want, you can add it to list-abs library and modify
what you want inside.
++
Jack
Oups ! Sorry, there was an error in my abstraction for the DESC. I removed the bang to initialize. ++
Jack
Le 6 avr. 08 à 13:33, Jack a écrit :
Hello, Here an abstraction [list-order] with the help. Frank, if you want, you can add it to list-abs library and modify
what you want inside. ++Jack
<list-order-help.pd><list- order.pd>_______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Thank you! I've just been in need for that object to suppress recurent numbers in a list (maybe there is one liste object that is allready doing it?), let me try it...
Jack a écrit :
Hello, Here an abstraction [list-order] with the help. Frank, if you want, you can add it to list-abs library and modify what you want inside. ++
Jack
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hallo, Patrice Colet hat gesagt: // Patrice Colet wrote:
Thank you! I've just been in need for that object to suppress recurent numbers in a list (maybe there is one liste object that is allready doing it?),
list-unique does that for direct repetitions (with configurable number of allowed repetitions). For sorting a list of numbers, [sort] from zexy is also nice, but it's nice to have a version as purepd patch.
Frank