Manually trigger PF_Cmd_USER_CHANGED_PARAMS event
Hi!
I'm quite new to AE programming and I have a problem with updating the UI controls.
In particular, i have 2 float sliders that are the input parameters for my application. However, if the silders are in default position or the application is called for the first time, these paramters are determined automatically within my application. So, when the parameters are computed automatically (and not set by the user), I want to updated the corresponding controls in the UI. As the documentation states that parameter values should not be changed in the PF_Cmd_UPDATE_PARAMS_UI command, I want to updated the values in my ParamsChanged() routine, which is called if the PF_Cmd_USER_CHANGED_PARAM event is triggered.
So, i want to ask, if there is a way to manually trigger the F_Cmd_USER_CHANGED_PARAM event? Or am I completely on the wrong track?
I am grateful for any hint!