Electra one mini core - is that really that slow?

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:

  1. midi.onInput(port, message)
  2. midi.onNoteOn(...)
  3. midi.onNoteOff(...)
  4. midi.onPitchBend(...)
  5. midi.onProgramChange(...)
  6. midi.onChannelPressure(...)

And seems i need to delete all this functions, and make routing rules in controller setup.

Thanks a lot!

1 Like