Currently midi_in and midi_out in winmidi backend do not implement open_virtual_port(). I believe the new winmidi supports virtual devices, unlike winmm API. Would there be some technical roadblocks to achieve that?
I'm trying to get my virtual MIDI 2.0 device application (it makes full use of libremidi on Linux and macOS) working on Windows and noticed this issue.
https://github.com/atsushieno/uapmd
Confirmed with v5.4.3.
Currently
midi_inandmidi_outin winmidi backend do not implementopen_virtual_port(). I believe the new winmidi supports virtual devices, unlike winmm API. Would there be some technical roadblocks to achieve that?I'm trying to get my virtual MIDI 2.0 device application (it makes full use of libremidi on Linux and macOS) working on Windows and noticed this issue.
https://github.com/atsushieno/uapmd
Confirmed with v5.4.3.