Can someone provide me with some context around Event buses
The again example sets up one event bus with one channel which seems normal.
What would be the scenarios you would use more than one channel on an event bus?
I can sort of imagine several event buses if you had several midi instruments - but not multiple channels within a bus.
(I am trying to work out how to handle some initialization routines in my own code - and don’t want to default myself into a corner)