When you have (for example) a PBF4 and a VSN1 connected, the grid editor shows the origin of a "note on" MIDI message when pressing a button on one device vs the other. Is this because it's receiving via serial rather than actual MIDI? And if so, where can I find the details of the serial protocol?
What I'm trying to do is that I want button 1 on PBF4 to always map to the same action, no matter the layout of the grid devices. While I appreciate the way the MIDI event codes are dynamically calculated depending on the grid X/Y layout, for my use case I want them to be consistent no matter the layout.
So I could either detect which device is sending the message and use that for segmenting, or modify the default MIDI sending to somehow ignore the layout (I don't want to manually set up a unique event code for every element in grid editor).
Does anyone have good ideas on how best to achieve this?
