CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef void(* NH_CONTROLLER_REFRESHCURRENTSELECTORPARAMVALUE)(CPHOBJECT const hController, CPUINT32 const dwControllerUserData, CPUINT16 const wValue, CPCHAR8 const *const utf8ValueText, RefreshValueAttributes const attributes, CPUINT16 const wProportionalValue)

This to inform the application that a selector 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]wValueNew parameter value
[in]strValueTextValue string representation
[in]attributesCombination of additional attributes. See RefreshValueAttributes enumeration in CLC_Enums.h
[in]wProportionalValueFull scale value, can be used to update knob or slider position.
Remarks
This notification is activated by using Controller_RegisterNotificationHandler.