Renoise Vst Host Vsti Midi Events Processing

Hi,

would it be possible for the Renoise VST host implementation to support processing of Midi events generated by VST plugins? – I wrote a small VSTi, which generates polyryhthm based Midi events. But the current Renoise VST host implementation does not process the Midi events of the VSTi, currently.

Perhaps the VST host implementation could support sending the Midi events of the VSTis to the current track or route the VSTi generated Midi events to a different track instrument.

Kind regards & thanks in advance,
Jakob

Unfortunately not. But if you can write your own DLL’s, you can write a shared DLL which you share with an external application (a small midi transponder that you also have to write) that can claim a virtual midi device and use the virtual midi device connection to send back the outcome to Renoise.
The latter is ofcourse a far better solution. People have asked for internalk midi routing quite a few times.