CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef void(* NH_OUTPUT_REFRESHCURRENTSELECTORPARAMVALUE)(CPHOBJECT const hOutput, CPUINT32 const dwOutputUserData, CPENDPOINT const *const pSource, CPPARAMETERID const *const pParamID, CPUINT16 const wValue, CPCHAR8 const *const utf8ValueText, RefreshValueAttributes const attributes, CPUINT16 const wProportionalValue)

Called to inform that a selector parameter changed its value.

It is useful to reflect current remote parameter value on a front panel for instance.

Remarks
This is called when a current value notification is sent to an Output having no matching Controller.
Parameters
[in]hOutputHandle to the notified output.
[in]dwOutputUserDataThe user data associated to the output handle during its creation.
[in]pSourcePointer to the destination endpoint that sent the notification.
[in]pParamIDPointer to the selector parameter ID
[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 Output_RegisterNotificationHandler.