CHAILink SDK
Version 1.3
|
typedef void(* NH_INPUT_CLOCKDEFINITION)(CPHOBJECT const hInput, CPUINT32 const dwInputUserData, CPENDPOINT const *const pSource, CPUINT16 const wBPM, CPUINT8 const bCPQNMultiplier) |
Called if the input receives a clock definition.
[in] | hInput | Handle to the notified input. |
[in] | dwInputUserData | The user data associated to the input handle during its creation. |
[in] | pSource | Pointer to the clock generator source. |
[in] | wBPM | Optional BPM value (0xFFFF if not applicable, default value = 0xFFFF) |
[in] | bCPQNMultiplier | Clock resolution = 24 * bCPQNMultiplier (default value = 1) |