Note Filter pipe suggestion

I’m fairly new to Midihub, but I have a use case which is not possible to do with the current set of available pipes - to filter a chord, either excluding or including a set of notes in a chord ranging from high-to-low or low-to-high. For example with a chord input from MIDI A and send the lowest note to MIDI A, the full chord to MIDI B, and the three top notes through an Arp to MIDI C.

I image a “Note Filter” pipe with a three simple options: include or exclude, begin selection from low-high or high-low, and finally how many notes to select. I might be wrong, but should be fairly straightforward, as it’s just sorting the array of currently playing notes based on note number and applying the inclusion/exclusion filter, resulting in a setup like the following:

FROM MIDI A -> Note Filter (let only lowest note through) -> TO MIDI A
FROM MIDI A -> TO MIDI B
FROM MIDI A -> Note Filter (let only three highest notes through) -> Arp -> TO MIDI C

Thank you!