RV - event to detect when Source FPS changed?

Hey @cjlee,

Yeah unfortunately that’s a limitation with how RV timeline UI appears. If your view is through sequence/layout/stack, the FPS is conformed to the group and the inputs/outputs are retimed to whatever the group FPS would end up being…

I don’t think there’s a specific FPS event and not really a graceful workaround for it.

What you can try is listen for graph-change-state event and check if the *.group.fps attribute has been changed:

Event: graph-state-change from IPGraph ‘sourceGroup000000_source.group.fps’

And then you can query what that group.fps is and display it in a hud of some sort:

You can also fuddle with the retime node on group node, for some more displaying options:

https://support.shotgunsoftware.com/hc/en-us/articles/360024280254-Reference-Manual#RVRetime

Hope this helps.

Thanks,
Alexa