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

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

Functions

CLC_ErrorCode VMIDILinkOut_RegisterNotificationHandler (CPHOBJECT const hVMIDILinkOut)
 Register notification handler for a VMIDILink Out local device. More...
 
CLC_ErrorCode VMIDILinkOut_UnregisterNotificationHandler (CPHOBJECT const hVMIDILinkOut)
 Unregister notification handler for a VMIDILink Out local device. More...
 
CLC_ErrorCode VMIDILinkOut_SendEventToChannel (CPHOBJECT const hVMIDILinkOut, 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 VMIDILinkOut_SendModifierToChannel (CPHOBJECT const hVMIDILinkOut, 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 VMIDILinkOut_SendSelectorToChannel (CPHOBJECT const hVMIDILinkOut, 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 VMIDILinkOut_Clock_Tick (CPHOBJECT const hVMIDILinkOut)
 Send a clock tick. More...
 
CLC_ErrorCode VMIDILinkOut_Clock_RunFromStart (CPHOBJECT const hVMIDILinkOut)
 Run clock from start. More...
 
CLC_ErrorCode VMIDILinkOut_Clock_Stop (CPHOBJECT const hVMIDILinkOut)
 Stop clock. More...
 
CLC_ErrorCode VMIDILinkOut_Clock_Run (CPHOBJECT const hVMIDILinkOut)
 Run clock. More...
 

Detailed Description

List of all VMIDILink Out local device functions.

Note
All functions and notifications of the Local Device Reference. can be used with this device. The MIDI to CopperLan (MIDI2CP) Functions can also be used with this device.