i noticed that the midi implementation of the "SEL" buttons is different than using the mouse to click on them.
Current Mouse State:
When using the mouse to click on a SEL button, all previous selected SEL buttons get deselectet.
Current Midi State:
When using a midi controller mapped with the SEL buttons, the newly selected SEL button gets added to the previous selection.
Expected Behaviour:
I think it should be the same way than using the mouse to select them.
Workaround:
Use Macro Buttons to select SEL buttons (buses) and deselect all Buses you dont want to be selected:
Bus(0).Sel=1
Bus(1).Sel=1
Bus(2).Sel=0
Bus(3).Sel=0
Bus(4).Sel=0
Bus(5).Sel=0
Bus(6).Sel=0
Bus(7).Sel=0
Feedback would be great.

Have a nice day
unnamed_1