Plugin developer question

mcgeedo wrote on 7/25/2003, 9:19 AM
One of the fundamental problems in developing a plugin that deals with more than one frame at a time is that the plugin reportedly has no knowledge of which absolute frame it is currently working on. It only has a "progress" indication that is used to interpolate between keyframes. At least this is what I've been told by a couple of other developers.

BUT... there is a VV media generator (timecode) that apparently does have the ability to get absolute frame knowledge, since it can display the frame number (or time, etc.). How does it get that knowledge?

Comments

SonyDennis wrote on 7/31/2003, 5:17 PM
A plug-in has knowledge of how much time it is into a [piece of media | event | track | project]. That is how the Timecode plug-in knows what time to display (after converting this time into a frame number). However, it doesn't have access to previous or future frame data.
///d@
satish wrote on 8/15/2003, 1:39 PM
SonicDennis, can you pls elaborate on how to access this timecode info? Thanks
satish wrote on 8/15/2003, 2:21 PM
oh never mind, i found it out. Thanks.