it is possible to check if the elements of a spread are included or not into a second spread?
this is what I need (kind of): given A and B as spreads, I need to obtain the result of A∈B (spreads of boolean, same size as A)
sift won’t do the job here. without specifying bin sizes on the node it doesn’t deal well with multiple entries with the same value, be it on input or filter.
it will only return the first filter index hit.
the solution is either a plugin or the ‘oldschool’ resample-your-spreads way. see attached