Reply 820 of 845, by Falcosoft
- Rank
- l33t
zaphod77 wrote on 2026-08-27, 00:58:oh, never mind, apparently vstmidi driver doesn't actually know how to handle port 2 unless you are using FSMP.
It's not the concern of VSTi Midi driver to handle multi port Midi files since a driver never sees the Midi file itself. It is the concern of the Midi player to send messages to either Port A or Port B depending on the port select meta event(s) stored in the Midi file's tracks. Meta events are not part of the Midi protocol so they cannot be sent to devices/drivers like normal channel or SysEx messages. So you have to use a Midi player that can send messages to multiple ports and can recognize the meta events used by the Midi file.
VSTi Midi driver can also handle the seldom documented 0xF5 real time messages (that can be sent to drivers/devices ) to support 32 channels through a single port but as you said only FSMP uses this message type so far.