-
Notifications
You must be signed in to change notification settings - Fork 314
Closed
Labels
Milestone
Description
I have just rewritten the json Parser to handle numbers a more precise by not using integers, and now I'm thinking about how to expose the time math to the end user. The obvious functions i can think of are being able to query:
-Start point of a composeable.
-End point of a composeable.
-Lookup functions like: if I'm 3.43 seconds in to a composable, in what clip am i and how far in to it?
These functionalities should be accessible using double precision floats, and integer frames with frame-rates.
Can you think of other functionality that would be useful?