changing a plugin parameter doesn't invalidate cached frames
Dear AE fellows,
I have the following peculiar problem,
as is stated in the title, changing the essential parameter of the plugin (changing the text of the animated inscription) the cached frames are not invalidated. The keep accumulating in the RAM.
I checked that changing the parameter, the "PF_Cmd_USER_CHANGED_PARAM" does get triggered.
In this callback I save the new inscription text in sequenceData. When the render function is called it gets this newly saved text from the saved sequenceData.
Do you have some idea of what could be the reason for such a behavior?
Yaroslav.
