Hi all,
I am having trouble finding an object that will allow me to compare two different lists. The object needs to discern if both lists (a series of 4 numbers each) are exactly the same and output a bang if they are. Something similar to the "Select" object. Right now I'm having to unpack the lists and comparing each number individually, which has been a hassle. I don't know if I am just overlooking objects provided for me or if an object is even capable of this.
Thanks.
-
Comparing two different lists in PD
-
i beliebe that [list-compare] (in list-abs library) is what you are after.
-
Thanks, exactly what I was looking for.