How to read out time slider position from c++ plugin. Take 2
Dear AE fellows,
most of us know that method
in_data ->current_timenicely reads out the position of a time slider.
Now the issue. My plugin has its own win32 window (on top of AE main window) as part of its UI.
A lot of the functionality of the plugin takes place inside this win32 window.
This win32 window needs the position of the time slider at each moment of the plugin usage. The question is: how can I pass this value to it.
The point is, if I don't change the parameters of my plugin (and I don't), no messages in the EffectMain (like PF_Cmd_RENDER, PF_Cmd_USER_CHANGED_PARAM and so on) are triggered.
So in_data->current_time never gets updated(!)
Is it at all possible?
