开发者_如何学Go
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this questionI want to create a virtual MIDI loopback cable program that creates virtual MIDI ports to interconnect applications on Windows that want to open hardware-MIDI-ports for communication.
SOrry if I am not clear in my requirements, here is an example application that does what I intend to do.
http://www.tobias-erichsen.de/loopMIDI.html
How do I go about this? Any tips or pointers are greatly appreciated.
After many nights of searching, the best way I have found is to actually use Tobias Erichsen's driver.
His driver works quite well, and if you e-mail him, he will provide you with the API necessary.
Not really an answer, but this link had some sound advice on how to get started. Leaving this here in case anyone else is also interested. http://www.osronline.com/article.cfm?article=20#Q25
精彩评论