I'm trying to use midiselect objects to make a cascading if/case statement, such that "if note is one of x1,x2,x3,... then apply this process, otherwise continue down the line". Here's the basic gist of my patch:

I've tried several different tweaks along these lines, but can't figure out how to make one set of notes to be pitch-bent one way, while other notes are pitch-bent differently. I've tried sending the note groups to different MIDI channels (which is what I'd need anyway in order to play polyphonically) but I'm new enough to Max that I'm sort of in the dark as to how to implement it.