Question
Passing modified sequence data from render thread back to ui threads
I am modifying sequence data in my render thread of a multi-thread plugin. I set PF_OutFlag2_MUTABLE_RENDER_SEQUENCE_DATA_SLOWER and subsequent calls of the SmartRender function have access to the sequence data. However, the sequence data access from the UI thread for PF_Cmd_USER_CHANGED_PARAM or PF_Cmd_UPDATE_PARAMS_UI never contain the changes. What do I need to do to pass them back?
