Implementing multiple VST3 Event Output buses (Midi)

I would like to experiment with VST3 and multiple midi-output buses. I would appreciate any tips on how this can be achieved in Juce. I know that Juce exposes 1 bus when telling it you want midi-out. What approach could I use to add more?

Thanks in advance!

Ok, so looking through the VST3 wrapper, it appears that Juce doesn’t yet support multiple event buses in it’s implementation.

Is there any road map regarding this?