27 #ifndef _CLC_FCT_VMIDILINK_H_
28 #define _CLC_FCT_VMIDILINK_H_
40 #if defined(ENABLE_DEVICE_VMIDILINKIN)
67 #if defined(ENABLE_DEVICE_VMIDILINKOUT)
160 #if defined(ENABLE_DEVICE_VMIDILINKIN)
179 #if defined(ENABLE_DEVICE_VMIDILINKOUT)
263 #endif // _CLC_FCT_VMIDILINK_H_
CLC_ErrorCode VMIDILinkHybrid_RegisterVMIDILinkInNotificationHandler(CPHOBJECT const hVMIDILinkHybrid)
Register VMIDILink In notification handler for a VMIDILink Hybrid local device.
CLC_ErrorCode VMIDILinkOut_Clock_Stop(CPHOBJECT const hVMIDILinkOut)
Stop clock.
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_SendSel...
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_SendMod...
CLC_ErrorCode
Error code Enumeration. Error codes from 0x01 to 0xFF are related to a CopperLan functions return cod...
Definition: CLCm_Defines.h:469
This structure stores data from an event message.
Definition: CLC_Fct_EventMessage.h:57
CLC_ErrorCode VMIDILinkHybrid_UnregisterVMIDILinkOutNotificationHandler(CPHOBJECT const hVMIDILinkHybrid)
Unregister VMIDILink Out notification handler for a VMIDILink Hybrid local device.
This structure stores data from a modifier message.
Definition: CLC_Fct_ModifierMessage.h:61
CLC_ErrorCode VMIDILinkIn_RegisterNotificationHandler(CPHOBJECT const hVMIDILinkIn)
Register notification handler for a VMIDILink In local device.
CLC_ErrorCode VMIDILinkOut_UnregisterNotificationHandler(CPHOBJECT const hVMIDILinkOut)
Unregister notification handler for a VMIDILink Out local device.
CLC_ErrorCode VMIDILinkHybrid_UnregisterVMIDILinkInNotificationHandler(CPHOBJECT const hVMIDILinkHybrid)
Unregister VMIDILink In notification handler for a VMIDILink Hybrid local device. ...
CLC_ErrorCode VMIDILinkOut_Clock_Tick(CPHOBJECT const hVMIDILinkOut)
Send a clock tick.
CLC_ErrorCode VMIDILinkHybrid_RegisterVMIDILinkOutNotificationHandler(CPHOBJECT const hVMIDILinkHybrid)
Register VMIDILink Out notification handler for a VMIDILink Hybrid local device.
CLC_ErrorCode VMIDILinkHybrid_Clock_Stop(CPHOBJECT const hVMIDILinkHybrid)
Stop clock.
CLC_ErrorCode VMIDILinkOut_RegisterNotificationHandler(CPHOBJECT const hVMIDILinkOut)
Register notification handler for a VMIDILink Out local device.
CLC_ErrorCode VMIDILinkIn_UnregisterNotificationHandler(CPHOBJECT const hVMIDILinkIn)
Unregister notification handler for a VMIDILink In local device.
CLC_ErrorCode VMIDILinkHybrid_Clock_Run(CPHOBJECT const hVMIDILinkHybrid)
Run clock.
CLC_ErrorCode VMIDILinkHybrid_Clock_RunFromStart(CPHOBJECT const hVMIDILinkHybrid)
Run clock from start.
This structure stores data from a selector message.
Definition: CLC_Fct_SelectorMessage.h:64
CLC_ErrorCode VMIDILinkOut_Clock_RunFromStart(CPHOBJECT const hVMIDILinkOut)
Run clock from start.
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_SendEvent...
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_SendEvent...
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_SendMod...
CPUINT32 CPHOBJECT
Handle on Object.
Definition: CLCm_Types.h:57
CLC_ErrorCode VMIDILinkOut_Clock_Run(CPHOBJECT const hVMIDILinkOut)
Run clock.
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_SendSel...