CHAILink SDK
Version 1.3
|
CLC_ErrorCode Output_SendMIDISysExMessage | ( | CPHOBJECT const | hOutput, |
CPBOOLEAN const | fIsLastBlock, | ||
CPUINT8 const | bSize, | ||
CPUINT8 const *const | pData, | ||
CPBOOLEAN const | fFlush | ||
) |
Send a midi SysEx message. For performance, this function does not wait for a response.
[in] | hOutput | Output handle |
[in] | fIsLastBlock | Last block (TRUE or FALSE) |
[in] | bSize | data size [0-255] |
[in] | pData | pointer to the data buffer. |
[in] | fFlush | If TRUE, the message is immediately prepared and sent, including prospective multipart messages added before. Setting fFlush at TRUE is the normal way to send a single message, or to specify the last and send the whole of a multipart message. If FALSE, the message is added to the multipart buffer, except if the buffer is full. In this case, the multipart message is sent, and a new one is created to store the new message. |