CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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.

Parameters
[in]hControllerHandle of the controller
[in]dwControllerUserDataThe user data associated to the controller handle during its creation.
[in]pValuePinter to the new parameter value
[in]strValueTextValue string representation
[in]attributesAdditional attributes
Remarks
This notification is activated by using Controller_RegisterNotificationHandler.