Hi all,
Sorry to trouble you again so soon after my most recent post. I’m trying to process a large list of pitch sets down to something more manageable, without having to do everything by hand.
I have a list containing multiple sublists, and a separate list of pitches (i.e. a filter) which I don’t want present in my eventual output. I need to filter out any sublists from the first list which contain any pitches from the second list, but can’t work out how to do this without much looping… is there by any chance a more elegant solution? Thanks again for all your help.
Sam