Filtering midi input by channel

I need to route a track containing a midi plugin to 16 tracks and filter by midi channel on each track.
Any ideas on an approach? Is this possible with the Engine as is or should I write my own internal plugin and place it on each track?

Thanks

Several ways to do this depending on where you need the MIDI to come in but probably the simplest is to create a Rack on each of the tracks and then place a “MidiPatchBayPlugin” after each one to filter only the MIDI you need.