CHAILink SDK
Version 1.3
|
typedef void(* NH_CP2MIDI_MIDISYSEX)(CPHOBJECT const hLocalDevice, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData, CPBOOLEAN const fLastBlock, CPUINT8 const bSize, CPBYTE const *const pData, CPENDPOINT const *const pSource) |
Incoming SYSEX message notification for CP2Midi and HybridMidi devices.
[in] | hLocalDevice | Handle to the notified device. |
[in] | deviceType | Type of the notified local device. See ObjectTypes |
[in] | dwDeviceUserData | The user data associated to the device handle during its creation. |
[in] | fLastBlock | TRUE if this is the last SYSEX data block |
[in] | bSize | Data length, maximum = 255 |
[in] | pData | Pointer to data buffer |
[in] | pSource | Pointer to the message's source |