I am software developer , creating programm for retranslation CC messages from DAW to hardware controller. At this point i found that Midi Output msgs (about value of CC) that DAW sends is valid and works as expected.
but i need feature that will inform hardware about specific plugin that is currently in "Focus/Context mapping" mode.
its better if this will be implemented in form of CC msg,
method#1. as we know it already sends 6 values in HEX format. so i think you can create window/tab in "option" popup where we can attach certain plugin to number(which we choose), that will be used as plugin _ID_.
Example:
So now , when this plugin gets focus by user, DAW will send 2 separate MIDI msgs: 1st - plugin ID, 2nd - knob states(in form that already exist)
this option will make your daw stand out from others in this field.