PF_Cmd_USER_CHANGED_PARAM no called when pressing Undo
When I press Reset on my effect control, a PF_Cmd_USER_CHANGED_PARAM is sent for each parameter.
However, when doing Undo, the parameter is changed in the UI, but I do not get any "notification".
I have an object instance that should be kept synchronized AE parameters and I do not know how to do.
For example, this object instance is used to determine other parameters visibility, i.e. if checkbox A is checked, slider B and C should be enabled, if A is unchecked, B and C should be disabled.
A popup could also be used to populate other float sliders.
Could I get some notification using Undo groups ? or should I manually resynchronize my object with AE parameters at each PF_Cmd_UPDATE_PARAMS_UI call ?
