I’ve never needed to work with more than one instrument—which is obviously called devices—simultaneously on the E1 before.
Today I tried it. I spent a lot of time reading the manuals and searching the forum. Unfortunately, I couldn’t find an example that fit my—in my personal view, very simple—requirement. I found the tutorial “[LUA] Send multiple,” but that only covers different ports, not devices. I’ve now set up a second device in E1, #2.
In my humble simplicity, I imagine one could write:
midi.sendSysex(PORT_1, DEVICE_2, {67, 16, 127, 28, 04, 00, 00, 00, 16})
…but unfortunately, that doesn’t work. During my experiments, I even discovered that USB-connected ports are recognized in the editor.
Again, since most devices are connected via USB nowadays I’m wondering if these ports couldn’t be directly recognized as separate devices. But that’s probably all far too simple, yet apparently too complicated for me. ![]()
I simply want to send a MIDI command via a function, as in the example above which works for device 1, and send a few similar ones to a different device.
It would be great if someone could “enlighten” me. Maybe only with a hint to the manual reference or a forum post that contains a simple working example. Thank you in advance.


