How to update slider UI on value changed (not by user changed) AE SDK C++
I have an effect with slider and checkbox, the idea is to get current time variable and apply it to the slider when checkbox is switching (by keyframes or expressions), I was able to create this functionality using PF_ChangeFlag_CHANGED_VALUE, but it works only if I manually click checkbox, so the slider is not updating if checkbox is changing by keyframes. Is there a way to do it correctly?
Thanks!
