zl compare - With Wildcards

notechnotech's icon

Hello,

Is there a way to use wildcards in zl compare?

I would like it to evaluate to true if the 1st, 2nd,3rd and 5th elements in the list are all the same, but the 4th element can be anything(the wildcard).

Thanks,

yp's icon

I don't know if there's such a mode for zl compare, but you can get the same result with two additional steps.

Max Patch
Copy patch and select New From Clipboard in Max.

EDIT: just one additional step (using the right outlet of nth to remove the 4th element)

notechnotech's icon

Thanks !

I want to do multiple wildcards, but i can probably just filter it with nth twice..