tags:

views:

32

answers:

1

I am looking to write a small program that receives input from an external device and then sends MIDI signals to any MIDI compatible software. What is the best way, from the MIDI perspective, to go about this? Are there any specific libraries I should look into?

Thanks.

+1  A: 

PortMidi! http://portmedia.sourceforge.net/

It's easy to use, examples for Windows are provided.

darasan