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

Go to the source code of this file.

Functions

CLC_ErrorCode CP2MIDI_RegisterNotificationHandler (CPHOBJECT const hCP2Midi)
 Register notification handler for a CP2MIDI local device. More...
 
CLC_ErrorCode CP2MIDI_UnregisterNotificationHandler (CPHOBJECT const hCP2Midi)
 Unregister notification handler for a CP2MIDI local device. More...
 
CLC_ErrorCode CP2MIDI_SetMIDICCMode (CPHOBJECT const hCP2Midi, MIDICCModes const mode)
 Set the MIDI CC MSB/LSB mode. Default value is MSB. More...
 
CLC_ErrorCode CP2MIDI_EnableActiveSensing (CPHOBJECT const hCP2Midi, CPBOOLEAN const fEnable)
 Enable or disable the MIDI active sensing Active sensing is enabled by default. More...
 
CLC_ErrorCode CP2MIDI_IsActiveSensingEnabled (CPHOBJECT const hCP2Midi, CPBOOLEAN *const pfEnabled)
 Check if MIDI active sensing is enabled. More...
 
CLC_ErrorCode CP2MIDI_DataConsumed (CPHOBJECT const hCP2Midi)
 Send a DataConsumed on Sys input. More...