CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
VMIDILink Hybrid Functions

List of all VMIDILink Hybrid local device functions. More...

Functions

CLC_ErrorCode VMIDILinkHybrid_RegisterVMIDILinkInNotificationHandler (CPHOBJECT const hVMIDILinkHybrid)
 Register VMIDILink In notification handler for a VMIDILink Hybrid local device. More...
 
CLC_ErrorCode VMIDILinkHybrid_UnregisterVMIDILinkInNotificationHandler (CPHOBJECT const hVMIDILinkHybrid)
 Unregister VMIDILink In notification handler for a VMIDILink Hybrid local device. More...
 
CLC_ErrorCode VMIDILinkHybrid_RegisterVMIDILinkOutNotificationHandler (CPHOBJECT const hVMIDILinkHybrid)
 Register VMIDILink Out notification handler for a VMIDILink Hybrid local device. More...
 
CLC_ErrorCode VMIDILinkHybrid_UnregisterVMIDILinkOutNotificationHandler (CPHOBJECT const hVMIDILinkHybrid)
 Unregister VMIDILink Out notification handler for a VMIDILink Hybrid local device. More...
 
CLC_ErrorCode VMIDILinkHybrid_SendEventToChannel (CPHOBJECT const hVMIDILinkHybrid, CPUINT8 const bChannel, CPEVENTMSG const *const pMessageData)
 Send an event message to the specified MIDI channel. This is acting exactly like the Output_SendEventMessage funtion. More...
 
CLC_ErrorCode VMIDILinkHybrid_SendModifierToChannel (CPHOBJECT const hVMIDILinkHybrid, CPUINT8 const bChannel, CPMODIFIERMSG const *const pMessageData)
 Send a modifier message to the specified MIDI channel. This is acting exactly like the Output_SendModifierMessage funtion. More...
 
CLC_ErrorCode VMIDILinkHybrid_SendSelectorToChannel (CPHOBJECT const hVMIDILinkHybrid, CPUINT8 const bChannel, CPSELECTORMSG const *const pMessageData)
 Send a selector message to the specified MIDI channel. This is acting exactly like the Output_SendSelectorMessage funtion. More...
 
CLC_ErrorCode VMIDILinkHybrid_Clock_RunFromStart (CPHOBJECT const hVMIDILinkHybrid)
 Run clock from start. More...
 
CLC_ErrorCode VMIDILinkHybrid_Clock_Stop (CPHOBJECT const hVMIDILinkHybrid)
 Stop clock. More...
 
CLC_ErrorCode VMIDILinkHybrid_Clock_Run (CPHOBJECT const hVMIDILinkHybrid)
 Run clock. More...
 

Detailed Description

List of all VMIDILink Hybrid local device functions.

Note
All functions and notifications of the Local Device Reference. can be used with this device. The Hybrid MIDI Functions and the CP2Midi notification handlers. can also be used with this device.