Setting Up a Blueprint MIDI Manager with 4.14 version of MIDI Device Support Plugin

A question in relation to optimization and correct (logical) setup:

Controllers IDs:
As these represent each buttons/knobs and I have 56…
**Where will be the best spot to “switch on strings” **(I use strings, as IDs start are a weird ranges. 13>20 29>36 105>108 etc…) (and not switch on integer)

, you set up your Event Dispatchers (Transmits) just after the Note is ON/OFF/Controller changes etc… (So you have 7 kinds)
So in your case I would have to Switch on string where the E.Dispatch is called. (So ending up duplicating these in many places)

Wouldn’t it be better to create the MANY(56) E.Dispatcher after the Switch on String results? (one for each IDs)
Like this, it’s all in one Master BP in the level that distribute the Events Dispatcher?