This guys says yes: http://web.tiscalinet.it/giordy/midi-tech/lowmidi.htm Same with a really old book from 1998 (Maximum MIDI). MSDN doesn't mention it. I'm not getting any sound.
- I fill a char buffer with status|note|velocity|status|note|velocity...
- Set lpData, dwBufferLength, and dwFlags of a MIDIHDR struct
- call midiOutPrepareHeader (MMSYSERR_NOERROR)
- call midiOutLongMsg (MMSYSERR_NOERROR)
Still no sound! Spamming midiOutShortMsg is working but will that work for slower machines? Did they change the functionality?
Thanks.