CHAILink SDK
Version 1.3
|
typedef void(* NH_CONTROLLER_REFRESHCURRENTMODIFIERPARAMVALUE)(CPHOBJECT const hController, CPUINT32 const dwControllerUserData, CPVALUE const *const pValue, CPCHAR8 const *const utf8ValueText, RefreshValueAttributes const attributes) |
This to inform the application that a modifier parameter changed of value. It is useful to reflect current remote parameter value on a front panel for instance.
[in] | hController | Handle of the controller |
[in] | dwControllerUserData | The user data associated to the controller handle during its creation. |
[in] | pValue | Pinter to the new parameter value |
[in] | strValueText | Value string representation |
[in] | attributes | Additional attributes |