RtMidi.Core icon indicating copy to clipboard operation
RtMidi.Core copied to clipboard

Virtual Ports

Open ApokalmiX opened this issue 2 years ago • 1 comments

Until now I used Tobias Erichsen's library for the dynamic creation of virtual midi ports but since my switch to Windows 11 this component no longer works. While doing research I noticed that RtMidi provides an API for opening virtual ports: Virtual Ports

Do you think it is possible to integrate these RtMidi.Core functions? That would be great.

THANKS

ApokalmiX avatar Sep 13 '23 14:09 ApokalmiX

The RTMIDI API virtual ports won't help, because they work only on OS that support virtual ports, which Windows does not until the new MIDI Service with MIDI 2.0 support lands, and rtmidi implements the new Windows API that comes with it.

Paul-Dempsey avatar May 26 '24 20:05 Paul-Dempsey