Hi,
I’m trying to send a sysex from a plugin i’m developing, but I only succeed if its dimension is standard three bytes (including start 0xF0 and end 0xF7), so it’s not very useful. All others midi messages works great.
I have created two different plugins: the first sending a sysex of lenght > 3, the second reading sysex. Communication between the two plugins through sysex is OK. So it seems not to be a plugin problem.
I send a sysex > 3 inside the DUO through usb midi port: my plugin receives it perfectly. So it seems not to be an host’s midi-in problem.
The problem is that sysex > 3 can’t pass through host’s midi-out port. Is it a host bug?