CHAILink SDK
Version 1.3
|
List of all Modifier Message functions. More...
Functions | |
void | ModifierMessage_Clear (CPMODIFIERMSG *const pModifierMessageData) |
Clear modifier message structure. More... | |
Profile handling | |
CPUINT16 | ModifierMessage_GetProfiles (CPMODIFIERMSG const *const pModifierMessageData) |
Get modifier message profiles. More... | |
void | ModifierMessage_SetSourceType (CPMODIFIERMSG *const pModifierMessageData, PerformanceMessageSources const source) |
Set the Source type Tells about the message's kind of source. More... | |
PerformanceMessageSources | ModifierMessage_GetSourceType (CPMODIFIERMSG const *const pModifierMessageData) |
Get the Source type Tells about the message's kind of source. More... | |
void | ModifierMessage_SetRelativeMode (CPMODIFIERMSG *const pModifierMessageData, RelativeMode const mode) |
Specifies if the value is relative or not. If the value is relative, it can be casted as an int16. Generally used by push buttons and rotary encoders. More... | |
RelativeMode | ModifierMessage_GetRelativeMode (CPMODIFIERMSG const *const pModifierMessageData) |
Get profile relative. More... | |
void | ModifierMessage_SetPreLoad (CPMODIFIERMSG *const pModifierMessageData, CPBOOLEAN const fValue) |
Set profile PreLoad. More... | |
CPBOOLEAN | ModifierMessage_GetPreLoad (CPMODIFIERMSG const *const pModifierMessageData) |
Get profile PreLoad. More... | |
void | ModifierMessage_SetTrigger (CPMODIFIERMSG *const pModifierMessageData, CPBOOLEAN const fValue) |
Set profile Trigger. More... | |
CPBOOLEAN | ModifierMessage_GetTrigger (CPMODIFIERMSG const *const pModifierMessageData) |
Get profile Trigger. More... | |
Index handling | |
CPBOOLEAN | ModifierMessage_IsIndexAvailable (CPMODIFIERMSG const *const pModifierMessageData) |
Is Index available. More... | |
void | ModifierMessage_SetIndex (CPMODIFIERMSG *const pModifierMessageData, CPUINT16 const wIndex) |
Set index. More... | |
CPUINT16 | ModifierMessage_GetIndex (CPMODIFIERMSG const *const pModifierMessageData) |
Get Index. More... | |
Automation handling | |
CPBOOLEAN | ModifierMessage_IsAutomationAvailable (CPMODIFIERMSG const *const pModifierMessageData) |
Is Automation available. More... | |
void | ModifierMessage_SetAutomationState (CPMODIFIERMSG *const pModifierMessageData, PerformanceMessageAutomationStates const state) |
Set Automation State. More... | |
PerformanceMessageAutomationStates | ModifierMessage_GetAutomationState (CPMODIFIERMSG const *const pModifierMessageData) |
Get Automation State. More... | |
void | ModifierMessage_SetAutomationTouch (CPMODIFIERMSG *const pModifierMessageData, CPBOOLEAN const fValue) |
Set Automation Touch. More... | |
CPBOOLEAN | ModifierMessage_GetAutomationTouch (CPMODIFIERMSG const *const pModifierMessageData) |
Get Automation Touch. More... | |
void | ModifierMessage_SetAutomationWTE (CPMODIFIERMSG *const pModifierMessageData, CPBOOLEAN const fValue) |
Set Automation WTE. More... | |
CPBOOLEAN | ModifierMessage_GetAutomationWTE (CPMODIFIERMSG const *const pModifierMessageData) |
Get Automation WTE. More... | |
Morph handling | |
CPBOOLEAN | ModifierMessage_IsMorphAvailable (CPMODIFIERMSG const *const pModifierMessageData) |
Is Morph available. More... | |
void | ModifierMessage_SetMorph (CPMODIFIERMSG *const pModifierMessageData, CPUINT16 const wValue) |
Set Morph. More... | |
CPUINT16 | ModifierMessage_GetMorph (CPMODIFIERMSG const *const pModifierMessageData) |
Get Morph value. More... | |
Voice ID handling | |
CPBOOLEAN | ModifierMessage_IsVoiceIDAvailable (CPMODIFIERMSG const *const pModifierMessageData) |
Is Voice ID available. More... | |
void | ModifierMessage_SetVoiceID (CPMODIFIERMSG *const pModifierMessageData, CPUINT16 const wVoiceID) |
Set Voice ID. More... | |
CPUINT16 | ModifierMessage_GetVoiceID (CPMODIFIERMSG const *const pModifierMessageData) |
Get Voice ID. More... | |
Transaction handling | |
void | ModifierMessage_SetTransaction (CPMODIFIERMSG *const pModifierMessageData, TransactionModes const mode) |
Set Profile Transaction. More... | |
TransactionModes | ModifierMessage_GetTransaction (CPMODIFIERMSG const *const pModifierMessageData) |
Get Profile Transaction. More... | |
List of all Modifier Message functions.