The midiOutPrepareHeader function prepares a MIDI system-exclusive or stream buffer for output. - LD83
2/9/2019 7:28:40 AM - -95.150.180.171
A 2019 user who is working on a new C# midi library based on winmm.dll
2/9/2019 6:40:49 AM - -95.150.180.171
.
This function is complementary to the midiOutPrepareHeader function. You must call midiOutUnprepareHeader before freeing the buffer. After passing a buffer to the device driver with the midiOutLongMsg function, you must wait until the device driver is finished with the buffer before calling midiOutUnprepareHeader.
The midiOutPrepareHeader function prepares a MIDI system-exclusive or stream buffer for output. - LD83
2/9/2019 7:28:40 AM - -95.150.180.171
The midiOutUnprepareHeader function cleans up the preparation performed by the [midiOutPrepareHeader] function. - LD83
2/9/2019 7:32:22 AM - -95.150.180.171
The midiOutLongMsg function sends a system-exclusive MIDI message to the specified MIDI output device.
2/9/2019 8:18:50 AM - -95.150.180.171
The midiOutUnprepareHeader function cleans up the preparation performed by the [midiOutPrepareHeader] function. - LD83