Gen_finesse
Apologies for the late response, it took us a bit to properly look into this.
Based on your description and the screenshots, what you’re seeing is actually a limitation of standard MIDI itself, rather than something specific to Reliq.
Standard operates at a serial rate and can send roughly one message every 1 milisecond. So when multiple notes are triggered at the exact same step (like in drum mode with several lanes), they are not sent truly simultaneously, they are sent one after another in very small time intervals.
Looking at your Ableton screenshots, the spacing between the notes aligns very closely with this 1 ms interval, which is what we would expect from MIDI serialization.
So this isn’t related to your setup or a reliq issue, but inherent to how MIDI handles simultaneous events. The more notes you stack on the same step, the more noticeable it becomes.
A good way to improve this is to use USB MIDI, which handles bulk data much more efficiently. In your case, you could connect Reliq via USB-MIDI to your computer and route MIDI from your DAW to the sampler. You’ll still have some latency on the final MIDI hop if the sampler uses DIN MIDI, but it will generally be significantly tighter than sending everything directly over a single DIN output.
Hope this helps clarify things, and thanks again for the detailed report, very helpful as always🙏