I've been searching for about a day and haven't found anything that can point me in the right direction for this - either information is lacking, I'm bad at the internet, or it's hard to find information on music programming for a programming language whose name is that of a music note.
Anyways:
I want to take data that I've cooked (from camera, kinect, joystick control, etc.) and use it to send MIDI data to other programs, such as Propellerhead Reason or other DAWs on my machine. Gathering the input and cooking the data is not the issue, but sending the MIDI messages is. I've downloaded the C# MIDI Toolkit from codeproject and am at a loss for where to start. Could somebody point me in the direction of an simulated NoteOn message to be interpreted by a DAW, or other basic example of sending MIDI data?
I can find examples of accessing the Microsoft MIDI Synthesizer, interpreting messages from keyboards and routing them, and a number of other examples, but I feel like this is pretty basic and I'm not sure why I can't find any information on it.
Thanks!