Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create a virtual MIDI port [closed]

I 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.

like image 980
ashwnacharya Avatar asked Nov 04 '22 19:11

ashwnacharya


2 Answers

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.

like image 63
Brad Avatar answered Nov 09 '22 07:11

Brad


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

like image 45
ashwnacharya Avatar answered Nov 09 '22 06:11

ashwnacharya