handlePartialSysexMessage on Windows

(sorry for double post… this isn’t plugin framework specific)

it took some digging to find out this wasn’t supported on windows since it isn’t mentioned in the comments or docs and the function name isn’t mentioned in the changelist. Are there plans to implement this on Windows?

In the the meantime, is there a reliable way to handle this via the existing handleIncomingMidiMessage? I suspect there’s more to it than just creating a buffer and filling it until I hit the terminator… to be sure the incoming packets are part of the same message?

Also as far as sending multi-packet sysex messages… haven’t looked into that much yet, but will I have similar problems there?

Any example code would be great, thx Smile