Send an event message to the specified MIDI channel. This is acting exactly like the Output_SendEventMessage funtion.
- Parameters
-
[in] | hVMIDILinkOut | Handle to the VMIDILink Out local device. |
[in] | bChannel | MIDI channel |
[in] | pMessageData | Pointer to the event message data (see CPEVENTMSG structure in CLCm_Defines.h) |
- Returns
- Standard CHAILink Client return code. See CLC_ErrorCode enumeration.
- Warning
- This function can only be called in CopperLan context. This means in the pseudo task CPDoProcess(), in notification handlers or in asynchronous return handlers and not in SystemDoProcess() for instance.