Awww, i was in big mistake again.
I was asking for that few weeks ago here, when had this same problem, but then this problem was much more complex. I solve that things, mostly by changing all of the architecture of presets, but like somone suggest, i make every of route rules exactly in Lua code. I didn’t wanted to make routing rules in controller settings, coz when i experimenting with presets, really often had to make hard resets to bring back electra to life, but i see, You answer while ago in other topic to avoid it with other way, so i need to change way of doing this.
More here in old topic:
Anyway, You’re right, i use routing with:
midi.onInput(port, message)midi.onNoteOn(...)midi.onNoteOff(...)midi.onPitchBend(...)midi.onProgramChange(...)midi.onChannelPressure(...)
And seems i need to delete all this functions, and make routing rules in controller setup.
Thanks a lot!