CHAILink SDK
Version 1.3
|
CLC_ErrorCode HybridMIDI_SendMIDIBlob | ( | CPHOBJECT const | hHybridMIDI, |
CPUINT8 const | bDataLength, | ||
CPBYTE const *const | pData, | ||
CPBOOLEAN const | fFlush, | ||
CPUINT8 *const | pbSent | ||
) |
Send a MIDI blob.
[in] | hHybridMIDI | Hybrid MIDI or VMIDILinkHybrid local device handle |
[in] | bDataLength | number of bytes in the buffer [0-255] |
[in] | pData | pointer to the buffer |
[in] | fFlush | TRUE if the message must be sent directly |
[out] | pbSent | number of bytes consumed from the buffer |