1

I 'm looking for a way to create a user mode virtual midi cable driver.

Unfortunately there's nothing at MSDN, and in the MSDN forums I asked nobody is sure about how it should be implemented.

First, is it possible?

Second, I 'm not sure if the information at MSDN is applicable to UMDF.

Anyone that has more clues than I have?

Update: This guy here https://coolsoft.altervista.org/en/virtualmidisynth has created it, so there must be a user mode way.

Best Regards.

Michael Chourdakis
  • 10,345
  • 3
  • 42
  • 78

1 Answers1

0

This is (unfortunately) a rather difficult task to accomplish in Windows. Your best bet is to use MIDIOX's Yoke Junction to create a virtual device to communicate through.

Nik Reiman
  • 39,067
  • 29
  • 104
  • 160