Send a modifier message to the specified MIDI channel. This is acting exactly like the Output_SendModifierMessage funtion.
- Parameters
-
[in] | hVMIDILinkOut | Handle to the VMIDILink Out local device. |
[in] | bChannel | MIDI channel |
[in] | pMessageData | Pointer to the modifier message data (see CPMODIFIERMSG 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.