RESOLVED: 26450 TimeCOMP.timecode

Hi
The .timecode member of the time comp seems to be buggy. Attached is a file that shows that if you move the slider it actually goes back in time.
TCbug.toe (4.6 KB)

Hello.
In your example, you are feeding the time component CHOP channel value of 0.
This is actually Frame 0, not Index 0.

Frame 1, corresponds to timecode of 00:00:00.00
Frame 0, should be -00:00:00.01

It looks like the ‘-’ prefix is being stripped however.
We will fix that.

Cheers,
Rob.

I see. Thanks!