I’m trying to build a quite easy patch which can give me all possibilities of duos, trios, quatuors, inside a given ensemble.
I used combinations from OM-Combine and got all possibilities, including repetitions (like 4 violins together when there’s only one in the ensemble). Using an Om-Loop I could filter out the combinations using twice or more the same instrument.
Now my problem is that i get some possibilities more than once because they come in a different order (like sax-piano and piano-sax). So I’m wondering how it is possible to filter out these redundancies. That would mean, filter out repetitions regardless of the order, just looking at the content of the sublists. My patch is joined to this message.
Thanks a lot and kind regards
Trios-2.omp (4.43 KB)