in my Midibox NG i use many controllers with multiple events (which are depending on other controller values)
Now i wonder what is the better way in terms of performance:
using banks or conditional events?
Does it make a big difference?
yes it makes a difference, banks (resp. via .NGR activated) MIDI events are filtered earlier during the Event processing than conditions. This saves a little bit execution time, therefore banks/activate should be preferred if possible.