CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CLC_Fct_HybridMidi.h File Reference

Go to the source code of this file.

Functions

MIDI -> CP
CLC_ErrorCode HybridMIDI_SendMIDIBlob (CPHOBJECT const hHybridMIDI, CPUINT8 const bDataLength, CPBYTE const *const pData, CPBOOLEAN const fFlush, CPUINT8 *const pbSent)
 Send a MIDI blob. More...
 
CP -> MIDI
CLC_ErrorCode HybridMIDI_RegisterNotificationHandler (CPHOBJECT const hHybridMIDI)
 Register notification handler for a Hybrid Midi local device. More...
 
CLC_ErrorCode HybridMIDI_UnregisterNotificationHandler (CPHOBJECT const hHybridMIDI)
 Unregister notification handler for a Hybrid Midi local device. More...
 
CLC_ErrorCode HybridMIDI_SetMIDICCMode (CPHOBJECT const hHybridMIDI, MIDICCModes const mode)
 Set the MIDI CC MSB/LSB mode. Default value is MSB. More...
 
CLC_ErrorCode HybridMIDI_EnableActiveSensing (CPHOBJECT const hHybridMIDI, CPBOOLEAN const fEnable)
 Enable or disable the MIDI active sensing Active sensing is enabled by default. More...
 
CLC_ErrorCode HybridMIDI_IsActiveSensingEnabled (CPHOBJECT const hHybridMIDI, CPBOOLEAN *const pfEnabled)
 Check if MIDI active sensing is enabled. More...
 
CLC_ErrorCode HybridMIDI_DataConsumed (CPHOBJECT const hHybridMIDI)
 Send a DataConsumed on Sys input. More...